Error: *** Deployment Failed ***
“Migrations” exceeded the block limit (with a gas value you set).
- Block limit: 6721975 (0x6691b7)
- Gas sent: 17592186044415 (0xfffffffffff)
- Try:
- Sending less gas.
- Setting a higher network block limit if you are on a
private network or test client (like ganache).
I would be happy if someone can help me out how to set.
development: {
host: "127.0.0.1", // Localhost (default: none)
port: 8545, // Standard Ethereum port (default: none)
network_id: "*", // Any network (default: none)
gas: 0xfffffffffff, // <-- Use this high gas value
gasPrice: 0x01, // <-- Use this low gas price
BlockLimit: 0x6691b7
},