Find all the deployment details in the deployment-info.md section.
- Mainnet: 1-main
- Sepolia: 11155111-main
- Sepolia Carina: 11155111-carina
- Optimism Mainnet: 10-main
- Base Mainnet Andromeda: 8453-andromeda
- Base Sepolia Andromeda: 84532-andromeda
- Arbitrum Mainnet: 42161-main
- Arbitrum Sepolia: 421614-main
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}