Skip to content

Commit fe9db91

Browse files
authored
Merge pull request #5357 from BitGo/WIN-4317-token
feat(statics): add new test polygon token with 10 dp
2 parents 3215912 + 2dbadb5 commit fe9db91

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,6 +2202,7 @@ export enum UnderlyingAsset {
22022202
'tpolygon:pme' = 'tpolygon:pme',
22032203
'tpolygon:xsgd' = 'tpolygon:xsgd',
22042204
'tpolygon:terc18dp' = 'tpolygon:terc18dp',
2205+
'tpolygon:terc10dp' = 'tpolygon:terc10dp',
22052206
'tpolygon:terc6dp' = 'tpolygon:terc6dp',
22062207
'tpolygon:usdt' = 'tpolygon:usdt',
22072208
'tpolygon:usdc' = 'tpolygon:usdc',

modules/statics/src/coins.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19547,6 +19547,15 @@ export const coins = CoinMap.fromCoins([
1954719547
UnderlyingAsset['tpolygon:terc18dp'],
1954819548
POLYGON_TOKEN_FEATURES
1954919549
),
19550+
tpolygonErc20(
19551+
'fdc9e362-490e-4a4c-92d1-90fde39a0304',
19552+
'tpolygon:terc10dp',
19553+
'Test ERC20 Token 10 Decimals',
19554+
10,
19555+
'0x58a3cd99e4955af8935fd68a4f5036d43fd155ea',
19556+
UnderlyingAsset['tpolygon:terc10dp'],
19557+
POLYGON_TOKEN_FEATURES
19558+
),
1955019559
tpolygonErc20(
1955119560
'00bc4884-8c13-4b71-90b2-73e8ef4ebda4',
1955219561
'tpolygon:terc6dp',

0 commit comments

Comments
 (0)