Skip to content

Commit

Permalink
Using wxdai contract for kyc onboarding on gnosis chain
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Mar 26, 2024
1 parent 9022b4c commit 5b64629
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 @@ -363,7 +363,7 @@ const deployGnosisDao = async ({
"OFFCHAIN_ADMIN_ADDR",
getEnvVar("DAO_OWNER_ADDR")
),
weth: "0x6A023CCd1ff6F2045C3309768eAd9E68F978f6e1",
weth: "0xe91d153e0b41518a2ce8dd3d7944fa863463a97d", // wrapped xdai
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 5b64629

Please sign in to comment.