Skip to content

Commit 14a97c7

Browse files
authored
adjust bsc fee to 1 gwei (#38)
1 parent 83a9bb6 commit 14a97c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.mainnet.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ l2-rpc = "$OPBNB_BRIDGE_BOT_L2_RPC"
88

99
[tx-signer]
1010
privkey = "$OPBNB_BRIDGE_BOT_PRIVKEY"
11-
gas-price = 3000000000 # 3 gwei
11+
gas-price = 1000000000 # 1 gwei
1212

1313
[db]
1414
host = "$OPBNB_BRIDGE_BOT_DB_HOST"

0 commit comments

Comments
 (0)