We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Runned this file: https://github.com/jklepatch/eattheblocks/blob/master/profitable-flashloans/30-make-arbitrage-script-run-247/run-arbitrage.js
I've installed every package but......I've got this error when I run it.
TypeError: Cannot read property 'address' of undefined at init (line 29-35).
These are the lines.
const init = async () => { const networkId = await web3.eth.net.getId(); const flashloan = new web3.eth.Contract( Flashloan.abi, Flashloan.networks[networkId].address );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Runned this file: https://github.com/jklepatch/eattheblocks/blob/master/profitable-flashloans/30-make-arbitrage-script-run-247/run-arbitrage.js
I've installed every package but......I've got this error when I run it.
TypeError: Cannot read property 'address' of undefined at init (line 29-35).
These are the lines.
const init = async () => {
const networkId = await web3.eth.net.getId();
const flashloan = new web3.eth.Contract(
Flashloan.abi,
Flashloan.networks[networkId].address
);
The text was updated successfully, but these errors were encountered: