0.0.16 • Published 5 months ago

@axis-finance/deployments v0.0.16

Weekly downloads
-
License
-
Repository
-
Last release
5 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

5 months ago

0.0.15

7 months ago

0.0.14

7 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.11

7 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

8 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

10 months ago

0.0.1

11 months ago