Skip to content

Commit

Permalink
solana: router admin (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingyuyap authored Oct 24, 2024
1 parent 633b4d9 commit 5455c1d
Show file tree
Hide file tree
Showing 52 changed files with 9,303 additions and 673 deletions.
2 changes: 2 additions & 0 deletions .cspell/custom-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ struct
thresholding
trustlessness
upgradability
Pubkey
struct
1 change: 1 addition & 0 deletions .github/workflows/svm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:

- run: cargo fmt --check --all
- run: cargo clippy
- run: cargo test-sbf
- run: cargo test
3 changes: 2 additions & 1 deletion svm/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ resolution = true
skip-lint = false

[programs.localnet]
svm = "Gfo1Jn4zHvc8BBGWNPQpNDZob5DsG2bhmS4wEA2GKFx6"
mock-integrator = "B86KSKnHBRiJeDcP7vwaXuxfkqfChZmYKBqh4dkLYEpj"
router = "7qtLhNMdb9dNAWwFvNBMok64EJrS1toY9TQoedVhU1xp"

[registry]
url = "https://api.apr.dev"
Expand Down
Loading

0 comments on commit 5455c1d

Please sign in to comment.