Skip to content

Commit

Permalink
add cctp domain
Browse files Browse the repository at this point in the history
  • Loading branch information
derpy-duck authored and evan-gray committed Oct 25, 2023
1 parent 4bd475f commit 95c1e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/config/MAINNET.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ const MAINNET: { [chain in MainnetChainName]: ChainConfig } = {
},
finalityThreshold: 0,
nativeTokenDecimals: 18,
cctpDomain: 6,
},
sei: {
key: 'sei',
Expand Down
1 change: 1 addition & 0 deletions sdk/src/config/TESTNET.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ const TESTNET: { [chain in TestnetChainName]: ChainConfig } = {
},
finalityThreshold: 0,
nativeTokenDecimals: 18,
cctpDomain: 6,
},
sei: {
key: 'sei',
Expand Down

0 comments on commit 95c1e44

Please sign in to comment.