Normalize tokens box in migration edgewise (#2904)

David Adegoke committed Feb 16, 2026 at 15:16 UTC a02f48a668836f6927a855109fbe420e8031b19a
1 file changed +1
cw_evm/lib/evm_chain_wallet.dart
+1
@@ -252,6 +252,7 @@ abstract class EVMChainWalletBase
252 } catch (_) {
253 // erc20TokensBox doesn't exist yet, run migration from global box
254 await _initEthereumErc20TokensBox();
255 + await _normalizeEvmChainErc20TokensBoxKeys();
256 return;
257 }
258 }