Skip to content

Commit 1afd47f

Browse files
Merge pull request #7581 from BitGo/COIN-6531-rebase-token-balances-wallets
feat: enable REBASE_TOKEN feature for AMPL and AWBTC tokens
2 parents 6417448 + 1e17e20 commit 1afd47f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

modules/statics/src/coins/avaxTokens.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@ export const avaxTokens = [
311311
'Ampleforth',
312312
9,
313313
'0x027dbca046ca156de9622cd1e2d907d375e53aa7',
314-
UnderlyingAsset['avaxc:ampl']
314+
UnderlyingAsset['avaxc:ampl'],
315+
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.REBASE_TOKEN]
315316
),
316317
avaxErc20(
317318
'23543dad-ad98-402e-aaef-771107530e83',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,8 @@ export const erc20Coins = [
490490
'Ampleforth',
491491
9,
492492
'0xd46ba6d942050d489dbd938a2c909a5d5039a161',
493-
UnderlyingAsset.AMPL
493+
UnderlyingAsset.AMPL,
494+
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.BULK_TRANSACTION, CoinFeature.REBASE_TOKEN]
494495
),
495496
erc20(
496497
'60b37df5-c078-4d7e-b38a-6f3f7fd25ea7',
@@ -8377,7 +8378,8 @@ export const erc20Coins = [
83778378
'Aave interest bearing WBTC',
83788379
8,
83798380
'0x9ff58f4ffb29fa2266ab25e75e2a8b3503311656',
8380-
UnderlyingAsset.AWBTC
8381+
UnderlyingAsset.AWBTC,
8382+
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.BULK_TRANSACTION, CoinFeature.REBASE_TOKEN]
83818383
),
83828384
erc20(
83838385
'fbd1d2af-b3c9-4272-aa92-30c1594fc626',

0 commit comments

Comments
 (0)