Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not find name 'TransferERC20' #14

Open
nikaluka opened this issue Sep 27, 2021 · 2 comments
Open

can not find name 'TransferERC20' #14

nikaluka opened this issue Sep 27, 2021 · 2 comments

Comments

@nikaluka
Copy link

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'

@waltinho0807
Copy link

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

@mteam88
Copy link

mteam88 commented Sep 15, 2022

This should be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants