Skip to content

Commit 435f7df

Browse files
Merge pull request #8722 from BitGo/CECHO-918
feat(statics): add 19XX CRT POL token (CECHO-918)
2 parents 531395b + 4ac247b commit 435f7df

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2790,6 +2790,7 @@ export enum UnderlyingAsset {
27902790
'polygon:brat' = 'polygon:brat',
27912791
'polygon:chlt' = 'polygon:chlt',
27922792
'polygon:stg' = 'polygon:stg',
2793+
'polygon:19xx0' = 'polygon:19xx0',
27932794
'polygon:cvt0' = 'polygon:cvt0',
27942795
'polygon:dbh0' = 'polygon:dbh0',
27952796
'polygon:dst0' = 'polygon:dst0',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3903,6 +3903,13 @@ export const ofcCoins = [
39033903
18,
39043904
UnderlyingAsset['polygon:stg']
39053905
),
3906+
ofcPolygonErc20(
3907+
'1f601ba4-9458-4379-8e9c-791cec47fe5b',
3908+
'ofcpolygon:19xx0',
3909+
'19XX CRT',
3910+
18,
3911+
UnderlyingAsset['polygon:19xx0']
3912+
),
39063913
ofcPolygonErc20(
39073914
'03b85283-d5df-4e19-80cf-b030768d7a12',
39083915
'ofcpolygon:cvt0',

modules/statics/src/coins/polygonTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,15 @@ export const polygonTokens = [
13091309
UnderlyingAsset['polygon:stg'],
13101310
POLYGON_TOKEN_FEATURES
13111311
),
1312+
polygonErc20(
1313+
'da0131e2-a72f-4c12-9a2f-c15fdc668751',
1314+
'polygon:19xx0',
1315+
'19XX CRT',
1316+
18,
1317+
'0x93b25c5dd0b1a995f7a5d7bd144f06fabe96ce38',
1318+
UnderlyingAsset['polygon:19xx0'],
1319+
POLYGON_TOKEN_FEATURES
1320+
),
13121321
polygonErc20(
13131322
'cc193bee-0b8f-4cef-b61e-0dc92631d106',
13141323
'polygon:cvt0',

0 commit comments

Comments
 (0)