mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
feat: Load default ERC20 Tokens for existing ETH and Polygon Wallets (#2274)
This commit is contained in:
parent
bc52cf485e
commit
c12daced40
8 changed files with 24 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue