Skip to content

Commit

Permalink
cut op and base in half
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Jan 31, 2025
1 parent 5e0e30d commit 1de2601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rust/sealevel/environments/mainnet3/gas-oracle-configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"base": {
"oracleConfig": {
"tokenExchangeRate": "203047922474445771936",
"gasPrice": "502398873",
"gasPrice": "251199323",
"tokenDecimals": 18
},
"overhead": 166887
Expand Down Expand Up @@ -67,7 +67,7 @@
"optimism": {
"oracleConfig": {
"tokenExchangeRate": "203047922474445771936",
"gasPrice": "502398873",
"gasPrice": "251199323",
"tokenDecimals": 18
},
"overhead": 166887
Expand Down
4 changes: 2 additions & 2 deletions typescript/infra/src/config/gas-oracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,15 @@ function getMinUsdCost(local: ChainName, remote: ChainName): number {
// aren't accounted for directly in the gas price.
arbitrum: 0.5,
ancient8: 0.5,
base: 0.5,
base: 0.25,
blast: 0.5,
bob: 0.5,
fraxtal: 0.5,
linea: 0.5,
mantapacific: 0.5,
mantle: 0.5,
mode: 0.5,
optimism: 0.5,
optimism: 0.25,
polygonzkevm: 0.5,
// Scroll is more expensive than the rest due to higher L1 fees
scroll: 1.5,
Expand Down

0 comments on commit 1de2601

Please sign in to comment.