makerdao / testchain

Start a local test chain with the MakerDAO contracts deployed on it, quickly and easily.
MIT License
33 stars 29 forks source link

`PIP_ETH` and `VAL_ETH` contract addresses are same #45

Open jchittoda opened 4 years ago

jchittoda commented 4 years ago

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) 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.