You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at index.ts
// ======= UNCOMMENT FOR ERC20 TRANSFER ==========
const tokenAddress = "0xd565b7225160a14b45953fde0715d2a0916*";
const engine: Base = new TransferERC20(provider, walletExecutor.address, RECIPIENT, tokenAddress);
// ======= UNCOMMENT FOR ERC20 TRANSFER ==========
I got an error: can not find name 'TransferERC20'
The text was updated successfully, but these errors were encountered:
at index.ts
// ======= UNCOMMENT FOR ERC20 TRANSFER ==========
const tokenAddress = "0xd565b7225160a14b45953fde0715d2a0916*";
const engine: Base = new TransferERC20(provider, walletExecutor.address, RECIPIENT, tokenAddress);
// ======= UNCOMMENT FOR ERC20 TRANSFER ==========
I got an error: can not find name 'TransferERC20'
The text was updated successfully, but these errors were encountered: