Skip to content

Commit 56e26c1

Browse files
authored
Revert number with underscore instead of updating linter config
1 parent 522b124 commit 56e26c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/api3-voting/buidler.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
url: "https://mainnet.infura.io/v3/4c9049736af84c46ad0972910df0476a",
3535
chainId: 1,
3636
accounts: [process.env.MAINNET_PRIVATE_KEY || ""],
37-
gasPrice: 50_000_000_000,
37+
gasPrice: 50000000000,
3838
},
3939
ropsten: {
4040
url: "https://ropsten.infura.io/v3/4c9049736af84c46ad0972910df0476a",

0 commit comments

Comments
 (0)