Skip to content

Commit

Permalink
Add support for Lighthouse instructions (#432)
Browse files Browse the repository at this point in the history
This PR adds support for [Lighthouse
protocol](https://github.com/Jac0xb/lighthouse), which implements safety
check instructions that enforce safety checks during transaction
execution.

- [x] Instruction Cards
- [x] Logs
- [x] Tests
  • Loading branch information
ngundotra authored Jan 2, 2025
1 parent 96704a8 commit ae0deec
Show file tree
Hide file tree
Showing 12 changed files with 1,492 additions and 7 deletions.
1 change: 1 addition & 0 deletions .pnpmfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ console.log (`Checking for package peerDependency overrides`);

const remapPeerDependencies = [
{ package: '@solana-program/compute-budget', packageVersion: '0.6.1', peerDependency: '@solana/web3.js', newVersion: '2.0.0' },
{ package: 'lighthouse-sdk', packageVersion: '2.0.1', peerDependency: '@solana/web3.js', newVersion: '2.0.0' },
];

function overridesPeerDependencies(pkg) {
Expand Down
Loading

0 comments on commit ae0deec

Please sign in to comment.