Skip to content

Commit db35f38

Browse files
authored
Merge pull request #5034 from BitGo/COIN-1884-onboard-polygon-gmt
feat(statics): add POLYGON:GMT token
2 parents a90ed3b + 7275d1f commit db35f38

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,6 +1983,7 @@ export enum UnderlyingAsset {
19831983
'polygon:geod' = 'polygon:geod',
19841984
'polygon:heth' = 'polygon:heth',
19851985
'polygon:copm' = 'polygon:copm',
1986+
'polygon:gmt' = 'polygon:gmt',
19861987
// Polygon NFTs
19871988
// generic NFTs
19881989
'erc721:polygontoken' = 'erc721:polygontoken',

modules/statics/src/coins.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12992,7 +12992,6 @@ export const coins = CoinMap.fromCoins([
1299212992
18,
1299312993
UnderlyingAsset['polygon:moca']
1299412994
),
12995-
1299612995
tofcPolygonErc20(
1299712996
'62f4329d-11cd-4875-b91b-9ceae66c9439',
1299812997
'ofctpolygon:link',
@@ -18123,6 +18122,14 @@ export const coins = CoinMap.fromCoins([
1812318122
'0x12050c705152931cfee3dd56c52fb09dea816c23',
1812418123
UnderlyingAsset['polygon:copm']
1812518124
),
18125+
polygonErc20(
18126+
'ef57b1c1-8fd0-4aba-8e20-b7a13fcf0921',
18127+
'polygon:gmt',
18128+
'GMT',
18129+
8,
18130+
'0x714db550b574b3e927af3d93e26127d15721d4c2',
18131+
UnderlyingAsset['polygon:gmt']
18132+
),
1812618133
erc721(
1812718134
'dd743064-09e6-4028-9e61-ebf7c24ff40b',
1812818135
'erc721:polygontoken',

0 commit comments

Comments
 (0)