Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
update fabric-evm migrations scenario source config (sources/migratio…
Browse files Browse the repository at this point in the history
…ns/fabric-evm/truffle-config.js)
  • Loading branch information
CruzMolina committed Aug 21, 2019
1 parent 9878200 commit 70a53d1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ module.exports = {
networks: {
development: {
host: "127.0.0.1",
port: 8545,
port: 5000,
network_id: "*",
gas: 4700000,
gasPrice: 20000000000,
type: "fabric-evm"
}
}
Expand Down

0 comments on commit 70a53d1

Please sign in to comment.