Skip to content

Commit

Permalink
fix(svm): add security-txt (#791)
Browse files Browse the repository at this point in the history
* fix: add security-txt

Signed-off-by: Reinis Martinsons <[email protected]>

* fix: localnet program id

Signed-off-by: Reinis Martinsons <[email protected]>

* fix: store external idls

Signed-off-by: Reinis Martinsons <[email protected]>

* fix: add security.txt to multicall-handler

Signed-off-by: Reinis Martinsons <[email protected]>

* fix: update auditors

Signed-off-by: Reinis Martinsons <[email protected]>

* fix: optimize handler address

Signed-off-by: Reinis Martinsons <[email protected]>

---------

Signed-off-by: Reinis Martinsons <[email protected]>
  • Loading branch information
Reinis-FRP authored Jan 23, 2025
1 parent 56c6be6 commit 820157d
Show file tree
Hide file tree
Showing 9 changed files with 3,940 additions and 233 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ storage-layouts/proposed*
target
**/*.rs.bk
test-ledger
idls
src/svm/assets
8 changes: 4 additions & 4 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ resolution = true
skip-lint = false

[programs.localnet]
multicall_handler = "6kqWTz3A3ZYMV2FMU24ke8rHzT82SaBz7GkBKTd7Z9BH"
svm_spoke = "DnLjPzpMCW2CF99URhGF3jDYnVRcCJMjUWsbPb4xVoBn"
multicall_handler = "27dua7HMuaZrAc6PRfxmvshHChypFLzZVSpKKaDAPjsq"
svm_spoke = "D1WcTLKRyN4TuqnfMBGPvc16nACHfNhFPbgWNExb1aur"
test = "8tsEfDSiE4WUMf97oyyyasLAvWwjeRZb2GByh4w7HckA"

[programs.devnet]
multicall_handler = "6kqWTz3A3ZYMV2FMU24ke8rHzT82SaBz7GkBKTd7Z9BH"
svm_spoke = "DnLjPzpMCW2CF99URhGF3jDYnVRcCJMjUWsbPb4xVoBn"
multicall_handler = "27dua7HMuaZrAc6PRfxmvshHChypFLzZVSpKKaDAPjsq"
svm_spoke = "D1WcTLKRyN4TuqnfMBGPvc16nACHfNhFPbgWNExb1aur"

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

0 comments on commit 820157d

Please sign in to comment.