Skip to content

Commit

Permalink
Merge pull request #4657 from BitGo/EA-3906-onboard-xchng
Browse files Browse the repository at this point in the history
feat(statics): add XCHNG token
  • Loading branch information
quarterdill authored Jun 25, 2024
2 parents 1775eba + a9f9110 commit fac1784
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,7 @@ export enum UnderlyingAsset {
XAUTBULL = 'xautbull',
XBGOLD = 'xbgold',
XCD = 'xcd',
XCHNG = 'xchng',
XCN = 'xcn',
XDEFI = 'xdefi',
XDOGE = 'xdoge',
Expand Down
8 changes: 8 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7278,6 +7278,14 @@ export const coins = CoinMap.fromCoins([
'0xca00bc15f67ebea4b20dfaaa847cace113cc5501',
UnderlyingAsset.XCD
),
erc20(
'458bbf8e-6996-4a8c-8d33-612c2b8c8abe',
'xchng',
'Chainge',
18,
'0xb712d62fe84258292d1961b5150a19bc4ab49026',
UnderlyingAsset.XCHNG
),
erc20(
'9d696529-40f9-4b59-9960-447cc85d4663',
'xex',
Expand Down

0 comments on commit fac1784

Please sign in to comment.