Skip to content

Commit 9742717

Browse files
committed
update ovm support
1 parent 8ae444c commit 9742717

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

truffle-config-ovm.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@ module.exports = {
4444

4545
networks: {
4646
test: {
47-
network_id: 108,
48-
provider: function() {
49-
return ProviderWrapper.wrapProviderAndStartLocalNode(new HDWalletProvider(mnemonic, "http://127.0.0.1:8545/", 0, 10));
50-
},
51-
gasPrice: 0,
52-
gas: 9000000,
47+
host: "127.0.0.1",
48+
port: 8545,
49+
network_id: "420", // match any network
50+
gasPrice: 0,
5351
},
5452
live: {
5553
network_id: 108,

0 commit comments

Comments
 (0)