Skip to content

Commit 79cc505

Browse files
committed
feat: added new set of tokens
TICKET: CECHO-986 feat: gated more tokens for singapore TICKET: CECHO-986
1 parent 4eae383 commit 79cc505

9 files changed

Lines changed: 298 additions & 0 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4390,6 +4390,46 @@ export const allCoinsAndTokens = [
43904390
Networks.main.basechain,
43914391
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.EIP1559]
43924392
),
4393+
erc20Token(
4394+
'457d2309-aeb5-4c3f-906b-cd585f54081e',
4395+
'baseeth:pert',
4396+
'Peruvian Sol Token',
4397+
18,
4398+
'0xd09aba2969b822d66dc4bc3bb58ee520bcf9f0c3',
4399+
UnderlyingAsset['baseeth:pert'],
4400+
Networks.main.basechain,
4401+
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.EIP1559]
4402+
),
4403+
erc20Token(
4404+
'0062bb58-2af5-4b8d-aa2e-48c84e6ee035',
4405+
'baseeth:chlt',
4406+
'Chilean Peso Token',
4407+
18,
4408+
'0x95ef2370166b250e7ce3b8f236c7e7e9fed12c2e',
4409+
UnderlyingAsset['baseeth:chlt'],
4410+
Networks.main.basechain,
4411+
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.EIP1559]
4412+
),
4413+
erc20Token(
4414+
'9f9b43b3-ba52-46db-abef-4b24b855fb22',
4415+
'baseeth:colt',
4416+
'Colombian Peso Token',
4417+
18,
4418+
'0xd70ad085684b2a9f4b5d54d7bdb2eca37a273216',
4419+
UnderlyingAsset['baseeth:colt'],
4420+
Networks.main.basechain,
4421+
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.EIP1559]
4422+
),
4423+
erc20Token(
4424+
'676a2e63-beda-45b9-856f-56feded53fb8',
4425+
'baseeth:bolt',
4426+
'Bolivian Boliviano Token',
4427+
18,
4428+
'0x1d2e8c1fe82ab2ad8dc43ed98a2f507dfb5b4995',
4429+
UnderlyingAsset['baseeth:bolt'],
4430+
Networks.main.basechain,
4431+
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.EIP1559]
4432+
),
43934433

43944434
// XDC mainnet tokens
43954435
xdcErc20(
@@ -5252,6 +5292,17 @@ export const allCoinsAndTokens = [
52525292
'',
52535293
'SHX'
52545294
),
5295+
stellarToken(
5296+
'd11c66e6-b519-4dbb-9050-f35304129571',
5297+
'xlm:YLDS-GAC7MOPTQLQUM3KC24AW4GHS3RLF72LPEZO54AH7EZ6TSMGRB5SOAVH3',
5298+
'YLDS',
5299+
7,
5300+
UnderlyingAsset['xlm:YLDS-GAC7MOPTQLQUM3KC24AW4GHS3RLF72LPEZO54AH7EZ6TSMGRB5SOAVH3'],
5301+
'',
5302+
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE,
5303+
'',
5304+
'YLDS'
5305+
),
52555306
tronToken(
52565307
'5f3266f8-252c-492a-90d7-bb6d3bf550fb',
52575308
'trx:btt',

modules/statics/src/base.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,6 +2518,12 @@ export enum UnderlyingAsset {
25182518
'eth:prompt' = 'eth:prompt',
25192519
'eth:yb' = 'eth:yb',
25202520
'eth:btr' = 'eth:btr',
2521+
'eth:krl' = 'eth:krl',
2522+
'eth:cadd' = 'eth:cadd',
2523+
'eth:kau' = 'eth:kau',
2524+
'eth:kag' = 'eth:kag',
2525+
'eth:upprism' = 'eth:upprism',
2526+
'eth:qncxt' = 'eth:qncxt',
25212527
// Ondo Test Tokens (Mainnet Gated)
25222528
'eth:t-bincon' = 'eth:t-bincon',
25232529
'eth:t-iauon' = 'eth:t-iauon',
@@ -2557,6 +2563,7 @@ export enum UnderlyingAsset {
25572563
'xlm:BENJI-GBHNGLLIE3KWGKCHIKMHJ5HVZHYIK7WTBE4QF5PLAKL4CJGSEU7HZIW5' = 'xlm:BENJI-GBHNGLLIE3KWGKCHIKMHJ5HVZHYIK7WTBE4QF5PLAKL4CJGSEU7HZIW5',
25582564
'xlm:gBENJI-GD5J73EKK5IYL5XS3FBTHHX7CZIYRP7QXDL57XFWGC2WVYWT326OBXRP' = 'xlm:gBENJI-GD5J73EKK5IYL5XS3FBTHHX7CZIYRP7QXDL57XFWGC2WVYWT326OBXRP',
25592565
'xlm:SHX-GDSTRSHXHGJ7ZIVRBXEYE5Q74XUVCUSEKEBR7UCHEUUEK72N7I7KJ6JH' = 'xlm:SHX-GDSTRSHXHGJ7ZIVRBXEYE5Q74XUVCUSEKEBR7UCHEUUEK72N7I7KJ6JH',
2566+
'xlm:YLDS-GAC7MOPTQLQUM3KC24AW4GHS3RLF72LPEZO54AH7EZ6TSMGRB5SOAVH3' = 'xlm:YLDS-GAC7MOPTQLQUM3KC24AW4GHS3RLF72LPEZO54AH7EZ6TSMGRB5SOAVH3',
25602567

25612568
// Eth NFTs
25622569
// generic NFTs
@@ -2849,6 +2856,10 @@ export enum UnderlyingAsset {
28492856
'polygon:tsf0' = 'polygon:tsf0',
28502857
'polygon:vio0' = 'polygon:vio0',
28512858
'polygon:wots0' = 'polygon:wots0',
2859+
'polygon:mext' = 'polygon:mext',
2860+
'polygon:pert' = 'polygon:pert',
2861+
'polygon:colt' = 'polygon:colt',
2862+
'polygon:bolt' = 'polygon:bolt',
28522863
// Polygon NFTs
28532864
// generic NFTs
28542865
'erc721:polygontoken' = 'erc721:polygontoken',
@@ -3037,6 +3048,7 @@ export enum UnderlyingAsset {
30373048
'bsc:t-iemgon' = 'bsc:t-iemgon',
30383049
'bsc:t-ibiton' = 'bsc:t-ibiton',
30393050
'bsc:t-ivvon' = 'bsc:t-ivvon',
3051+
'bsc:sqd' = 'bsc:sqd',
30403052

30413053
// BSC NFTs
30423054
// generic NFTs
@@ -3179,6 +3191,10 @@ export enum UnderlyingAsset {
31793191
'baseeth:usad' = 'baseeth:usad',
31803192
'baseeth:opg' = 'baseeth:opg',
31813193
'baseeth:vvv' = 'baseeth:vvv',
3194+
'baseeth:pert' = 'baseeth:pert',
3195+
'baseeth:chlt' = 'baseeth:chlt',
3196+
'baseeth:colt' = 'baseeth:colt',
3197+
'baseeth:bolt' = 'baseeth:bolt',
31823198

31833199
// BaseETH testnet tokens
31843200
'tbaseeth:usdc' = 'tbaseeth:usdc',
@@ -3601,6 +3617,7 @@ export enum UnderlyingAsset {
36013617
'sol:kprme-cash' = 'sol:kprme-cash',
36023618
'sol:kwyld-cash' = 'sol:kwyld-cash',
36033619
'sol:tusdc' = 'sol:tusdc',
3620+
'sol:slx' = 'sol:slx',
36043621

36053622
'tsol:txsgd' = 'sol:txsgd',
36063623
'tsol:txusd' = 'sol:txusd',
@@ -3872,6 +3889,7 @@ export enum UnderlyingAsset {
38723889
'canton:cltc' = 'canton:cltc',
38733890
'canton:ibenji' = 'canton:ibenji',
38743891
'canton:sbc' = 'canton:sbc',
3892+
'canton:ceth' = 'canton:ceth',
38753893

38763894
// Tempo mainnet tokens
38773895
'tempo:pathusd' = 'tempo:pathusd',

modules/statics/src/coins/bscTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,4 +1679,13 @@ export const bscTokens = [
16791679
UnderlyingAsset['bsc:t-ivvon'],
16801680
BSC_TOKEN_FEATURES
16811681
),
1682+
bscToken(
1683+
'27fe5698-f752-49c8-ab7f-1943eafa9639',
1684+
'bsc:sqd',
1685+
'Subsquid',
1686+
18,
1687+
'0xe50e3d1a46070444f44df911359033f2937fcc13',
1688+
UnderlyingAsset['bsc:sqd'],
1689+
BSC_TOKEN_FEATURES
1690+
),
16821691
];

modules/statics/src/coins/cantonTokens.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@ export const cantonTokens = [
6363
UnderlyingAsset['canton:ibenji'],
6464
CANTON_TOKEN_FEATURES
6565
),
66+
cantonToken(
67+
'204a82d0-3043-41a5-a029-81fd6cfdcc68',
68+
'canton:ceth',
69+
'cETH',
70+
10,
71+
'https://api.utilities.digitalasset.com/api/token-standard/v0/registrars/',
72+
'rails-cethMain-1::12200350ba6e96e3b701c3048b5aa013a8c1c08833e8ebf54339cff581055c29003a:cETH',
73+
UnderlyingAsset['canton:ceth'],
74+
CANTON_TOKEN_FEATURES
75+
),
6676
// testnet tokens
6777
tcantonToken(
6878
'46356790-0ac4-4c3b-8b70-39094106d772',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14519,6 +14519,14 @@ export const erc20Coins = [
1451914519
'0x4d1c297d39c5c1277964d0e3f8aa901493664530',
1452014520
UnderlyingAsset['eth:puffer']
1452114521
),
14522+
erc20(
14523+
'4d8d14c0-96b2-430e-ac35-4cd36300a3d3',
14524+
'eth:krl',
14525+
'Kryll',
14526+
18,
14527+
'0x464ebe77c293e473b48cfe96ddcf88fcf7bfdac0',
14528+
UnderlyingAsset['eth:krl']
14529+
),
1452214530
erc20(
1452314531
'ad3c4a14-1a13-4c27-bdbf-214de70e25b8',
1452414532
'eth:resolv',
@@ -14804,6 +14812,50 @@ export const erc20Coins = [
1480414812
'0x66a5cfb2e9c529f14fe6364ad1075df3a649c0a5',
1480514813
UnderlyingAsset['eth:zk']
1480614814
),
14815+
erc20(
14816+
'0b4cfeb0-9b8b-458f-a934-06270bba6747',
14817+
'eth:cadd',
14818+
'CAD Digital Inc',
14819+
18,
14820+
'0x16f93ebc5320c89efc8701577efe49d14a276a06',
14821+
UnderlyingAsset['eth:cadd']
14822+
),
14823+
erc20(
14824+
'3e4c758c-e00a-4bba-b257-e0b56b786228',
14825+
'eth:kau',
14826+
'Kinesis Gold',
14827+
18,
14828+
'0x14dab79fd7b7b3f748d434812fd6a9aac460ea52',
14829+
UnderlyingAsset['eth:kau'],
14830+
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
14831+
),
14832+
erc20(
14833+
'3b7baf0a-61fe-477c-9fef-2faeed3d3397',
14834+
'eth:kag',
14835+
'Kinesis Silver',
14836+
18,
14837+
'0x56ba8b58b7d1f6d384a1c4dd553f39ebc8741b8e',
14838+
UnderlyingAsset['eth:kag'],
14839+
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
14840+
),
14841+
erc20(
14842+
'8543e9de-f7bc-48c4-8abf-eed49d2d4bd2',
14843+
'eth:upprism',
14844+
'Clearstar Prism Enhanced Yield Vault token',
14845+
18,
14846+
'0xf6bfe570e7277df55c971dfb524afb18c16918e0',
14847+
UnderlyingAsset['eth:upprism'],
14848+
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
14849+
),
14850+
erc20(
14851+
'e8921802-79ff-46bd-9291-9c28e43a88fa',
14852+
'eth:qncxt',
14853+
'QNCX Webull Tokenized',
14854+
18,
14855+
'0x637a527ae7b1523488244c05ad87c182d2f5452a',
14856+
UnderlyingAsset['eth:qncxt'],
14857+
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
14858+
),
1480714859
terc20(
1480814860
'0c333619-e5a6-4f9d-8bbc-5b0e5dc64d03',
1480914861
'hteth:grtxp',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2600,6 +2600,7 @@ export const ofcCoins = [
26002600
ofcBscToken('6d96470a-3c8e-44de-a18e-9dd224d4bcc0', 'ofcbsc:stable', 'Stable', 18, UnderlyingAsset['bsc:stable']),
26012601
ofcBscToken('f8c3d7b5-2d9e-4b3f-8a1e-7c6d9e3a2f4b', 'ofcbsc:brise', 'Bitrise Token', 9, UnderlyingAsset['bsc:brise']),
26022602
ofcBscToken('2e9f4c6b-8a7d-4b2e-9d3f-7c6a5e8b1f2a', 'ofcbsc:bsw', 'Biswap', 18, UnderlyingAsset['bsc:bsw']),
2603+
ofcBscToken('654fcfa2-fe12-4f53-ab42-60e303b9f6ac', 'ofcbsc:sqd', 'Subsquid', 18, UnderlyingAsset['bsc:sqd']),
26032604
ofcBscToken(
26042605
'89dfd19c-d241-45e2-94b1-8a9bcdb9c09b',
26052606
'ofcbsc:parti',
@@ -4099,6 +4100,34 @@ export const ofcCoins = [
40994100
18,
41004101
UnderlyingAsset['polygon:wots0']
41014102
),
4103+
ofcPolygonErc20(
4104+
'48b62c18-3063-4068-b994-1b7758359f3b',
4105+
'ofcpolygon:mext',
4106+
'Mexican Peso Token',
4107+
18,
4108+
UnderlyingAsset['polygon:mext']
4109+
),
4110+
ofcPolygonErc20(
4111+
'5a503436-2d91-41ea-af87-64c30b66d270',
4112+
'ofcpolygon:pert',
4113+
'Peruvian Sol Token',
4114+
18,
4115+
UnderlyingAsset['polygon:pert']
4116+
),
4117+
ofcPolygonErc20(
4118+
'8dae2723-1853-4454-9922-183b4a77a84e',
4119+
'ofcpolygon:colt',
4120+
'Colombian Peso Token',
4121+
18,
4122+
UnderlyingAsset['polygon:colt']
4123+
),
4124+
ofcPolygonErc20(
4125+
'a4b43107-8736-40a1-ad30-21d9f9b65505',
4126+
'ofcpolygon:bolt',
4127+
'Bolivian Boliviano Token',
4128+
18,
4129+
UnderlyingAsset['polygon:bolt']
4130+
),
41024131

41034132
tofcPolygonErc20(
41044133
'62f4329d-11cd-4875-b91b-9ceae66c9439',
@@ -4293,6 +4322,13 @@ export const ofcCoins = [
42934322
7,
42944323
UnderlyingAsset['xlm:SHX-GDSTRSHXHGJ7ZIVRBXEYE5Q74XUVCUSEKEBR7UCHEUUEK72N7I7KJ6JH']
42954324
),
4325+
ofcStellarToken(
4326+
'8445ecc7-e28a-4523-90cc-07a30059ce90',
4327+
'ofcxlm:ylds',
4328+
'YLDS',
4329+
7,
4330+
UnderlyingAsset['xlm:YLDS-GAC7MOPTQLQUM3KC24AW4GHS3RLF72LPEZO54AH7EZ6TSMGRB5SOAVH3']
4331+
),
42964332

42974333
tofcStellarToken(
42984334
'4883a062-c38c-43d9-92c6-7cec9aaef995',
@@ -4758,6 +4794,7 @@ export const ofcCoins = [
47584794
6,
47594795
UnderlyingAsset['sol:tusdc']
47604796
),
4797+
ofcsolToken('4c928099-4b07-457a-944e-58ed464418de', 'ofcsol:slx', 'Solstice', 9, UnderlyingAsset['sol:slx']),
47614798
// New Canton OFC tokens
47624799
ofcCantonToken(
47634800
'02ab6bd2-83e6-46fc-bfd7-93b8be125648',
@@ -4794,6 +4831,7 @@ export const ofcCoins = [
47944831
10,
47954832
UnderlyingAsset['canton:ibenji']
47964833
),
4834+
ofcCantonToken('784c76fb-59c6-4826-b72e-20e996a35739', 'ofccanton:ceth', 'cETH', 10, UnderlyingAsset['canton:ceth']),
47974835
tofcCantonToken(
47984836
'd7297535-c1d4-429d-b3c5-d36351b110e5',
47994837
'ofctcanton:testcoin1',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3933,6 +3933,62 @@ export const ofcErc20Coins = [
39333933
true,
39343934
'baseeth'
39353935
),
3936+
ofcerc20(
3937+
'5a0c8b45-5866-40e3-89ae-3d4932d46b59',
3938+
'ofcbaseeth:pert',
3939+
'Peruvian Sol Token',
3940+
18,
3941+
UnderlyingAsset['baseeth:pert'],
3942+
undefined,
3943+
undefined,
3944+
'',
3945+
undefined,
3946+
undefined,
3947+
true,
3948+
'baseeth'
3949+
),
3950+
ofcerc20(
3951+
'e5bfabe9-b50f-4c92-930f-0b3910b3bb04',
3952+
'ofcbaseeth:chlt',
3953+
'Chilean Peso Token',
3954+
18,
3955+
UnderlyingAsset['baseeth:chlt'],
3956+
undefined,
3957+
undefined,
3958+
'',
3959+
undefined,
3960+
undefined,
3961+
true,
3962+
'baseeth'
3963+
),
3964+
ofcerc20(
3965+
'313e4398-89c0-4e36-b026-89cec9d1d21d',
3966+
'ofcbaseeth:colt',
3967+
'Colombian Peso Token',
3968+
18,
3969+
UnderlyingAsset['baseeth:colt'],
3970+
undefined,
3971+
undefined,
3972+
'',
3973+
undefined,
3974+
undefined,
3975+
true,
3976+
'baseeth'
3977+
),
3978+
ofcerc20(
3979+
'7be5b044-c17b-402b-b637-5e3e41771a1e',
3980+
'ofcbaseeth:bolt',
3981+
'Bolivian Boliviano Token',
3982+
18,
3983+
UnderlyingAsset['baseeth:bolt'],
3984+
undefined,
3985+
undefined,
3986+
'',
3987+
undefined,
3988+
undefined,
3989+
true,
3990+
'baseeth'
3991+
),
39363992

39373993
// Chiliz Network tokens
39383994
ofcerc20(
@@ -5930,6 +5986,24 @@ export const tOfcErc20Coins = [
59305986
ofcerc20('f8e6404b-2adc-4f74-b957-d9cbd7228d7e', 'ofceth:turtle', 'Turtle', 18, UnderlyingAsset['eth:turtle']),
59315987
ofcerc20('a6e121e6-6563-4d2c-818d-91e9bd4af7ed', 'ofceth:order', 'Orderly Network', 18, UnderlyingAsset['eth:order']),
59325988
ofcerc20('7192609e-c255-4da8-b1a5-e40cabbf4f2e', 'ofceth:puffer', 'Puffer', 18, UnderlyingAsset['eth:puffer']),
5989+
ofcerc20('7a2f9b7b-69ab-4371-a458-42e7ffc1a203', 'ofceth:krl', 'Kryll', 18, UnderlyingAsset['eth:krl']),
5990+
ofcerc20('1e6f5ab4-4240-456c-9a75-3978d0950948', 'ofceth:cadd', 'CAD Digital Inc', 18, UnderlyingAsset['eth:cadd']),
5991+
ofcerc20('39d109e1-bcf2-4864-9710-26105022c3aa', 'ofceth:kau', 'Kinesis Gold', 18, UnderlyingAsset['eth:kau']),
5992+
ofcerc20('ba43c0e1-1961-4301-acac-3acd223ee591', 'ofceth:kag', 'Kinesis Silver', 18, UnderlyingAsset['eth:kag']),
5993+
ofcerc20(
5994+
'491210e9-688e-457e-825e-a42140b52ec5',
5995+
'ofceth:upprism',
5996+
'Clearstar Prism Enhanced Yield Vault token',
5997+
18,
5998+
UnderlyingAsset['eth:upprism']
5999+
),
6000+
ofcerc20(
6001+
'579d1671-befb-42dc-a345-5b7b2d015f29',
6002+
'ofceth:qncxt',
6003+
'QNCX Webull Tokenized',
6004+
18,
6005+
UnderlyingAsset['eth:qncxt']
6006+
),
59336007

59346008
// MON Network tokens
59356009
ofcerc20(

0 commit comments

Comments
 (0)