auction-demo-keeper
auction-demo-keeper copied to clipboard
create-auctions.js not working for kovan test
I can run yarn run kovan
, but unable to run node scripts/create-auctions.js
It fails with error :
Initiating Maker Service from Dai.js web3 kovan Current Wallet Address: 0xacd353f642fae3d50995b3e93f144ce77af9432b Link balance 90 Ensure there is proxy address Proxy Address: 0x7b5599f77b087A3D13CDF8d59bf7E9e35EE47805
Creating risky vault /home/jay/Desktop/Infocusp/bluerock/auction-demo-keeper/node_modules/@makerdao/dai-plugin-mcd/dist/dai-plugin-mcd.cjs.development.js:4037 var _managerContract$inte = managerContract["interface"].encodeFilterTopics('NewCdp', []), ^
TypeError: managerContract.interface.encodeFilterTopics is not a function
at CdpManager.getNewCdpId (/home/jay/Desktop/Infocusp/bluerock/auction-demo-keeper/node_modules/@makerdao/dai-plugin-mcd/dist/dai-plugin-mcd.cjs.development.js:4037:62)
at _callee$ (/home/jay/Desktop/Infocusp/bluerock/auction-demo-keeper/node_modules/@makerdao/dai-plugin-mcd/dist/dai-plugin-mcd.cjs.development.js:2544:31)
at tryCatch (/home/jay/Desktop/Infocusp/bluerock/auction-demo-keeper/node_modules/@makerdao/dai-plugin-mcd/dist/dai-plugin-mcd.cjs.development.js:1288:19)
at Generator.invoke [as _invoke] (/home/jay/Desktop/Infocusp/bluerock/auction-demo-keeper/node_modules/@makerdao/dai-plugin-mcd/dist/dai-plugin-mcd.cjs.development.js:1508:24)
at Generator.prototype.
Hi @jay-infocusp How are you running on Kovan? for me its failing with below error! I am just creating wallet(keystore) and not changing anything in config! I am running nethermind (kovan) and keeper both in docker!