-
Notifications
You must be signed in to change notification settings - Fork 3
/
config-dev.json
49 lines (49 loc) · 1.27 KB
/
config-dev.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
{
"ignoreApiKey": true,
"home": "./fake",
"rpc": "https://juno-testnet-rpc.polkachu.com",
"bech32Prefix": "juno",
"redis": {
"host": "redis"
},
"db": {
"data": {
"dialect": "postgres",
"host": "db_data",
"database": "dev_data",
"username": "dev",
"password": "dev"
},
"accounts": {
"dialect": "postgres",
"host": "db_accounts",
"database": "dev_accounts",
"username": "dev",
"password": "dev"
}
},
"codeIds": {
"cw20-stake": [155],
"dao-dao-core": [163],
"dao-proposal-multiple": [170],
"dao-proposal-single": [171],
"dao-voting-cw20-staked": [172],
"dao-voting-cw4": [173],
"dao-voting-cw721-staked": [174],
"dao-voting-native-staked": [175],
"cw4-group": [178],
"polytone-note": [],
"polytone-voice": [],
"valence-account": []
},
"daoDaoBase": "https://testnet.daodao.zone",
"discordNotifierApiKey": "key",
"inboxSecret": "secret",
"websocketsSecret": "secret",
"payment": {
"cwReceiptAddress": "juno1hkr8ka5hywvrxxq7r5jtqswe56hf8pzxmper6gsxeedgtlu8npas7drzdf",
"cwReceiptWebhookSecret": "secret",
"nativeDenomAccepted": "ibc/EAC38D55372F38F1AFD68DF7FE9EF762DCF69F26520643CF3F9D292A738D8034",
"creditScaleFactor": 0.001
}
}