-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathAnchor.toml
More file actions
18 lines (14 loc) · 824 Bytes
/
Copy pathAnchor.toml
File metadata and controls
18 lines (14 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[provider]
cluster = "devnet"
wallet = "~/.config/solana/id.json"
[programs.mainnet]
uxd = "UXD8m9cvwk4RcSxnX2HZ9VudQCEeDH6fRnB4CAP57Dr"
[programs.devnet]
uxd = "CW5VzSk7WC4NPyuNt19VFev9FUHhyk5xxHTj2DUWBexu"
[registry]
url = "https://anchor.projectserum.com"
[scripts]
# The quick version for development - Keep this version as the CI swap this line for its needs
test = "npx ts-mocha -p ./tsconfig.json -t 500000 tests/test_development.ts --reporter mochawesome --require mochawesome/register --reporter-options quiet=true,reportTitle=uxdprogram-test_integration --trace-warnings"
# Longer version
# test = "npx ts-mocha -p ./tsconfig.json -t 500000 tests/test_integration.ts --reporter mochawesome --require mochawesome/register --reporter-options quiet=true,reportTitle=uxdprogram-test_integration --trace-warnings"