Skip to content

Commit 3e7704f

Browse files
authored
Merge pull request #6206 from BitGo/WIN-5669
feat(statics): onboard new batch of tokens
2 parents 2a2898a + d52c927 commit 3e7704f

File tree

7 files changed

+74
-2
lines changed

7 files changed

+74
-2
lines changed

modules/statics/src/base.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,6 +1931,7 @@ export enum UnderlyingAsset {
19311931
'eth:vbill' = 'eth:vbill',
19321932
'eth:la' = 'eth:la',
19331933
'eth:es' = 'eth:es',
1934+
'eth:ctrl' = 'eth:ctrl',
19341935
'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ' = 'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ',
19351936
'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M' = 'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M',
19361937
'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP' = 'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP',
@@ -2588,6 +2589,7 @@ export enum UnderlyingAsset {
25882589
'sol:dood' = 'sol:dood',
25892590
'sol:sb' = 'sol:sb',
25902591
'sol:dfdvsol' = 'sol:dfdvsol',
2592+
'sol:chillguy' = 'sol:chillguy',
25912593

25922594
// TRX tokens
25932595
'trx:htx' = 'trx:htx',
@@ -2613,6 +2615,7 @@ export enum UnderlyingAsset {
26132615
'xrp:vchf' = 'xrp:vchf',
26142616
'xrp:vgbp' = 'xrp:vgbp',
26152617
'xrp:solo' = 'xrp:solo',
2618+
'xrp:aau' = 'xrp:aau',
26162619
// XRP testnet tokens
26172620
'txrp:xsgd' = 'txrp:xsgd',
26182621

@@ -2672,6 +2675,7 @@ export enum UnderlyingAsset {
26722675
'hbar:pack' = 'hbar:pack',
26732676
'hbar:jam' = 'hbar:jam',
26742677
'hbar:berry' = 'hbar:berry',
2678+
'hbar:bonzo' = 'hbar:bonzo',
26752679

26762680
// Hbar Testnet tokens
26772681
'thbar:txsgd' = 'thbar:txsgd',

modules/statics/src/coins.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,16 @@ export const coins = CoinMap.fromCoins([
15671567
'0.0.7496578',
15681568
AccountCoin.DEFAULT_FEATURES
15691569
),
1570+
hederaToken(
1571+
'0cb81a9b-248e-4d41-b596-700fe0bf93b8',
1572+
'hbar:bonzo',
1573+
'Bonzo Finance',
1574+
Networks.main.hedera,
1575+
8,
1576+
UnderlyingAsset['hbar:bonzo'],
1577+
'0.0.8279134',
1578+
AccountCoin.DEFAULT_FEATURES
1579+
),
15701580
hederaToken(
15711581
'842c2119-3071-409d-b86f-49f0b46b676e',
15721582
'thbar:usdc',
@@ -3196,6 +3206,17 @@ export const coins = CoinMap.fromCoins([
31963206
'sologenic.com',
31973207
UnderlyingAsset['xrp:solo']
31983208
),
3209+
xrpToken(
3210+
'b8b52e22-257d-4c47-95be-1b2aff2d8b35',
3211+
'xrp:aau',
3212+
'Archax',
3213+
15,
3214+
'rKCu4CucpepQ6N89c8T5GuX2jkxzCST18Q',
3215+
'AAU',
3216+
'rKCu4CucpepQ6N89c8T5GuX2jkxzCST18Q::AAU',
3217+
'archax.com',
3218+
UnderlyingAsset['xrp:aau']
3219+
),
31993220
txrpToken(
32003221
'80cbaecf-b1ea-4811-97ae-213c1ffc9175',
32013222
'txrp:xsgd',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10516,6 +10516,14 @@ export const erc20Coins = [
1051610516
'0x6055dc6ff1077eebe5e6d2ba1a1f53d7ef8430de',
1051710517
UnderlyingAsset['eth:es']
1051810518
),
10519+
erc20(
10520+
'47029442-483d-415c-bc0f-9a61f6aeaf9e',
10521+
'eth:ctrl',
10522+
'Ctrl Wallet',
10523+
18,
10524+
'0xe50e009ddb1a4d8ec668eac9d8b2df1f96348707',
10525+
UnderlyingAsset['eth:ctrl']
10526+
),
1051910527
terc20(
1052010528
'0205f0d6-0647-47c9-ad8b-c48d048e54f3',
1052110529
'fixed',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,14 @@ export const ofcCoins = [
702702
UnderlyingAsset['sol:dfdvsol'],
703703
SOL_TOKEN_FEATURES
704704
),
705+
ofcsolToken(
706+
'b6980974-4d8e-403c-95f2-d56d1ea07269',
707+
'ofcsol:chillguy',
708+
'Just a chill guy',
709+
6,
710+
UnderlyingAsset['sol:chillguy'],
711+
SOL_TOKEN_FEATURES
712+
),
705713
tofcsolToken(
706714
'24d678cf-e0f0-4cde-a338-d754289c5b27',
707715
'ofctsol:slnd',
@@ -798,6 +806,7 @@ export const ofcCoins = [
798806
),
799807
ofcXrpToken('54c3a5df-ad9f-42a9-82fc-ef8617ec6ebf', 'ofcxrp:vgbp', 'VNX Pound', 15, UnderlyingAsset['xrp:vgbp']),
800808
ofcXrpToken('1813238c-8cc5-4b79-9959-793c5c220b1d', 'ofcxrp:solo', 'Sologenic', 15, UnderlyingAsset['xrp:solo']),
809+
ofcXrpToken('4c875336-64dc-427b-bde7-eb25e2f20272', 'ofcxrp:aau', 'Archax', 15, UnderlyingAsset['xrp:aau']),
801810
tofcXrpToken('0c22d8ef-4c27-4088-bd3d-eb76484d5edf', 'ofctxrp:xsgd', 'XSGB', 15, UnderlyingAsset['txrp:xsgd']),
802811
ofcArbethErc20(
803812
'df2296e6-366e-4707-bab0-bf16ce592601',
@@ -1907,6 +1916,13 @@ export const ofcCoins = [
19071916
ofcHederaToken('9db9ba12-13e2-438f-a964-a853de847084', 'ofchbar:pack', 'HashPack', 6, UnderlyingAsset['hbar:pack']),
19081917
ofcHederaToken('4b801f44-ede2-46e9-97df-89d641c0136e', 'ofchbar:jam', 'Tune.Fm', 8, UnderlyingAsset['hbar:jam']),
19091918
ofcHederaToken('368ae3e4-edc1-496e-956d-e346c336c917', 'ofchbar:berry', 'Berry', 6, UnderlyingAsset['hbar:berry']),
1919+
ofcHederaToken(
1920+
'7fef72fa-01bf-452e-952d-4d403475ca76',
1921+
'ofchbar:bonzo',
1922+
'Bonzo Finance',
1923+
8,
1924+
UnderlyingAsset['hbar:bonzo']
1925+
),
19101926

19111927
tofcHederaToken(
19121928
'e12614d8-21de-4303-91fa-f13a44c4902a',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3165,6 +3165,13 @@ export const ofcErc20Coins = [
31653165
),
31663166
ofcerc20('cfac6025-2aa2-429a-b144-9ea5c952a93a', 'ofceth:la', 'Lagrange', 18, underlyingAssetForSymbol('eth:la')),
31673167
ofcerc20('395fa727-b5eb-4fd8-ba91-1c257b94624d', 'ofceth:es', 'Eclipse', 6, underlyingAssetForSymbol('eth:es')),
3168+
ofcerc20(
3169+
'2270befd-a97d-4e6e-a540-6d19bd0a08e7',
3170+
'ofceth:ctrl',
3171+
'Ctrl Wallet',
3172+
18,
3173+
underlyingAssetForSymbol('eth:ctrl')
3174+
),
31683175
];
31693176

31703177
export const tOfcErc20Coins = [

modules/statics/src/coins/solTokens.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { solToken, tsolToken } from '../account';
2-
import { UnderlyingAsset, CoinFeature } from '../base';
2+
import { CoinFeature, UnderlyingAsset } from '../base';
33
import {
4-
SOL_TOKEN_FEATURES_WITH_FRANKFURT,
54
SOL_TOKEN_FEATURES,
5+
SOL_TOKEN_FEATURES_WITH_FRANKFURT,
66
SOL_TOKEN_FEATURES_WITH_FRANKFURT_GERMANY,
77
} from '../coinFeatures';
88

@@ -2628,6 +2628,16 @@ export const solTokens = [
26282628
UnderlyingAsset['sol:dfdvsol'],
26292629
SOL_TOKEN_FEATURES
26302630
),
2631+
solToken(
2632+
'9779af52-f7fa-4a34-ba06-6a6daf340bd6',
2633+
'sol:chillguy',
2634+
'Just a chill guy',
2635+
6,
2636+
'Df6yfrKC8kZE3KNkrHERKzAetSxbrWeniQfyJY4Jpump',
2637+
'Df6yfrKC8kZE3KNkrHERKzAetSxbrWeniQfyJY4Jpump',
2638+
UnderlyingAsset['sol:chillguy'],
2639+
SOL_TOKEN_FEATURES
2640+
),
26312641
tsolToken(
26322642
'b98c5a7a-49c5-45f1-a6ee-b08dff596a7d',
26332643
'tsol:srm',

modules/statics/src/gatekeep.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,4 +1824,10 @@ export const gatekeep = [
18241824
'ofcsol:rock',
18251825
'sol:dood',
18261826
'ofcsol:dood',
1827+
'xrp:aau',
1828+
'ofcxrp:aau',
1829+
'hbar:bonzo',
1830+
'ofchbar:bonzo',
1831+
'eth:ctrl',
1832+
'ofceth:ctrl',
18271833
];

0 commit comments

Comments
 (0)