From fcfaf92b5a8ec8cf2d9beb1dc4e7166de35d0a32 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Fri, 31 Jan 2025 12:17:09 +0000 Subject: [PATCH] update ethereum gas price --- rust/sealevel/environments/mainnet3/gas-oracle-configs.json | 4 ++-- typescript/infra/config/environments/mainnet3/gasPrices.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/sealevel/environments/mainnet3/gas-oracle-configs.json b/rust/sealevel/environments/mainnet3/gas-oracle-configs.json index 53aace7b9b..d5b47f41ce 100644 --- a/rust/sealevel/environments/mainnet3/gas-oracle-configs.json +++ b/rust/sealevel/environments/mainnet3/gas-oracle-configs.json @@ -83,7 +83,7 @@ "ethereum": { "oracleConfig": { "tokenExchangeRate": "203047922474445771936", - "gasPrice": "20047740244", + "gasPrice": "10000000000", "tokenDecimals": 18 }, "overhead": 166887 @@ -125,7 +125,7 @@ "ethereum": { "oracleConfig": { "tokenExchangeRate": "15000000000000000000", - "gasPrice": "20047740244", + "gasPrice": "10000000000", "tokenDecimals": 18 }, "overhead": 166460 diff --git a/typescript/infra/config/environments/mainnet3/gasPrices.json b/typescript/infra/config/environments/mainnet3/gasPrices.json index fc8fb2ba2b..027dff1dae 100644 --- a/typescript/infra/config/environments/mainnet3/gasPrices.json +++ b/typescript/infra/config/environments/mainnet3/gasPrices.json @@ -140,7 +140,7 @@ "decimals": 9 }, "ethereum": { - "amount": "20.047740244", + "amount": "10", "decimals": 9 }, "everclear": {