-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
48 lines (48 loc) · 1.02 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
{
"logLevel": "debug",
"sequencerUrl": "https://sequencer.testnet.connext.ninja",
"web3SignerUrl": "http://signer:9000",
"redis": {
"host": "redis",
"port": 6379
},
"server": {
"adminToken": "abacus",
"port": 8080
},
"chains": {
"1111": {
"assets": [
{
"address": "0x3FFc03F05D1869f493c7dbf913E636C6280e0ff9",
"name": "TEST"
}
],
"providers": [
"https://rinkeby.infura.io/v3/b3476c4fc673421cbd73840cb108c136"
]
},
"2221": {
"providers": [
"https://kovan.infura.io/v3/b3476c4fc673421cbd73840cb108c136"
],
"assets": [
{
"address": "0x3FFc03F05D1869f493c7dbf913E636C6280e0ff9",
"name": "TEST"
}
]
},
"3331": {
"providers": [
"https://goerli.infura.io/v3/b3476c4fc673421cbd73840cb108c136"
],
"assets": [
{
"address": "0x3FFc03F05D1869f493c7dbf913E636C6280e0ff9",
"name": "TEST"
}
]
}
}
}