auction-demo-keeper
auction-demo-keeper copied to clipboard
I am trying to run testchain using ```https://github.com/makerdao/testchain``` and then created ```testChain.js``` same as startKovan.js and startMainnet.js in ```/src``` folder Also I added the script in ```package.json``` After that I...
### Fix If tab
This assumes the collateral uses a ProxyManagerClipper contract, which's urnProxy has been created using charte.getOrCreateProxy(X).
this change: - adds `WSTETH-B` to the keeper - updates the routes from ETH->DAI to go through USDC (less gas efficient, but less slippage) - updates the minimum gas by...
For testing this an auction can be barked (after pip price was lowered) using this: `seth send 0x135954d155898D42C90D2a57824C690e0c7BEf1B bark(bytes32,address,address) 0x435256563145544853544554482d410000000000000000000000000000000000 0x7b6b7433a01367e9d87b6182b202f4263d5fef8c ` The `urn` was found at https://maker.blockanalitica.com/vaults/CRVV1ETHSTETH-A/vaults/0x7b6b7433/ Then full...
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...
When multiple ilks are defined, when looping through them and finding an opportunity, the keeper has trouble executing the tx. `transact.js` gets some misplaced parameters: ``` ------------------ COLLATERAL WBTC-A INITIALIZED...