Skip to content

Commit

Permalink
update ethereum gas price
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Jan 31, 2025
1 parent 1de2601 commit fcfaf92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -83,7 +83,7 @@
"ethereum": {
"oracleConfig": {
"tokenExchangeRate": "203047922474445771936",
"gasPrice": "20047740244",
"gasPrice": "10000000000",
"tokenDecimals": 18
},
"overhead": 166887
Expand Down Expand Up @@ -125,7 +125,7 @@
"ethereum": {
"oracleConfig": {
"tokenExchangeRate": "15000000000000000000",
"gasPrice": "20047740244",
"gasPrice": "10000000000",
"tokenDecimals": 18
},
"overhead": 166460
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"decimals": 9
},
"ethereum": {
"amount": "20.047740244",
"amount": "10",
"decimals": 9
},
"everclear": {
Expand Down

0 comments on commit fcfaf92

Please sign in to comment.