Skip to content

Commit

Permalink
chore: bump Solana-origin nautilus fees (#4084)
Browse files Browse the repository at this point in the history
### 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

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
  • Loading branch information
tkporter authored Jul 3, 2024
1 parent b337063 commit 9093fd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rust/sealevel/environments/mainnet2/gas-oracle-configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"gasOracle": {
"type": "remoteGasData",
"tokenExchangeRate": "100000000000000000000",
"gasPrice": "3000000000",
"gasPrice": "300000000000",
"tokenDecimals": 18
}
},
{
"domain": 22222,
"gasOracle": {
"type": "remoteGasData",
"tokenExchangeRate": "4700000000000000",
"gasPrice": "1000000000",
"tokenExchangeRate": "6010517751000000",
"gasPrice": "12000000000000",
"tokenDecimals": 18
}
}
Expand Down

0 comments on commit 9093fd0

Please sign in to comment.