Skip to content

Commit abfb2b8

Browse files
Merge pull request #9286 from BitGo/CECHO-1630-onboard-soltoken
feat(statics): onboard pol and baseeth assets
2 parents e74729c + 314598d commit abfb2b8

5 files changed

Lines changed: 65 additions & 0 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4256,6 +4256,24 @@ export const allCoinsAndTokens = [
42564256
UnderlyingAsset['tbaseeth:tpdd'],
42574257
Networks.test.basechain
42584258
),
4259+
erc20Token(
4260+
'83fc8008-9ac2-4a4f-a0e2-683f212fbd5b',
4261+
'tbaseeth:tnmr',
4262+
'AlpacaNMR',
4263+
18,
4264+
'0x443d8b40b2c44c696ef4833382ab948a9fbb8386',
4265+
UnderlyingAsset['tbaseeth:tnmr'],
4266+
Networks.test.basechain
4267+
),
4268+
erc20Token(
4269+
'78c6bd98-0b93-462a-887b-fa6709eb662c',
4270+
'tbaseeth:tabeq',
4271+
'AlpacaABEQ',
4272+
18,
4273+
'0xb5f5c1bfb7e7501c13e13eb1ccc90126a7b568f2',
4274+
UnderlyingAsset['tbaseeth:tabeq'],
4275+
Networks.test.basechain
4276+
),
42594277
erc20Token(
42604278
'439fb12d-fddf-4749-8a33-b7c79fefc1b4',
42614279
'baseeth:wave',

modules/statics/src/base.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3090,6 +3090,7 @@ export enum UnderlyingAsset {
30903090
'polygon:bolt' = 'polygon:bolt',
30913091
'polygon:gmc' = 'polygon:gmc',
30923092
'polygon:wpay' = 'polygon:wpay',
3093+
'polygon:seag' = 'polygon:seag',
30933094
// Polygon NFTs
30943095
// generic NFTs
30953096
'erc721:polygontoken' = 'erc721:polygontoken',
@@ -3535,6 +3536,8 @@ export enum UnderlyingAsset {
35353536
'tbaseeth:ttbills' = 'tbaseeth:ttbills',
35363537
'tbaseeth:kmusdc' = 'tbaseeth:kmusdc',
35373538
'tbaseeth:tpdd' = 'tbaseeth:tpdd',
3539+
'tbaseeth:tnmr' = 'tbaseeth:tnmr',
3540+
'tbaseeth:tabeq' = 'tbaseeth:tabeq',
35383541

35393542
// Og mainnet tokens
35403543
'og:wog' = 'og:wog',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4443,6 +4443,13 @@ export const ofcCoins = [
44434443
18,
44444444
UnderlyingAsset['polygon:wpay']
44454445
),
4446+
ofcPolygonErc20(
4447+
'941505f6-876c-4fa0-9a73-b38a6841bad2',
4448+
'ofcpolygon:seag',
4449+
'Seltene Erden AG',
4450+
0,
4451+
UnderlyingAsset['polygon:seag']
4452+
),
44464453

44474454
tofcPolygonErc20(
44484455
'62f4329d-11cd-4875-b91b-9ceae66c9439',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7099,6 +7099,34 @@ export const tOfcErc20Coins = [
70997099
undefined,
71007100
'tbaseeth'
71017101
),
7102+
tofcerc20(
7103+
'92facd39-816e-49c1-bd0f-29e9d33ae8e8',
7104+
'ofctbaseeth:tnmr',
7105+
'AlpacaNMR',
7106+
18,
7107+
UnderlyingAsset['tbaseeth:tnmr'],
7108+
undefined,
7109+
undefined,
7110+
undefined,
7111+
undefined,
7112+
undefined,
7113+
undefined,
7114+
'tbaseeth'
7115+
),
7116+
tofcerc20(
7117+
'd9c3084d-0fe3-421d-b0a3-1c7a4d0a8d87',
7118+
'ofctbaseeth:tabeq',
7119+
'AlpacaABEQ',
7120+
18,
7121+
UnderlyingAsset['tbaseeth:tabeq'],
7122+
undefined,
7123+
undefined,
7124+
undefined,
7125+
undefined,
7126+
undefined,
7127+
undefined,
7128+
'tbaseeth'
7129+
),
71027130
];
71037131

71047132
function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {

modules/statics/src/coins/polygonTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,6 +1645,15 @@ export const polygonTokens = [
16451645
UnderlyingAsset['polygon:wpay'],
16461646
POLYGON_TOKEN_FEATURES
16471647
),
1648+
polygonErc20(
1649+
'351c2fb8-d567-4423-8ebb-3780cbc50a3b',
1650+
'polygon:seag',
1651+
'Seltene Erden AG',
1652+
0,
1653+
'0x23d239cd82ad06b17fc04983732b3fa4dc7e99a9',
1654+
UnderlyingAsset['polygon:seag'],
1655+
POLYGON_TOKEN_FEATURES
1656+
),
16481657
tpolygonErc20(
16491658
'13dd4ab7-2d94-493c-9a61-323f6300f7e5',
16501659
'tpolygon:tusdl',

0 commit comments

Comments
 (0)