harmony-one / ethhmy-bridge.frontend

Ethereum<>Harmony two way bridge (trusted version) - frontend part
25 stars 62 forks source link

Hardcoded BSC Gas Price Too High #117

Open brandoncurtis opened 3 years ago

brandoncurtis commented 3 years ago

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.