0.0.16 • Published 6 months ago

@axis-finance/deployments v0.0.16

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

6 months ago

0.0.15

8 months ago

0.0.14

8 months ago

0.0.13

8 months ago

0.0.12

8 months ago

0.0.11

8 months ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

9 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

11 months ago

0.0.1

12 months ago