minor [skip ci]

OmarHatem committed Sep 5, 2025 at 15:02 UTC 66b436b386d67d109c59f2743adee73def8fea0b
1 file changed +1
cw_ethereum/lib/ethereum_wallet_service.dart
+1
@@ -67,6 +67,7 @@ class EthereumWalletService extends EVMChainWalletService<EthereumWallet> {
67 encryptionFileUtils: encryptionFileUtilsFor(isDirect),
68 );
69 await wallet.init();
70 + wallet.addInitialTokens(true);
71 await wallet.save();
72 return wallet;
73 }