From 52e7c08364c38c9a61b1eba985dcd213477256aa Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Tue, 2 Jul 2024 12:04:14 +0100 Subject: [PATCH] bump fees higher --- rust/sealevel/environments/mainnet2/gas-oracle-configs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/sealevel/environments/mainnet2/gas-oracle-configs.json b/rust/sealevel/environments/mainnet2/gas-oracle-configs.json index 86568cea04..eb1c291bb3 100644 --- a/rust/sealevel/environments/mainnet2/gas-oracle-configs.json +++ b/rust/sealevel/environments/mainnet2/gas-oracle-configs.json @@ -13,7 +13,7 @@ "gasOracle": { "type": "remoteGasData", "tokenExchangeRate": "6010517751000000", - "gasPrice": "3000000000000", + "gasPrice": "12000000000000", "tokenDecimals": 18 } }