Skip to content

Commit

Permalink
updates to work with latest SKALED image
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Perry committed Jan 21, 2021
1 parent 16c3e99 commit f196f1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions config.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"byzantiumForkBlock": "0x0",
"constantinopleForkBlock": "0x0",
"networkID": "12313219",
"chainID": "0xd39d",
"chainID": "0x54173",
"maximumExtraDataSize": "0x20",
"tieBreakingGas": false,
"minGasLimit": "0xFFFFFFF",
Expand Down Expand Up @@ -56,7 +56,8 @@
},
"nonce": "0"
},
"0x6d80aAC61F6d92c7F4A3c412850474ba963B698E": {"balance": "100000000000000000000"}
“0x5112cE768917E907191557D7E9521c2590Cdd3A0”: {“balance”: “10000000000000000000000000”},
"0x6d80aAC61F6d92c7F4A3c412850474ba963B698E": {"balance": "“10000000000000000000000000”"}
},
"skaleConfig": {
"nodeInfo": {
Expand All @@ -66,7 +67,6 @@
"basePort": 1231,
"logLevel": "debug",
"logLevelProposal": "trace",
"snapshotInterval": 0,
"rotateAfterBlock": 0,
"ecdsaKeyName": ""
},
Expand All @@ -75,6 +75,7 @@
"schainName": "TestChain",
"schainID": 1,
"schainOwner": "0x6d80aAC61F6d92c7F4A3c412850474ba963B698E",
“freeContractDeployment”: true,
"storageLimit": 999888777,
"emptyBlockIntervalMs": 3000,
"nodes": [
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
###############################################################################

_USE_DEBUG=0
_SKALED_IMAGE="skalenetwork/schain:1.46-develop.51"
_SKALED_IMAGE="skalenetwork/schain:2.0.0-beta.0"
_DATA_DIR="./data_dir"

###############################################################################
Expand Down

0 comments on commit f196f1b

Please sign in to comment.