PatrickAlphaC / hardhat-smartcontract-lottery-fcc

MIT License
118 stars 181 forks source link

Error: value out-of-bounds #177

Closed rezowansifat closed 1 year ago

rezowansifat commented 1 year ago

Why is this error occurring?

value out-of-bounds (argument="callbackGasLimit", value="10000000000000000", code=INVALID_ARGUMENT, version=abi/5.7.0)

31337: { name: "localhost", subscriptionId: "588", gasLane: "0x474e34a077df58807dbe9c96d3c009b23b3c6d0cce433e59bbf5b34f823bc56c", // 30 gwei keepersUpdateInterval: "30", raffleEntranceFee: ethers.parseEther("0.01"), callbackGasLimit: "500000", }

My Repo: https://github.com/rezowansifat/Decentralized-Lottery.git