mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-24 22:19:37 +00:00
Merge pull request #602 from hhakala/develop
Update sync mode config values in demo config #601
This commit is contained in:
commit
fa4bed6441
@ -51,7 +51,7 @@ module.exports = {
|
|||||||
testnet: {
|
testnet: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
networkType: "testnet",
|
networkType: "testnet",
|
||||||
light: true,
|
syncMode: "light",
|
||||||
rpcHost: "localhost",
|
rpcHost: "localhost",
|
||||||
rpcPort: 8545,
|
rpcPort: 8545,
|
||||||
rpcCorsDomain: "http://localhost:8000",
|
rpcCorsDomain: "http://localhost:8000",
|
||||||
@ -62,7 +62,7 @@ module.exports = {
|
|||||||
livenet: {
|
livenet: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
networkType: "livenet",
|
networkType: "livenet",
|
||||||
light: true,
|
syncMode: "light",
|
||||||
rpcHost: "localhost",
|
rpcHost: "localhost",
|
||||||
rpcPort: 8545,
|
rpcPort: 8545,
|
||||||
rpcCorsDomain: "http://localhost:8000",
|
rpcCorsDomain: "http://localhost:8000",
|
||||||
|
@ -51,7 +51,7 @@ module.exports = {
|
|||||||
testnet: {
|
testnet: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
networkType: "testnet",
|
networkType: "testnet",
|
||||||
light: true,
|
syncMode: "light",
|
||||||
rpcHost: "localhost",
|
rpcHost: "localhost",
|
||||||
rpcPort: 8545,
|
rpcPort: 8545,
|
||||||
rpcCorsDomain: "http://localhost:8000",
|
rpcCorsDomain: "http://localhost:8000",
|
||||||
@ -62,7 +62,7 @@ module.exports = {
|
|||||||
livenet: {
|
livenet: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
networkType: "livenet",
|
networkType: "livenet",
|
||||||
light: true,
|
syncMode: "light",
|
||||||
rpcHost: "localhost",
|
rpcHost: "localhost",
|
||||||
rpcPort: 8545,
|
rpcPort: 8545,
|
||||||
rpcCorsDomain: "http://localhost:8000",
|
rpcCorsDomain: "http://localhost:8000",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user