0.0.16 • Published 9 months ago

@axis-finance/deployments v0.0.16

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Axis Deployments

This repo contains all the data that describes an Axis Deployment per chain. This includes Axis contract addresses, chain and token metadata and a subgraph configuration.

For chains we extend viem's chain definition

Adding a new chain deployment

  1. Obtain the deployment configuration for the core, periphery, and utils contracts from the linked repos.

  2. Copy the deployment configs into ./src/axis-core, ./src/axis-periphery, and ./src/axis-utils

  3. Create a new file with the network name in the corresponding dir on the project root (./src/chains/testnet or ./src/chains/mainnet)

  4. Add the chain information including RPC and subgraph URLs

  5. Add your file to the index.ts barrel file in the same directory

  6. Commit a changeset for this package from the monorepo root with pnpm build && pnpm cs-version

  7. Approve the changeset on Github to trigger an npm release

0.0.16

9 months ago

0.0.15

10 months ago

0.0.14

10 months ago

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

11 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago