-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.json
53 lines (53 loc) · 1.22 KB
/
config.json
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
45
46
47
48
49
50
51
52
53
{
"useTemplate": false,
"template": "increment",
"name": "cw721-r",
"developer": {
"archwayd": {
"docker": false
},
"deployments": [
{
"project": "cw721-rewards",
"type": "store",
"chainId": "constantine-3",
"codeId": 781,
"checksum": "55f7797e785d03a9b5a883f82c0c06e19766be0d486a2a020b785924907a7ecd",
"txhash": "EF3F563467AE7F06B39A27CC698E439DDED6FB194926C3920102FE4D7C95F5D5"
}
],
"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": "900000000000.000000000000000000aconst",
"mode": "auto",
"adjustment": "1.4"
},
"wasm": {
"bech32Hrp": "archway",
"archwayd": "1.0.1",
"configDir": ".archway",
"binary": "archwayd"
},
"urls": {
"rpc": {
"url": "https://rpc.constantine.archway.tech",
"port": 443
}
}
}
}