Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Updated chainId dawn4.2 #118
Browse files Browse the repository at this point in the history
  • Loading branch information
James Calfee committed May 26, 2018
1 parent 0159ba4 commit 7003b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function createEos(config, Network, network) {
config.abiCache = AbiCache(network, config)

if(!config.chainId) {
config.chainId = '00'.repeat(32)
config.chainId = '706a7ddd808de9fc2b8879904f3b392256c83104c1d544b38302cc07d9fca477'
}

if(config.mockTransactions != null) {
Expand Down

0 comments on commit 7003b94

Please sign in to comment.