Browse Source

Update api.json

master
yuriy0803 3 years ago committed by GitHub
parent
commit
416d4e72d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      api.json

6
api.json

@ -75,7 +75,7 @@
"upstream": [ "upstream": [
{ {
"name": "main", "name": "main",
"url": "http://192.168.178.30:8545", "url": "http://127.0.0.1:8545",
"timeout": "10s" "timeout": "10s"
}, },
{ {
@ -107,7 +107,7 @@
"immatureDepth": 20, "immatureDepth": 20,
"keepTxFees": false, "keepTxFees": false,
"interval": "10m", "interval": "10m",
"daemon": "http://192.168.178.30:8545", "daemon": "http://127.0.0.1:8545",
"timeout": "10s" "timeout": "10s"
}, },
@ -115,7 +115,7 @@
"enabled": false, "enabled": false,
"requirePeers": 1, "requirePeers": 1,
"interval": "20m", "interval": "20m",
"daemon": "http://192.168.178.30:8545", "daemon": "http://127.0.0.1:8545",
"timeout": "10s", "timeout": "10s",
"address": "0x9dd0226060b6d9644066029f4993CB2A40cF775D", "address": "0x9dd0226060b6d9644066029f4993CB2A40cF775D",
"gas": "21000", "gas": "21000",

Loading…
Cancel
Save