From 14a97c79e9d19cb0d809ded4b485309e7ded4f0e Mon Sep 17 00:00:00 2001 From: Owen <103096885+owen-reorg@users.noreply.github.com> Date: Fri, 22 Mar 2024 12:16:13 +0800 Subject: [PATCH] adjust bsc fee to 1 gwei (#38) --- bot.mainnet.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.mainnet.toml b/bot.mainnet.toml index d877b5b..3af23a6 100644 --- a/bot.mainnet.toml +++ b/bot.mainnet.toml @@ -8,7 +8,7 @@ l2-rpc = "$OPBNB_BRIDGE_BOT_L2_RPC" [tx-signer] privkey = "$OPBNB_BRIDGE_BOT_PRIVKEY" -gas-price = 3000000000 # 3 gwei +gas-price = 1000000000 # 1 gwei [db] host = "$OPBNB_BRIDGE_BOT_DB_HOST"