Addresses + ABIs

Find all the deployment details in the Deployment Info section.

The code for deployments can be found in the synthetix-deployments GitOps repository.

To download the Addresses + ABIs for Synthetix via the command line with cannon, you can run the following command:

npx @usecannon/cli inspect synthetix-omnibus@${PRESET} \
  --write-deployments ./deployments \
  --chain-id ${CHAIN_ID}

Last updated