Skip to content

Commit c2822fd

Browse files
Merge pull request #9603 from BitGo/CHALO-1400-onboard-tokens
feat(statics): onboard CHALO-1400 tokens
2 parents 2755172 + 8ff8cd9 commit c2822fd

7 files changed

Lines changed: 115 additions & 0 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5244,6 +5244,24 @@ export const allCoinsAndTokens = [
52445244
Networks.main.basechain,
52455245
EVM_TOKEN_FEATURES_TRUST_ONLY
52465246
),
5247+
erc20Token(
5248+
'e5da6a40-7c39-445a-b274-dd20f5e5a1d4',
5249+
'baseeth:tel',
5250+
'Telcoin',
5251+
2,
5252+
'0x09be1692ca16e06f536f0038ff11d1da8524adb1',
5253+
UnderlyingAsset['baseeth:tel'],
5254+
Networks.main.basechain
5255+
),
5256+
erc20Token(
5257+
'f4d03f54-5da6-4282-a6f2-47973fe9f27e',
5258+
'baseeth:svvv',
5259+
'Staked Venice Token',
5260+
18,
5261+
'0x321b7ff75154472b18edb199033ff4d116f340ff',
5262+
UnderlyingAsset['baseeth:svvv'],
5263+
Networks.main.basechain
5264+
),
52475265

52485266
// ARC mainnet tokens
52495267
erc20Token(

modules/statics/src/base.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2308,6 +2308,8 @@ export enum UnderlyingAsset {
23082308
'hoodeth:jbl' = 'hoodeth:jbl',
23092309
'hoodeth:shy' = 'hoodeth:shy',
23102310
'hoodeth:bnd' = 'hoodeth:bnd',
2311+
'hoodeth:pons' = 'hoodeth:pons',
2312+
'hoodeth:stonkbroker' = 'hoodeth:stonkbroker',
23112313
'hemieth:hemi' = 'hemieth:hemi',
23122314
'hemieth:hemibtc' = 'hemieth:hemibtc',
23132315
'usdt0:stable' = 'usdt0:stable',
@@ -3345,6 +3347,7 @@ export enum UnderlyingAsset {
33453347
'polygon:seag' = 'polygon:seag',
33463348
'polygon:infra' = 'polygon:infra',
33473349
'polygon:sofid' = 'polygon:sofid',
3350+
'polygon:tel' = 'polygon:tel',
33483351
// Polygon NFTs
33493352
// generic NFTs
33503353
'erc721:polygontoken' = 'erc721:polygontoken',
@@ -4791,6 +4794,8 @@ export enum UnderlyingAsset {
47914794
'baseeth:fai' = 'baseeth:fai',
47924795
'baseeth:roll' = 'baseeth:roll',
47934796
'baseeth:zen' = 'baseeth:zen',
4797+
'baseeth:tel' = 'baseeth:tel',
4798+
'baseeth:svvv' = 'baseeth:svvv',
47944799
'arbeth:rain' = 'arbeth:rain',
47954800
'arbeth:mlk' = 'arbeth:mlk',
47964801
'polygon:apepe' = 'polygon:apepe',

modules/statics/src/coins/hoodethTokens.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2954,6 +2954,26 @@ export const hoodethTokens = [
29542954
Networks.main.hoodeth,
29552955
EVM_ERC20_TOKEN_FEATURES_EXCLUDE_SINGAPORE
29562956
),
2957+
erc20Token(
2958+
'4f42f640-c589-4852-91d3-0a712a3b032d',
2959+
'hoodeth:pons',
2960+
'Pons',
2961+
18,
2962+
'0x39dbed3a2bd333467115de45665cc57f813c4571',
2963+
UnderlyingAsset['hoodeth:pons'],
2964+
Networks.main.hoodeth,
2965+
EVM_ERC20_TOKEN_FEATURES_EXCLUDE_SINGAPORE
2966+
),
2967+
erc20Token(
2968+
'c4cb14c7-8ee6-4ecb-a9ba-85f1dc99b4a4',
2969+
'hoodeth:stonkbroker',
2970+
'StonkBroker',
2971+
18,
2972+
'0xe934e36a439c94017b64a3fece66af12099abf50',
2973+
UnderlyingAsset['hoodeth:stonkbroker'],
2974+
Networks.main.hoodeth,
2975+
EVM_ERC20_TOKEN_FEATURES_EXCLUDE_SINGAPORE
2976+
),
29572977
erc20Token(
29582978
'3493d608-fd3e-45dc-926d-783d54a8fe4d',
29592979
'thoodeth:amzn',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4704,6 +4704,13 @@ export const ofcCoins = [
47044704
18,
47054705
UnderlyingAsset['polygon:apepe']
47064706
),
4707+
ofcPolygonErc20(
4708+
'01f75a16-b736-4869-8f6b-d2ac73b46cbe',
4709+
'ofcpolygon:tel',
4710+
'Telcoin',
4711+
2,
4712+
UnderlyingAsset['polygon:tel']
4713+
),
47074714

47084715
tofcPolygonErc20(
47094716
'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
@@ -7605,6 +7605,34 @@ export const tOfcErc20Coins = [
76057605
true,
76067606
'baseeth'
76077607
),
7608+
ofcerc20(
7609+
'fa5fa323-5dc0-4e0e-9c3f-46f1622aa9ba',
7610+
'ofcbaseeth:tel',
7611+
'Telcoin',
7612+
2,
7613+
UnderlyingAsset['baseeth:tel'],
7614+
undefined,
7615+
undefined,
7616+
'',
7617+
undefined,
7618+
undefined,
7619+
true,
7620+
'baseeth'
7621+
),
7622+
ofcerc20(
7623+
'cffaede1-4e68-47bb-87a4-59a1a5cbefda',
7624+
'ofcbaseeth:svvv',
7625+
'Staked Venice Token',
7626+
18,
7627+
UnderlyingAsset['baseeth:svvv'],
7628+
undefined,
7629+
undefined,
7630+
'',
7631+
undefined,
7632+
undefined,
7633+
true,
7634+
'baseeth'
7635+
),
76087636
ofcerc20(
76097637
'e5ffd11d-59b4-4c95-a4c7-bebaf57222f0',
76107638
'ofczketh:zk',

modules/statics/src/coins/ofcHoodethTokens.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4162,4 +4162,32 @@ export const ofcHoodethTokens = [
41624162
true,
41634163
'hoodeth'
41644164
),
4165+
ofcerc20(
4166+
'02e35215-1c14-482f-a59f-fffaaa3b7937',
4167+
'ofchoodeth:pons',
4168+
'Pons',
4169+
18,
4170+
UnderlyingAsset['hoodeth:pons'],
4171+
undefined,
4172+
undefined,
4173+
'',
4174+
undefined,
4175+
undefined,
4176+
true,
4177+
'hoodeth'
4178+
),
4179+
ofcerc20(
4180+
'ab0d939c-e023-42c1-bd55-008d0a614b7c',
4181+
'ofchoodeth:stonkbroker',
4182+
'StonkBroker',
4183+
18,
4184+
UnderlyingAsset['hoodeth:stonkbroker'],
4185+
undefined,
4186+
undefined,
4187+
'',
4188+
undefined,
4189+
undefined,
4190+
true,
4191+
'hoodeth'
4192+
),
41654193
];

modules/statics/src/coins/polygonTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,6 +1682,15 @@ export const polygonTokens = [
16821682
UnderlyingAsset['polygon:sofid'],
16831683
POLYGON_TOKEN_FEATURES
16841684
),
1685+
polygonErc20(
1686+
'a024c5c7-1333-45bd-b31d-3cc17e830947',
1687+
'polygon:tel',
1688+
'Telcoin',
1689+
2,
1690+
'0xdf7837de1f2fa4631d716cf2502f8b230f1dcc32',
1691+
UnderlyingAsset['polygon:tel'],
1692+
POLYGON_TOKEN_FEATURES
1693+
),
16851694
tpolygonErc20(
16861695
'13dd4ab7-2d94-493c-9a61-323f6300f7e5',
16871696
'tpolygon:tusdl',

0 commit comments

Comments
 (0)