Skip to content

Commit

Permalink
lint PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaotc committed Oct 22, 2024
1 parent 07792c6 commit d0c651a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ url = "https://api.apr.dev"

[provider]
cluster = "Localnet"
wallet = "~/.config/solana/id.json"
### @dev testing wallet
### wallet = "~/.config/solana/id.json"
wallet = "usb://ledger"

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

[test]
startup_wait = 100000
Expand All @@ -25,9 +27,9 @@ upgradeable = false

[test.validator]
bind_address = "0.0.0.0"
### @dev: Utilize the testnet cluster for running the testsuite
url = "https://api.testnet.solana.com"
### url = "https://api.mainnet-beta.solana.com"
### @dev: Utilize the testnet cluster for running test-suite with anchor test
### url = "https://api.testnet.solana.com"
url = "https://api.mainnet-beta.solana.com"
ledger = ".anchor/test-ledger"
rpc_port = 8899

Expand Down

0 comments on commit d0c651a

Please sign in to comment.