Skip to content

Commit

Permalink
chore: RewardsDistributor and v-imUSD contracts on Polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Jul 5, 2021
1 parent edbbf2a commit 2347d45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/utils/networkAddressFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export const getNetworkAddress = (contractName: string, networkName = "mainnet")
return "0x10bFcCae079f31c451033798a4Fd9D2c33Ea5487"
case "Liquidator":
return "0x9F1C06CC13EDc7691a2Cf02E31FaAA64d57867e2"
case "RewardsDistributor":
return "0x3e9d19ee1893B07e22165C54c205702C90C70847"
case "SaveWrapper":
return "0x299081f52738A4204C3D58264ff44f6F333C6c88"
case "FeederManager":
Expand Down
1 change: 1 addition & 0 deletions tasks/utils/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const PmUSD: Token = {
decimals: 18,
quantityFormatter: "USD",
savings: "0x5290Ad3d83476CA6A2b178Cd9727eE1EF72432af",
vault: "0x32aBa856Dc5fFd5A56Bcd182b13380e5C855aa29",
}
export const MmUSD: Token = {
symbol: "MmUSD",
Expand Down

0 comments on commit 2347d45

Please sign in to comment.