Skip to content

Commit f49bd19

Browse files
feat: onboard Robinhood testnet tokens
Ticket: CGARD-783
1 parent 5f98183 commit f49bd19

3 files changed

Lines changed: 51 additions & 0 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2728,11 +2728,30 @@ export const allCoinsAndTokens = [
27282728
CoinFeature.EVM_COMPATIBLE_WP,
27292729
CoinFeature.EVM_NON_BITGO_RECOVERY,
27302730
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
2731+
CoinFeature.SUPPORTS_ERC20,
27312732
],
27322733
KeyCurve.Secp256k1,
27332734
'',
27342735
'THoodETH'
27352736
),
2737+
erc20Token(
2738+
'3493d608-fd3e-45dc-926d-783d54a8fe4d',
2739+
'thoodeth:amzn',
2740+
'Amazon',
2741+
18,
2742+
'0x5884ad2f920c162cfbbacc88c9c51aa75ec09e02',
2743+
UnderlyingAsset['thoodeth:amzn'],
2744+
Networks.test.hoodeth
2745+
),
2746+
erc20Token(
2747+
'8ede8dbd-1fa6-4669-be6d-6b19b3c98766',
2748+
'thoodeth:tsla',
2749+
'Tesla',
2750+
18,
2751+
'0xc9f9c86933092cbbfff3ccb4b105a4a94bf3bd4e',
2752+
UnderlyingAsset['thoodeth:tsla'],
2753+
Networks.test.hoodeth
2754+
),
27362755
account(
27372756
'1b17bbf4-02fc-492d-9071-6d7f47395f7a',
27382757
'hoodeth',
@@ -2750,6 +2769,7 @@ export const allCoinsAndTokens = [
27502769
CoinFeature.EVM_COMPATIBLE_WP,
27512770
CoinFeature.EVM_NON_BITGO_RECOVERY,
27522771
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
2772+
CoinFeature.SUPPORTS_ERC20,
27532773
],
27542774
KeyCurve.Secp256k1,
27552775
'',

modules/statics/src/base.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,6 +1876,9 @@ export enum UnderlyingAsset {
18761876
'hteth:grtxp' = 'hteth:grtxp',
18771877
'hteth:testeigen' = 'hteth:testeigen',
18781878
'hteth:wbtc' = 'hteth:wbtc',
1879+
// Robinhood Chain testnet ERC-20 tokens
1880+
'thoodeth:amzn' = 'thoodeth:amzn',
1881+
'thoodeth:tsla' = 'thoodeth:tsla',
18791882
THKD = 'thkd',
18801883
THUNDER = 'thunder',
18811884
TIO = 'tio',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4462,6 +4462,34 @@ export const tOfcErc20Coins = [
44624462
undefined,
44634463
'hteth'
44644464
),
4465+
tofcerc20(
4466+
'df59331f-b380-4fb7-ad9a-0e0c0c3ec730',
4467+
'ofcthoodeth:amzn',
4468+
'Amazon',
4469+
18,
4470+
UnderlyingAsset['thoodeth:amzn'],
4471+
undefined,
4472+
undefined,
4473+
undefined,
4474+
undefined,
4475+
undefined,
4476+
undefined,
4477+
'thoodeth'
4478+
),
4479+
tofcerc20(
4480+
'6abb714a-de88-4181-988e-86fbbfbc9c2e',
4481+
'ofcthoodeth:tsla',
4482+
'Tesla',
4483+
18,
4484+
UnderlyingAsset['thoodeth:tsla'],
4485+
undefined,
4486+
undefined,
4487+
undefined,
4488+
undefined,
4489+
undefined,
4490+
undefined,
4491+
'thoodeth'
4492+
),
44654493

44664494
ofcerc20(
44674495
'cc2a92cf-d799-463b-b08c-e9a4d5e87934',

0 commit comments

Comments
 (0)