Skip to content

Commit

Permalink
chore: add mainnet shared config url (#274)
Browse files Browse the repository at this point in the history
add mainnet shared config url

Co-authored-by: MakMuftic <[email protected]>
  • Loading branch information
MakMuftic and MakMuftic authored Jun 22, 2023
1 parent 930edb0 commit 6ca1a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export enum ConfigUrl {
DEVNET = 'https://chainbridge-assets-stage.s3.us-east-2.amazonaws.com/shared-config-dev.json',
TESTNET = 'https://chainbridge-assets-stage.s3.us-east-2.amazonaws.com/shared-config-test.json',
MAINNET = '',
MAINNET = 'https://sygma-assets-mainnet.s3.us-east-2.amazonaws.com/shared-config-mainnet.json',
}

0 comments on commit 6ca1a2d

Please sign in to comment.