-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAnchor.toml
More file actions
24 lines (19 loc) · 779 Bytes
/
Anchor.toml
File metadata and controls
24 lines (19 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[features]
seeds = false
skip-lint = false
[programs.localnet]
royalty_redemptions = "4pV5PQe2AH3r8M9sZ1seMHwhwCyLBdWbaiuWMphXSfaL"
repay_royalties_contract = "9ZskGH9wtdwM9UXjBq1KDwuaLfrZyPChz41Hx7NWhTFf"
[programs.devnet]
royalty_redemptions = "4pV5PQe2AH3r8M9sZ1seMHwhwCyLBdWbaiuWMphXSfaL"
repay_royalties_contract = "9ZskGH9wtdwM9UXjBq1KDwuaLfrZyPChz41Hx7NWhTFf"
[programs.mainnet]
royalty_redemptions = "4pV5PQe2AH3r8M9sZ1seMHwhwCyLBdWbaiuWMphXSfaL"
repay_royalties_contract = "9ZskGH9wtdwM9UXjBq1KDwuaLfrZyPChz41Hx7NWhTFf"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "devnet"
wallet = "/Users/rubenschaller/kulture/keys/BLDRZQiqt4ESPz12L9mt4XTBjeEfjoBopGPDMA36KtuZ.json"
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"