@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-utils
Create a new file with the network name in the corresponding dir on the project root (
./src/chains/testnet
or./src/chains/mainnet
)Add the chain information including RPC and subgraph URLs
Add your file to the
index.ts
barrel file in the same directoryCommit a changeset for this package from the monorepo root with
pnpm build && pnpm cs-version
Approve the changeset on Github to trigger an npm release