From 1e17e206b99c71c1ffe8a5a45a2c99b9df12edd5 Mon Sep 17 00:00:00 2001 From: Lovepreet Singh Date: Mon, 24 Nov 2025 15:30:31 +0530 Subject: [PATCH] feat: enable REBASE_TOKEN feature - Add REBASE_TOKEN CoinFeature to ETH AMPL (Ampleforth) - Add REBASE_TOKEN CoinFeature to ETH AWBTC (Aave interest bearing WBTC) - Add REBASE_TOKEN CoinFeature to AVAX AMPL (Ampleforth) TICKET: COIN-6531 --- modules/statics/src/coins/avaxTokens.ts | 3 ++- modules/statics/src/coins/erc20Coins.ts | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/statics/src/coins/avaxTokens.ts b/modules/statics/src/coins/avaxTokens.ts index d6fe5e4cf4..cddc66e71b 100644 --- a/modules/statics/src/coins/avaxTokens.ts +++ b/modules/statics/src/coins/avaxTokens.ts @@ -311,7 +311,8 @@ export const avaxTokens = [ 'Ampleforth', 9, '0x027dbca046ca156de9622cd1e2d907d375e53aa7', - UnderlyingAsset['avaxc:ampl'] + UnderlyingAsset['avaxc:ampl'], + [...AccountCoin.DEFAULT_FEATURES, CoinFeature.REBASE_TOKEN] ), avaxErc20( '23543dad-ad98-402e-aaef-771107530e83', diff --git a/modules/statics/src/coins/erc20Coins.ts b/modules/statics/src/coins/erc20Coins.ts index 5ad75d07e5..2917fc8540 100644 --- a/modules/statics/src/coins/erc20Coins.ts +++ b/modules/statics/src/coins/erc20Coins.ts @@ -490,7 +490,8 @@ export const erc20Coins = [ 'Ampleforth', 9, '0xd46ba6d942050d489dbd938a2c909a5d5039a161', - UnderlyingAsset.AMPL + UnderlyingAsset.AMPL, + [...AccountCoin.DEFAULT_FEATURES, CoinFeature.BULK_TRANSACTION, CoinFeature.REBASE_TOKEN] ), erc20( '60b37df5-c078-4d7e-b38a-6f3f7fd25ea7', @@ -8377,7 +8378,8 @@ export const erc20Coins = [ 'Aave interest bearing WBTC', 8, '0x9ff58f4ffb29fa2266ab25e75e2a8b3503311656', - UnderlyingAsset.AWBTC + UnderlyingAsset.AWBTC, + [...AccountCoin.DEFAULT_FEATURES, CoinFeature.BULK_TRANSACTION, CoinFeature.REBASE_TOKEN] ), erc20( 'fbd1d2af-b3c9-4272-aa92-30c1594fc626',