update abi and bytecode

Former-commit-id: d12c81d3c5e40a2ed59eb8f5ca2b977dfa0cff0f [formerly 3cdb4b1860ab41e6a0608a2496ea675eb5d93606]
Former-commit-id: 2cd1c66534d1fe28124c771b78ff4c6613bdedbc
This commit is contained in:
Preston Van Loon 2018-01-16 23:09:16 -05:00
parent f877297737
commit 1a0dcb955a
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ var (
// Number of network shards
shardCount = 100
// Address of the validator management contract
validatorManagerAddress = common.HexToAddress("0xd76b5bf01b55d75733de3997f54a7becc2be3f4a") // TODO
validatorManagerAddress = common.HexToAddress("0x0") // TODO
// Gas limit for verifying signatures
sigGasLimit = 40000
// Number of blocks in a period

File diff suppressed because one or more lines are too long