Skip to content

Commit

Permalink
♻️ Add security.txt & Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Sep 23, 2023
1 parent fc1c1f5 commit 8952cf8
Show file tree
Hide file tree
Showing 7 changed files with 331 additions and 283 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ target
**/*.rs.bk
node_modules
test-ledger
*.idea/
8 changes: 5 additions & 3 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ tens = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
soar = "SoarmxsvnGcQzLGaiue8mVTko7uuEfTY5zwdKKCnQDU"
tens = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"

[programs.mainnet]
soar = "SoarmxsvnGcQzLGaiue8mVTko7uuEfTY5zwdKKCnQDU"

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

[provider]
cluster = "Localnet"
cluster = "localnet"
wallet = "client/tests/fixtures/provider.json"

[scripts]
Expand All @@ -23,8 +26,7 @@ test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 client/tests/*"
[workspace]
types = "client/sdk/src/idl"
members = [
"programs/soar",
"examples/tens"
"programs/soar"
]

[test]
Expand Down
9 changes: 8 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8952cf8

Please sign in to comment.