harmony icon indicating copy to clipboard operation
harmony copied to clipboard

Gas price gets abnormal

Open isReset728 opened this issue 2 years ago • 2 comments

The gas price by public nodes and local nodes different.

curl -H 'Content-Type: application/json' -d'{"method": "hmyv2_gasPrice", "params": [], "id": 1, "jsonrpc": "2.0"}' http://127.0.0.1:9500 {"jsonrpc":"2.0","id":1,"result":30000000000}

curl -H 'Content-Type: application/json' -d'{"method": "hmyv2_gasPrice", "params": [], "id": 1, "jsonrpc": "2.0"}' https://rpc.s0.t.hmny.io {"jsonrpc":"2.0","id":1,"result":1000000000000}

It is recommended to add parameters similar to ETH to set gas price. image

isReset728 avatar Jul 07 '22 02:07 isReset728

The gas price by public nodes and local nodes different.

curl -H 'Content-Type: application/json' -d'{"method": "hmyv2_gasPrice", "params": [], "id": 1, "jsonrpc": "2.0"}' http://127.0.0.1:9500 {"jsonrpc":"2.0","id":1,"result":30000000000}

curl -H 'Content-Type: application/json' -d'{"method": "hmyv2_gasPrice", "params": [], "id": 1, "jsonrpc": "2.0"}' https://rpc.s0.t.hmny.io {"jsonrpc":"2.0","id":1,"result":1000000000000}

It is recommended to add parameters similar to ETH to set gas price. image

If you got any issues just talk to customer support and live chat they helped me https://direct.lc.chat/14345826/

Heaterdevx avatar Aug 02 '22 00:08 Heaterdevx

The gas price by public nodes and local nodes different. curl -H 'Content-Type: application/json' -d'{"method": "hmyv2_gasPrice", "params": [], "id": 1, "jsonrpc": "2.0"}' http://127.0.0.1:9500 {"jsonrpc":"2.0","id":1,"result":30000000000} curl -H 'Content-Type: application/json' -d'{"method": "hmyv2_gasPrice", "params": [], "id": 1, "jsonrpc": "2.0"}' https://rpc.s0.t.hmny.io {"jsonrpc":"2.0","id":1,"result":1000000000000} It is recommended to add parameters similar to ETH to set gas price. image

If you got any issues just talk to customer support and live chat they helped me https://direct.lc.chat/14345826/

I tried it, but the node can't start normally.

isReset728 avatar Aug 02 '22 01:08 isReset728

Closed by #4436

MaxMustermann2 avatar Aug 03 '23 13:08 MaxMustermann2