Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.12 KB

addresses-+-abis.md

File metadata and controls

22 lines (17 loc) · 1.12 KB

Addresses + ABIs

Find all the deployment details in the deployment-info.md 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}