searcher-sponsored-tx icon indicating copy to clipboard operation
searcher-sponsored-tx copied to clipboard

can not find name 'TransferERC20'

Open nikaluka opened this issue 3 years ago • 2 comments

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'

nikaluka avatar Sep 27 '21 15:09 nikaluka

Put this at the top of your code: import { TransferERC20 } from "./engine/TransferERC20";

waltinho0807 avatar Feb 27 '22 13:02 waltinho0807

This should be closed.

mteam88 avatar Sep 15 '22 19:09 mteam88