-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.template
44 lines (44 loc) · 941 Bytes
/
config.json.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"useTemplate": false,
"name": "cw-arcade",
"developer": {
"archwayd": {
"docker": false
},
"deployments": [],
"scripts": {
"test": "cargo unit-test",
"build": "cargo build",
"optimize": "cargo run-script optimize",
"wasm": "cargo wasm",
"query": "archwayd query wasm",
"tx": "archwayd tx wasm execute"
}
},
"network": {
"name": "constantine",
"chainId": "constantine-3",
"type": "testnet",
"fees": {
"feeDenom": "aconst"
},
"gas": {
"prices": "1aconst",
"mode": "auto",
"adjustment": "1.5"
},
"wasm": {
"bech32Hrp": "archway",
"archwayd": "0.1.0",
"configDir": ".archway",
"binary": "archwayd"
},
"urls": {
"rpc": {
"url": "https://rpc.constantine.archway.tech",
"port": 443
},
"faucets": ["https://faucet.constantine.archway.tech"]
}
}
}