forked from connext/router-docker-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.json
44 lines (44 loc) · 1.04 KB
/
config.example.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
{
"redis": {
"host": "redis",
"port": 6379
},
"chains": {
"1735356532": {
"assets": [
{
"address": "0x68Db1c8d85C09d546097C65ec7DCBFF4D6497CbF",
"name": "TEST"
}
],
"providers": ["https://goerli.optimism.io"]
},
"1735353714": {
"assets": [
{
"address": "0x7ea6eA49B0b0Ae9c5db7907d139D9Cd3439862a1",
"name": "TEST"
}
],
"providers": ["https://rpc.ankr.com/eth_goerli"]
},
"9991": {
"providers": ["https://rpc.ankr.com/polygon_mumbai"],
"assets": [
{
"address": "0xeDb95D8037f769B72AAab41deeC92903A98C9E16",
"name": "TEST"
}
]
}
},
"environment": "production",
"logLevel": "debug",
"sequencerUrl": "https://sequencer.testnet.connext.ninja",
"server": { "adminToken": "blahblah" },
"web3SignerUrl": "http://signer:9000",
"messageQueue": {
"uri": "amqp://guest:guest@rabbitmq:5672"
},
"cartographerUrl": "https://postgrest.testnet.connext.ninja"
}