Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Fix outdated references to chief and iou
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbennett committed Jul 28, 2020
1 parent b9fe5e9 commit 4171aa8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/dai-plugin-governance/contracts/addresses/kovan.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"CHIEF": "0xbbffc76e94b34f72d96d054b31f6424249c1337d",
"MCD_ADM": "0xbbffc76e94b34f72d96d054b31f6424249c1337d",
"VOTE_PROXY_FACTORY": "0x3e08741a68c2d964d172793cd0ad14292f658cd8",
"POLLING": "0x518a0702701BF98b5242E73b2368ae07562BEEA3",
"BATCH_POLLING": "0xD931E7c869618dB6FD30cfE4e89248CAA091Ea5f",
"MCD_ESM": "0x0c376764f585828ffb52471c1c35f855e312a06c",
"MCD_END": "0x24728acf2e2c403f5d2db4df6834b8998e56aa5f",
"GOV": "0xaaf64bfcc32d0f15873a02163e7e500671a4ffcd",
"IOU": "0x4D5d2F7E1284bc5c871ce3e1A997Bd8646c75ba5",
"MCD_IOU": "0x4D5d2F7E1284bc5c871ce3e1A997Bd8646c75ba5",
"PAUSE": "0x8754e6ecb4fe68daa5132c2886ab39297a5c7189"
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"CHIEF": "0x9eF05f7F6deB616fd37aC3c959a2dDD25A54E4F5",
"MCD_ADM": "0x9eF05f7F6deB616fd37aC3c959a2dDD25A54E4F5",
"VOTE_PROXY_FACTORY": "0x868ba9aeacA5B73c7C27F3B01588bf4F1339F2bC",
"GOV": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
"IOU": "0x496C67A4CEd9C453A60F3166AB4B329870c8E355",
"MCD_IOU": "0x496C67A4CEd9C453A60F3166AB4B329870c8E355",
"POLLING": "0xF9be8F0945acDdeeDaA64DFCA5Fe9629D0CF8E5D",
"BATCH_POLLING": "0xD3A9FE267852281a1e6307a1C37CDfD76d39b133",
"MCD_ESM": "0x0581a0abe32aae9b5f0f68defab77c6759100085",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"IOU": "0x14f7e74A26a0e6791523451d85129babf01cFd44",
"CHIEF": "0x863d1CdF27146631585A274916C23A627Bd960C1",
"POLLING": "0x9A2810a12197CB844af4BA74a4b81bC1CA727130",
"BATCH_POLLING": "0xa9D33Ce18803b0742460ffb1b33B6c40f95178BC",
"VOTE_PROXY_FACTORY": "0x059B38F71E37F6f66572946e9cc7C8052A3f6626",
Expand Down
4 changes: 2 additions & 2 deletions packages/dai-plugin-governance/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {

const addContracts = {
[CHIEF]: {
address: map(prop('CHIEF'), contractAddresses),
address: map(prop('MCD_ADM'), contractAddresses),
// TODO check for MCD-specific version of DSChief
abi: require('../contracts/abis/DSChief.json')
},
Expand Down Expand Up @@ -99,7 +99,7 @@ export default {
{
currency: IOU,
symbol: IOU.symbol,
address: contractAddresses[addressKey].IOU
address: contractAddresses[addressKey].MCD_IOU
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/dai-plugin-governance/umd/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/dai-plugin-governance/umd/index.js.map

Large diffs are not rendered by default.

0 comments on commit 4171aa8

Please sign in to comment.