forked from connext/router-docker-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
38 lines (38 loc) · 734 Bytes
/
config.example.json
File metadata and controls
38 lines (38 loc) · 734 Bytes
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
{
"adminToken": "supersecret",
"chainConfig": {
"1": {
"providers": [
"https://eth-mainnet.alchemyapi.io/v2/"
]
},
"4": {
"providers": [
"https://eth-rinkeby.alchemyapi.io/v2/"
]
},
"5": {
"providers": [
"https://eth-goerli.alchemyapi.io/v2/SU-"
]
}
},
"logLevel": "info",
"network": "testnet",
"web3SignerUrl": "http://signer:9000",
"swapPools": [
{
"name": "TEST",
"assets": [
{
"chainId": 4,
"assetId": "0x9aC2c46d7AcC21c881154D57c0Dc1c55a3139198"
},
{
"chainId": 5,
"assetId": "0x8a1Cad3703E0beAe0e0237369B4fcD04228d1682"
}
]
}
]
}