Skip to content

Commit

Permalink
chore: update gas oracles for the solana destination
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Feb 12, 2025
1 parent d6724c4 commit 3c9979b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 6 additions & 14 deletions rust/sealevel/environments/mainnet3/gas-oracle-configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,6 @@
"tokenDecimals": 9
},
"overhead": 600000
},
"treasure": {
"oracleConfig": {
"tokenExchangeRate": "21123257666268419",
"gasPrice": "1601935300783",
"tokenDecimals": 18
},
"overhead": 333774
}
},
"eclipsemainnet": {
Expand All @@ -140,8 +132,8 @@
},
"solanamainnet": {
"oracleConfig": {
"tokenExchangeRate": "115958288827584",
"gasPrice": "50977",
"tokenExchangeRate": "1159582888275840870",
"gasPrice": "500000",
"tokenDecimals": 9
},
"overhead": 600000
Expand All @@ -158,8 +150,8 @@
"soon": {
"solanamainnet": {
"oracleConfig": {
"tokenExchangeRate": "115958288827584",
"gasPrice": "50977",
"tokenExchangeRate": "1159582888275840870",
"gasPrice": "500000",
"tokenDecimals": 9
},
"overhead": 600000
Expand All @@ -168,8 +160,8 @@
"sonicsvm": {
"solanamainnet": {
"oracleConfig": {
"tokenExchangeRate": "1500000000000000",
"gasPrice": "50977",
"tokenExchangeRate": "15000000000000000000",
"gasPrice": "500000",
"tokenDecimals": 9
},
"overhead": 600000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
"decimals": 9
},
"solanamainnet": {
"amount": "0.5",
"amount": "50000",
"decimals": 1
},
"soneium": {
Expand Down

0 comments on commit 3c9979b

Please sign in to comment.