@axis-finance/deployments v0.0.16
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
Obtain the deployment configuration for the core, periphery, and utils contracts from the linked repos.
Copy the deployment configs into
./src/axis-core,./src/axis-periphery, and./src/axis-utilsCreate a new file with the network name in the corresponding dir on the project root (
./src/chains/testnetor./src/chains/mainnet)Add the chain information including RPC and subgraph URLs
Add your file to the
index.tsbarrel file in the same directoryCommit a changeset for this package from the monorepo root with
pnpm build && pnpm cs-versionApprove the changeset on Github to trigger an npm release