graph-node
graph-node copied to clipboard
"gas limit reached in the pool"
How can I set a gas limit to RPC ?
docker run -d ........... ethereum=doge:https://rpc02-sg.dogechain.dog
I need to set a gasLimit = 21000 GWEI
How can I set a gas limit to RPC ?
docker run -d ........... ethereum=doge:https://rpc02-sg.dogechain.dogI need to set a gasLimit = 21000 GWEI
ETH_CALL_GAS is hard-coded as 50 million.
The block gas limit is different with every chains, I think it is better if this variable is added as environment variable.
You can update this variable to fix your issue. https://github.com/graphprotocol/graph-node/blob/master/chain/ethereum/src/ethereum_adapter.rs#L77
I could't, but that part of the solution worked .
Thanks for that @brainstormk My Subgraph is not working properly on Doge chain.
Some of the officials RPC are not working that properly. Maybe you should try many @badangrycloud .
I still got this problem, and dont know why to resolved. anyone can help me?
@lokialice are you using doge chain?