Skip to content

Commit 7844297

Browse files
authored
Merge pull request #8388 from BitGo/cecho-609
feat: onboard thbarevm:erc3643 testnet token
2 parents 2cc3efb + 2413e73 commit 7844297

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

modules/statics/src/base.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)