-
Notifications
You must be signed in to change notification settings - Fork 48
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
truffle integration #1
base: master
Are you sure you want to change the base?
Conversation
There are a few areas where you are likely running into trouble:
development: {
host: "127.0.0.1", // Localhost (default: none)
port: 8545, // Standard Ethereum port (default: none)
network_id: "*", // Any network (default: none)
gas: 10000000,
gasPrice: 1
},
I am no longer supporting this project, but was able to compile and migrate in a quick test using the above tweaks. Hopefully this helps. |
Hello, I tried creating a contract but I got the error Out of gas, gas limit I set to 3000000 by default, how much do I need to increase the gas limit. |
try 10000000 |
Hello guys, Is it still worth making a profit with flash loan with many bots competing with each other? |
I want to give a PR to set integration of this smart contract with truffle, but I am still getting some errors while deploying this contract via truffle, please help me to fix this and merge this PR.