Skip to content

Commit

Permalink
fix: Polygon mainnet multisig updated to 4/8
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Apr 23, 2021
1 parent 48dbd1c commit 1533b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deployPolygon.ts
Expand Up @@ -318,7 +318,7 @@ task("deploy-polly", "Deploys mUSD, mBTC and Feeder pools to a Polygon network")
],
)
} else if (network.name === "polygon_mainnet") {
multiSigAddress = "0xEdE10699339ceC9b6799319C585066FfBCA938b8"
multiSigAddress = "0x4aA2Dd5D5387E4b8dcf9b6Bfa4D9236038c3AD43" // 4/8 Multisig
// Attach to 3rd party bAssets
deployedUsdBassets = attachBassets(
deployer,
Expand Down

0 comments on commit 1533b4e

Please sign in to comment.