Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RetricSu committed Jul 20, 2021
1 parent ed64da7 commit ca39a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = {
development: {
host: rpc_url.hostname, // Localhost (default: none)
port: rpc_url.port, // Standard Ethereum port (default: none)
gasPrice: "0", // noti`e: `gasPrice: 0` won't work in dryRun mode. 0 must be string type.
gasPrice: "0", // notice: `gasPrice: 0` won't work in dryRun mode. 0 must be string type.
network_id: "*", // Any network (default: none)
provider: () => polyjuiceTruffleProvider,
},
Expand Down

0 comments on commit ca39a7a

Please sign in to comment.