Skip to content

Commit

Permalink
feat: update Solana ISM, add new SOON warp IDs (#5148)
Browse files Browse the repository at this point in the history
### Description

- Updates the Solana ISM to include the new SOON set. Did this by
created a new multisig ISM program (used to be rc) and moving it up in
the world as the hyperlane context. ISM update has already occurred.
- Added SOL and Bonk warp routes to enum with the goal of deploying warp
route monitors. Moved them back to using the default ISM

### 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 Jan 14, 2025
1 parent 9518dbc commit fa3ef92
Show file tree
Hide file tree
Showing 11 changed files with 631 additions and 1,200 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"gasOracle": {
"type": "remoteGasData",
"tokenExchangeRate": "887000000000000000",
"gasPrice": "15",
"gasPrice": "20",
"tokenDecimals": 9
}
},
Expand Down
Loading

0 comments on commit fa3ef92

Please sign in to comment.