diff --git a/modules/statics/src/allCoinsAndTokens.ts b/modules/statics/src/allCoinsAndTokens.ts index fd7af41f22..19dee84739 100644 --- a/modules/statics/src/allCoinsAndTokens.ts +++ b/modules/statics/src/allCoinsAndTokens.ts @@ -2728,11 +2728,30 @@ export const allCoinsAndTokens = [ CoinFeature.EVM_COMPATIBLE_WP, CoinFeature.EVM_NON_BITGO_RECOVERY, CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY, + CoinFeature.SUPPORTS_ERC20, ], KeyCurve.Secp256k1, '', 'THoodETH' ), + erc20Token( + '3493d608-fd3e-45dc-926d-783d54a8fe4d', + 'thoodeth:amzn', + 'Amazon', + 18, + '0x5884ad2f920c162cfbbacc88c9c51aa75ec09e02', + UnderlyingAsset['thoodeth:amzn'], + Networks.test.hoodeth + ), + erc20Token( + '8ede8dbd-1fa6-4669-be6d-6b19b3c98766', + 'thoodeth:tsla', + 'Tesla', + 18, + '0xc9f9c86933092cbbfff3ccb4b105a4a94bf3bd4e', + UnderlyingAsset['thoodeth:tsla'], + Networks.test.hoodeth + ), account( '1b17bbf4-02fc-492d-9071-6d7f47395f7a', 'hoodeth', @@ -2750,6 +2769,7 @@ export const allCoinsAndTokens = [ CoinFeature.EVM_COMPATIBLE_WP, CoinFeature.EVM_NON_BITGO_RECOVERY, CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY, + CoinFeature.SUPPORTS_ERC20, ], KeyCurve.Secp256k1, '', diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index 23540516d4..3ba31b4db1 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -1876,6 +1876,9 @@ export enum UnderlyingAsset { 'hteth:grtxp' = 'hteth:grtxp', 'hteth:testeigen' = 'hteth:testeigen', 'hteth:wbtc' = 'hteth:wbtc', + // Robinhood Chain testnet ERC-20 tokens + 'thoodeth:amzn' = 'thoodeth:amzn', + 'thoodeth:tsla' = 'thoodeth:tsla', THKD = 'thkd', THUNDER = 'thunder', TIO = 'tio', diff --git a/modules/statics/src/coins/ofcErc20Coins.ts b/modules/statics/src/coins/ofcErc20Coins.ts index 9acc8307a2..68236fa26e 100644 --- a/modules/statics/src/coins/ofcErc20Coins.ts +++ b/modules/statics/src/coins/ofcErc20Coins.ts @@ -4462,6 +4462,34 @@ export const tOfcErc20Coins = [ undefined, 'hteth' ), + tofcerc20( + 'df59331f-b380-4fb7-ad9a-0e0c0c3ec730', + 'ofcthoodeth:amzn', + 'Amazon', + 18, + UnderlyingAsset['thoodeth:amzn'], + undefined, + undefined, + undefined, + undefined, + undefined, + undefined, + 'thoodeth' + ), + tofcerc20( + '6abb714a-de88-4181-988e-86fbbfbc9c2e', + 'ofcthoodeth:tsla', + 'Tesla', + 18, + UnderlyingAsset['thoodeth:tsla'], + undefined, + undefined, + undefined, + undefined, + undefined, + undefined, + 'thoodeth' + ), ofcerc20( 'cc2a92cf-d799-463b-b08c-e9a4d5e87934',