Skip to content

Commit

Permalink
Merge pull request #3846 from BitGo/WIN-316-onboard-tokens
Browse files Browse the repository at this point in the history
chore(statics) : onboard new tokens
  • Loading branch information
hitansh-bitgo authored Aug 25, 2023
2 parents 485d9ef + d12c5a6 commit 3dbbf41
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,7 @@ export enum UnderlyingAsset {
RUBX = 'rubx',
RUEDATK = 'ruedatk',
RUN = 'run',
SAIL = 'sail',
SALT = 'salt',
SAND = 'sand',
SASHIMI = 'sashimi',
Expand Down Expand Up @@ -1005,6 +1006,7 @@ export enum UnderlyingAsset {
TOMOE = 'tomoe',
TOK = 'tok',
TONCOIN = 'toncoin',
TOPM = 'topm',
TRAC = 'trac',
TRAXX = 'traxx',
TRIBE = 'tribe',
Expand Down Expand Up @@ -1250,6 +1252,7 @@ export enum UnderlyingAsset {
'tpolygon:derc20' = 'tpolygon:derc20',
'tpolygon:link' = 'tpolygon:link',
'tpolygon:name' = 'tpolygon:name',
'tpolygon:opm' = 'tpolygon:opm',
// generic NFTs
'terc721:polygontoken' = 'terc721:polygontoken',
'terc1155:polygontoken' = 'terc1155:polygontoken',
Expand Down
28 changes: 28 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5090,6 +5090,14 @@ export const coins = CoinMap.fromCoins([
'0xe2f43e8053444e764e658bab63d49f873a75ce63',
UnderlyingAsset.RUEDATK
),
erc20(
'd904868d-b066-4e88-b4ff-964a3f08212a',
'sail',
'SAIL Token',
18,
'0xd8f1460044925d2d5c723c7054cd9247027415b7',
UnderlyingAsset.SAIL
),
erc20(
'dfb1aa61-4f99-4778-949d-64246e5ccc9c',
'salt',
Expand Down Expand Up @@ -7885,6 +7893,18 @@ export const coins = CoinMap.fromCoins([
undefined,
Networks.test.goerli
),
terc20(
'f49e8632-7cd9-4e0b-a576-7e9cd12bcf82',
'topm',
'Goerli Test OPM',
18,
'0xfffad1676f1da8dfa7691db388a5d20d3b50c438',
UnderlyingAsset.TOPM,
undefined,
undefined,
undefined,
Networks.test.goerli
),
terc20(
'7ac2ea4c-e856-4495-b727-0e0dde011cab',
'terc18dp2',
Expand Down Expand Up @@ -10100,6 +10120,14 @@ export const coins = CoinMap.fromCoins([
'0x326c977e6efc84e512bb9c30f76e30c160ed06fb',
UnderlyingAsset['tpolygon:link']
),
tpolygonErc20(
'e1329794-1e16-4ea7-b7d6-82419b631ad9',
'tpolygon:opm',
'Polygon Test OPM',
18,
'0xe71b2e809598d8398222b890d7203808fa1d631f',
UnderlyingAsset['tpolygon:opm']
),
terc721(
'54d98031-6ebc-428a-b47c-b6ec7d6ad28a',
'tpolygon:name',
Expand Down

0 comments on commit 3dbbf41

Please sign in to comment.