Skip to content

Commit

Permalink
♻️ Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Sep 26, 2023
1 parent ac02e31 commit 764963c
Show file tree
Hide file tree
Showing 3 changed files with 2,425 additions and 2,160 deletions.
7 changes: 4 additions & 3 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@ soar = "SoarmxsvnGcQzLGaiue8mVTko7uuEfTY5zwdKKCnQDU"
url = "https://api.apr.dev"

[provider]
cluster = "devnet"
wallet = "~/.config/solana/id.json"
cluster = "localnet"
wallet = "client/tests/fixtures/provider"

[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 client/tests/*"

[workspace]
types = "client/sdk/src/idl"
members = [
"programs/soar"
"programs/soar",
"examples/tens"
]

[test]
Expand Down
Loading

0 comments on commit 764963c

Please sign in to comment.