feat: Load default ERC20 Tokens for existing ETH and Polygon Wallets (#2274)

This commit is contained in:
Konstantin Ullrich 2025-05-15 21:57:02 +02:00 committed by GitHub
parent bc52cf485e
commit c12daced40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 24 additions and 9 deletions

View file

@ -136,7 +136,7 @@ abstract class EVMChainWalletBase
//! Methods to be overridden by every child
void addInitialTokens();
void addInitialTokens([bool isMigration]);
// Future<EVMChainWallet> open({
// required String name,