Skip to content

Commit c21b4fc

Browse files
Merge pull request #8461 from BitGo/CGARD-783-robinhood-testnet-tokens
feat: onboard Robinhood testnet tokens
2 parents 18b18e8 + f49bd19 commit c21b4fc

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
@@ -2766,11 +2766,30 @@ export const allCoinsAndTokens = [
27662766
CoinFeature.EVM_COMPATIBLE_WP,
27672767
CoinFeature.EVM_NON_BITGO_RECOVERY,
27682768
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
2769+
CoinFeature.SUPPORTS_ERC20,
27692770
],
27702771
KeyCurve.Secp256k1,
27712772
'',
27722773
'THoodETH'
27732774
),
2775+
erc20Token(
2776+
'3493d608-fd3e-45dc-926d-783d54a8fe4d',
2777+
'thoodeth:amzn',
2778+
'Amazon',
2779+
18,
2780+
'0x5884ad2f920c162cfbbacc88c9c51aa75ec09e02',
2781+
UnderlyingAsset['thoodeth:amzn'],
2782+
Networks.test.hoodeth
2783+
),
2784+
erc20Token(
2785+
'8ede8dbd-1fa6-4669-be6d-6b19b3c98766',
2786+
'thoodeth:tsla',
2787+
'Tesla',
2788+
18,
2789+
'0xc9f9c86933092cbbfff3ccb4b105a4a94bf3bd4e',
2790+
UnderlyingAsset['thoodeth:tsla'],
2791+
Networks.test.hoodeth
2792+
),
27742793
account(
27752794
'1b17bbf4-02fc-492d-9071-6d7f47395f7a',
27762795
'hoodeth',
@@ -2788,6 +2807,7 @@ export const allCoinsAndTokens = [
27882807
CoinFeature.EVM_COMPATIBLE_WP,
27892808
CoinFeature.EVM_NON_BITGO_RECOVERY,
27902809
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
2810+
CoinFeature.SUPPORTS_ERC20,
27912811
],
27922812
KeyCurve.Secp256k1,
27932813
'',

modules/statics/src/base.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,6 +1880,9 @@ export enum UnderlyingAsset {
18801880
'hteth:grtxp' = 'hteth:grtxp',
18811881
'hteth:testeigen' = 'hteth:testeigen',
18821882
'hteth:wbtc' = 'hteth:wbtc',
1883+
// Robinhood Chain testnet ERC-20 tokens
1884+
'thoodeth:amzn' = 'thoodeth:amzn',
1885+
'thoodeth:tsla' = 'thoodeth:tsla',
18831886
THKD = 'thkd',
18841887
THUNDER = 'thunder',
18851888
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)