Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Fix sokol network id
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed May 21, 2018
1 parent ceaa0ef commit 6a7fa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
},
sokol: {
provider: new HDWalletProvider(mnemonic, sokolUrl),
network_id: 4,
network_id: 77,
},
},
};

0 comments on commit 6a7fa8b

Please sign in to comment.