eth-to-bnc-bridge/src/oracle/watcher/config.json

21 lines
382 B
JSON

{
"sideChain": {
"rpcUrl": "http://host.docker.internal:7545"
},
"redis": {
"port": 6379,
"host": "127.0.0.1",
"family": 4,
"password": "password",
"db": 0
},
"home": {
"rpcUrl": "http://host.docker.internal:7545",
"pollingInterval": 1000
},
"foreign": {
"api": "https://testnet-dex.binance.org/",
"pollingInterval": 1000
}
}