forked from QuarryProtocol/quarry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Captain.toml
23 lines (19 loc) · 821 Bytes
/
Captain.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[paths]
artifacts = "../program-artifacts"
program_keypairs = "~/deployments/quarry/programs"
[networks.devnet]
deployer = "~/deployments/quarry/deployers/devnet.json"
upgrade_authority = "Hqedjjj4JGpAvhLXRsfLHatBgikGarfwHFDFjLsmth2y"
url = "https://api.devnet.solana.com"
[networks.testnet]
deployer = "~/deployments/quarry/deployers/testnet.json"
upgrade_authority = "Hqedjjj4JGpAvhLXRsfLHatBgikGarfwHFDFjLsmth2y"
url = "https://api.testnet.solana.com"
[networks.mainnet]
deployer = "~/deployments/quarry/deployers/mainnet.json"
upgrade_authority = "Hqedjjj4JGpAvhLXRsfLHatBgikGarfwHFDFjLsmth2y"
url = "https://api.mainnet-beta.solana.com"
[networks.localnet]
deployer = "~/deployments/quarry/deployers/localnet.json"
upgrade_authority = "Hqedjjj4JGpAvhLXRsfLHatBgikGarfwHFDFjLsmth2y"
url = "http://localhost:8899"