Skip to content

Commit 2fb3fe7

Browse files
authored
Merge pull request #7708 from BitGo/COIN-6793-coin-onboarding
feat(statics): Added new coins uxlink, aixbt, brett, zbt, camp.. COIN-6793
2 parents 871ed17 + 336fd93 commit 2fb3fe7

File tree

6 files changed

+117
-0
lines changed

6 files changed

+117
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,6 +2791,24 @@ export const allCoinsAndTokens = [
27912791
UnderlyingAsset['baseeth:sapien'],
27922792
Networks.main.basechain
27932793
),
2794+
erc20Token(
2795+
'4e38986f-66d0-4ec6-a2dd-350129b8e844',
2796+
'baseeth:aixbt',
2797+
'Aixbt by Virtuals',
2798+
18,
2799+
'0x4f9fd6be4a90f2620860d680c0d4d5fb53d1a825',
2800+
UnderlyingAsset['baseeth:aixbt'],
2801+
Networks.main.basechain
2802+
),
2803+
erc20Token(
2804+
'd7c2eb80-a682-4b0b-929a-fb7c1017788c',
2805+
'baseeth:brett',
2806+
'Brett',
2807+
18,
2808+
'0x532f27101965dd16442e59d40670faf5ebb142e4',
2809+
UnderlyingAsset['baseeth:brett'],
2810+
Networks.main.basechain
2811+
),
27942812

27952813
// XDC mainnet tokens
27962814
erc20Token(
@@ -4476,6 +4494,14 @@ export const allCoinsAndTokens = [
44764494
'0x0c880f6761f1af8d9aa9c466984b80dab9a8c9e8',
44774495
UnderlyingAsset['arbeth:pendle']
44784496
),
4497+
arbethErc20(
4498+
'98000a40-1674-4bff-8579-949d9dd1a733',
4499+
'arbeth:uxlink',
4500+
'UXLINK Token',
4501+
18,
4502+
'0x1a6b3a62391eccaaa992ade44cd4afe6bec8cff1',
4503+
UnderlyingAsset['arbeth:uxlink']
4504+
),
44794505

44804506
opethErc20(
44814507
'8d80fac6-4cbc-447c-b49b-4229cb8aa89d',

modules/statics/src/base.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2345,6 +2345,11 @@ export enum UnderlyingAsset {
23452345
'eth:wxm' = 'eth:wxm',
23462346
'eth:jpyc' = 'eth:jpyc',
23472347
'eth:ten' = 'eth:ten',
2348+
'eth:camp' = 'eth:camp',
2349+
'eth:f' = 'eth:f',
2350+
'eth:turtle' = 'eth:turtle',
2351+
'eth:order' = 'eth:order',
2352+
'eth:puffer' = 'eth:puffer',
23482353

23492354
'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ' = 'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ',
23502355
'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M' = 'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M',
@@ -2785,6 +2790,8 @@ export enum UnderlyingAsset {
27852790
'bsc:soon' = 'bsc:soon',
27862791
'bsc:bard' = 'bsc:bard',
27872792
'bsc:home' = 'bsc:home',
2793+
'bsc:zbt' = 'bsc:zbt',
2794+
'bsc:iost' = 'bsc:iost',
27882795

27892796
// BSC NFTs
27902797
// generic NFTs
@@ -2867,6 +2874,7 @@ export enum UnderlyingAsset {
28672874
'arbeth:rdnt' = 'arbeth:rdnt',
28682875
'arbeth:pendle' = 'arbeth:pendle',
28692876
'arbeth:gmx' = 'arbeth:gmx',
2877+
'arbeth:uxlink' = 'arbeth:uxlink',
28702878

28712879
// BaseETH mainnet tokens
28722880
'baseeth:aero' = 'baseeth:aero',
@@ -2893,6 +2901,8 @@ export enum UnderlyingAsset {
28932901
'baseeth:wbrly' = 'baseeth:wbrly',
28942902
'baseeth:recall' = 'baseeth:recall',
28952903
'baseeth:sapien' = 'baseeth:sapien',
2904+
'baseeth:aixbt' = 'baseeht:aixbt',
2905+
'baseeth:brett' = 'baseeth:brett',
28962906

28972907
// BaseETH testnet tokens
28982908
'tbaseeth:usdc' = 'tbaseeth:usdc',

modules/statics/src/coins/bscTokens.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,4 +1480,22 @@ export const bscTokens = [
14801480
UnderlyingAsset['bsc:home'],
14811481
BSC_TOKEN_FEATURES
14821482
),
1483+
bscToken(
1484+
'7e5962df-a44b-4d69-af9d-ef96f77064db',
1485+
'bsc:zbt',
1486+
'ZEROBASE',
1487+
18,
1488+
'0xfab99fcf605fd8f4593edb70a43ba56542777777',
1489+
UnderlyingAsset['bsc:zbt'],
1490+
BSC_TOKEN_FEATURES
1491+
),
1492+
bscToken(
1493+
'5803d1f3-5950-4410-b0de-db7aa3f0f67c',
1494+
'bsc:iost',
1495+
'IOSToken',
1496+
18,
1497+
'0xaf48b7e315a52518cfbf7d96c455d9dfad94cb48',
1498+
UnderlyingAsset['bsc:iost'],
1499+
BSC_TOKEN_FEATURES
1500+
),
14831501
];

modules/statics/src/coins/erc20Coins.ts

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14129,4 +14129,45 @@ export const erc20Coins = [
1412914129
'0xea9bb54fc76bfd5dd2ff2f6da641e78c230bb683',
1413014130
UnderlyingAsset['eth:ten']
1413114131
),
14132+
14133+
erc20(
14134+
'4a083157-205b-4769-8ecd-e71f40f94021',
14135+
'eth:camp',
14136+
'Camp',
14137+
18,
14138+
'0x84eaac1b2dc3f84d92ff84c3ec205b1fa74671fc',
14139+
UnderlyingAsset['eth:camp']
14140+
),
14141+
erc20(
14142+
'152ae10b-384a-48f2-9f3a-936776d05fd0',
14143+
'eth:f',
14144+
'SynFutures',
14145+
18,
14146+
'0x6e15a54b5ecac17e58dadeddbe8506a7560252f9',
14147+
UnderlyingAsset['eth:f']
14148+
),
14149+
erc20(
14150+
'b742d8e7-aaf6-4c86-87d4-f430e39ca951',
14151+
'eth:turtle',
14152+
'Turtle',
14153+
18,
14154+
'0x66fd8de541c0594b4dccdfc13bf3a390e50d3afd',
14155+
UnderlyingAsset['eth:turtle']
14156+
),
14157+
erc20(
14158+
'6a4d3d5e-8934-442b-9929-9b1c0b6e9e2b',
14159+
'eth:order',
14160+
'Orderly Network',
14161+
18,
14162+
'0xabd4c63d2616a5201454168269031355f4764337',
14163+
UnderlyingAsset['eth:order']
14164+
),
14165+
erc20(
14166+
'b54da6ed-2724-4293-84aa-ae65d7e7162b',
14167+
'eth:puffer',
14168+
'Puffer',
14169+
18,
14170+
'0x4d1c297d39c5c1277964d0e3f8aa901493664530',
14171+
UnderlyingAsset['eth:puffer']
14172+
),
1413214173
];

modules/statics/src/coins/ofcCoins.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,6 +1737,13 @@ export const ofcCoins = [
17371737
18,
17381738
UnderlyingAsset['arbeth:pendle']
17391739
),
1740+
ofcArbethErc20(
1741+
'870deb9f-5e40-4889-a2b9-4fadb69d5db1',
1742+
'ofcarbeth:uxlink',
1743+
'UXLINK Token',
1744+
18,
1745+
UnderlyingAsset['arbeth:uxlink']
1746+
),
17401747

17411748
ofcAvaxErc20('2bd6201d-c46c-481e-b82d-7cf3601679cb', 'ofcavaxc:aave-e', 'Aave', 18, UnderlyingAsset['avaxc:aave']),
17421749
ofcAvaxErc20(
@@ -2455,6 +2462,8 @@ export const ofcCoins = [
24552462
),
24562463
ofcBscToken('08974cb2-8081-4248-89d5-c74af0edf4bb', 'ofcbsc:aster', 'Aster', 18, UnderlyingAsset['bsc:aster']),
24572464
ofcBscToken('d2b79bd4-3fa4-42db-9534-8def5e117c35', 'ofcbsc:home', 'Home', 18, UnderlyingAsset['bsc:home']),
2465+
ofcBscToken('ebc957fa-50ed-42c1-993d-b752c247ada9', 'ofcbsc:zbt', 'ZEROBASE', 18, UnderlyingAsset['bsc:zbt']),
2466+
ofcBscToken('d6570d4a-03fa-4af8-9cd1-03b0777fca92', 'ofcbsc:iost', 'IOSToken', 18, UnderlyingAsset['bsc:iost']),
24582467

24592468
tofcBscToken(
24602469
'e9174338-0d26-4f49-b111-3487b60c9912',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4561,6 +4561,14 @@ export const tOfcErc20Coins = [
45614561
18,
45624562
UnderlyingAsset['baseeth:sapien']
45634563
),
4564+
ofcerc20(
4565+
'bdfff799-1623-4847-93c0-c1a040c13d3f',
4566+
'ofcbaseeth:aixbt',
4567+
'Aixbt by Virtuals',
4568+
18,
4569+
UnderlyingAsset['baseeth:aixbt']
4570+
),
4571+
ofcerc20('3ce0c7b4-7043-4309-8493-7809001ad410', 'ofcbaseeth:brett', 'Brett', 18, UnderlyingAsset['baseeth:brett']),
45644572

45654573
ofcerc20('abeefced-cfda-4afa-8f9c-aebfcadbecfd', 'ofceth:align', 'Aligned', 18, UnderlyingAsset['eth:align']),
45664574

@@ -4597,6 +4605,11 @@ export const tOfcErc20Coins = [
45974605
ofcerc20('10c41a70-8bd2-4415-af52-fefe3af01132', 'ofceth:wxm', 'WeatherXM', 18, UnderlyingAsset['eth:wxm']),
45984606
ofcerc20('c574d2de-42be-488f-afc0-71e2691eb900', 'ofceth:jpyc', 'JPY Coin', 18, UnderlyingAsset['eth:jpyc']),
45994607
ofcerc20('8465f646-73f8-4818-b890-c953f4423c89', 'ofceth:ten', 'TEN', 18, UnderlyingAsset['eth:ten']),
4608+
ofcerc20('9c1aaba6-e190-4be5-a477-f7db7d0f07ef', 'ofceth:camp', 'Camp', 18, UnderlyingAsset['eth:camp']),
4609+
ofcerc20('2c28b184-614a-427f-bf5c-37dadee8985b', 'ofceth:f', 'SynFutures', 18, UnderlyingAsset['eth:f']),
4610+
ofcerc20('f8e6404b-2adc-4f74-b957-d9cbd7228d7e', 'ofceth:turtle', 'Turtle', 18, UnderlyingAsset['eth:turtle']),
4611+
ofcerc20('a6e121e6-6563-4d2c-818d-91e9bd4af7ed', 'ofceth:order', 'Orderly Network', 18, UnderlyingAsset['eth:order']),
4612+
ofcerc20('7192609e-c255-4da8-b1a5-e40cabbf4f2e', 'ofceth:puffer', 'Puffer', 18, UnderlyingAsset['eth:puffer']),
46004613

46014614
// MON Network tokens
46024615
ofcerc20(

0 commit comments

Comments
 (0)