Closed guifel closed 4 years ago
Which version mcd --version
of this are you running? I can't seem to replicate.
bmcmichael@bmcx1c:~/makerdao/mcd-cli$ mcd gem --ilk=ETH-A balance
Warning: `--chain' option not specified. Defaulting to kovan
vat 1.500000000000000000 Unlocked collateral (WETH)
ink 0.000000000000000000 Locked collateral (WETH)
ext 0.000000000000000000 External account balance (WETH)
eth 45270.910628588207210496 External account balance (ETH)
mcd 1.0.1-rc.1
I followed the install instructions from the README.
Problem is seth
version. mcd-cli
was not updated for latest seth
versions, meaning that the 0x
is appended twice in some places. This is pending to be done, in general mcd-cli
is a bit outdated at this moment.
I was able to repeat this and added a fix in https://github.com/makerdao/mcd-cli/pull/15
Great, appreciate the quick fix.
0x
is being appended twice.