From 9093fd04af1c0a3593b42297a557e6181a0ebcdf Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Wed, 3 Jul 2024 12:30:32 +0100 Subject: [PATCH] chore: bump Solana-origin nautilus fees (#4084) ### Description Solana-origin fees to Nautilus are now about 22 cents. It used to be sub-cent. Nautilus origin is about 71 cents (37.889581133408400000 ZBC) at the moment, so this is left untouched. example tx: https://explorer.solana.com/tx/4vMeLDY8kSiYmjidTpmJgfmJiTZmi7uV2J7CzhsgMfnRahic1kBVHhdw8j57L2MiKqmzWEgLyoGhqWeC6aesdQvh - see the balance increase of the IGP `FCNfmLSZLo5x7oNYmkYU8WdPUu7pj636P9CaMxkmaCp7` ### Drive-by changes ### Related issues ### Backward compatibility ### Testing --- rust/sealevel/environments/mainnet2/gas-oracle-configs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/sealevel/environments/mainnet2/gas-oracle-configs.json b/rust/sealevel/environments/mainnet2/gas-oracle-configs.json index 75bc47071a..eb1c291bb3 100644 --- a/rust/sealevel/environments/mainnet2/gas-oracle-configs.json +++ b/rust/sealevel/environments/mainnet2/gas-oracle-configs.json @@ -4,7 +4,7 @@ "gasOracle": { "type": "remoteGasData", "tokenExchangeRate": "100000000000000000000", - "gasPrice": "3000000000", + "gasPrice": "300000000000", "tokenDecimals": 18 } }, @@ -12,8 +12,8 @@ "domain": 22222, "gasOracle": { "type": "remoteGasData", - "tokenExchangeRate": "4700000000000000", - "gasPrice": "1000000000", + "tokenExchangeRate": "6010517751000000", + "gasPrice": "12000000000000", "tokenDecimals": 18 } }