Skip to content
This repository was archived by the owner on Sep 3, 2019. It is now read-only.

Commit 3077e0d

Browse files
committed
Add gas to bodhi deployment part
1 parent aad1769 commit 3077e0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

truffle.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ module.exports = {
33
development: {
44
host: "localhost",
55
port: 8545,
6-
network_id: "*" // Match any network id
6+
network_id: "*", // Match any network id
7+
gas: 4712388
78
}
89
}
910
};

0 commit comments

Comments
 (0)