ethhmy-bridge.frontend
ethhmy-bridge.frontend copied to clipboard
Hardcoded BSC Gas Price Too High
Looks like the bridge uses a hardcoded gas price of 10 gwei for BSC transactions.
BSC gas price has been reduced to 5 gwei, so this can be reduced.
You are probably setting this in the .env: https://github.com/harmony-one/ethhmy-bridge.frontend/blob/13142938bd3b45f1aae83d425aa12ca9e5dd7521/.env.mainnet
or in an environmental variable when the bridge process is run.