File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4374,6 +4374,16 @@ export const allCoinsAndTokens = [
43744374 [ ...AccountCoin . DEFAULT_FEATURES , CoinFeature . EIP1559 , CoinFeature . STABLECOIN ]
43754375 ) ,
43764376
4377+ erc20Token (
4378+ '69dca33b-d5b6-4065-9d72-aceb875255f4' ,
4379+ 'thbarevm:erc3643' ,
4380+ 'Testnet HBAREVM ERC3643 Token' ,
4381+ 8 ,
4382+ '0xb272b42b965caf9fe20ea57b5cb17c2f8fbc1bb5' ,
4383+ UnderlyingAsset [ 'thbarevm:erc3643' ] ,
4384+ Networks . test . hederaEVM
4385+ ) ,
4386+
43774387 hederaCoin (
43784388 '98aad956-27ee-45dd-aa43-6a23c9a1d1d0' ,
43794389 'hbar' ,
Original file line number Diff line number Diff line change @@ -3624,6 +3624,8 @@ export enum UnderlyingAsset {
36243624 'thbarevm:tmt' = 'thbarevm:tmt' ,
36253625 'thbarevm:tnt' = 'thbarevm:tnt' ,
36263626
3627+ 'thbarevm:erc3643' = 'thbarevm:erc3643' ,
3628+
36273629 // Nep141 tokens
36283630 'near:usdc' = 'near:usdc' ,
36293631 'near:usdt' = 'near:usdt' ,
You can’t perform that action at this time.
0 commit comments