However, the PIP_ETH (OSM) and VAL_ETH (DSValue) contract addresses are the same in the json file. Both of these addresses are pointing to VAL_ETH (DSValue) address only.
If you look at carefully, all the PIP_XXX (OSM) and VAL_XXX (their DSValue) are having the same addresses.
Expected:
PIP_ETH address must be listed in the json file. The script is not logging this address.
Issue:
The addresses for MCD are listed in this file: https://github.com/makerdao/testchain/blob/dai.js/out/addresses-mcd.json
However, the
PIP_ETH
(OSM) andVAL_ETH
(DSValue) contract addresses are the same in the json file. Both of these addresses are pointing toVAL_ETH
(DSValue) address only.If you look at carefully, all the
PIP_XXX
(OSM) andVAL_XXX
(their DSValue) are having the same addresses.Expected:
PIP_ETH
address must be listed in the json file. The script is not logging this address.