Skip to content

Commit

Permalink
ci: lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdville03 committed Mar 27, 2024
1 parent 3a46316 commit 66f0ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ const deployPolygonDao = async ({
"OFFCHAIN_ADMIN_ADDR",
getEnvVar("DAO_OWNER_ADDR")
),
weth: "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270", /* WMATIC */
weth: "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270" /* WMATIC */,
gasPriceLimit: getOptionalEnvVar("GAS_PRICE_LIMIT", 0 /* disabled */),
spendLimitPeriod: getOptionalEnvVar("SPEND_LIMIT_PERIOD", 0 /* disabled */),
spendLimitEth: getOptionalEnvVar("SPEND_LIMIT_ETH", 0 /* disabled */),
Expand Down

0 comments on commit 66f0ee0

Please sign in to comment.