We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf94c9 commit 6701983Copy full SHA for 6701983
test/maker.test.js
@@ -13,7 +13,7 @@ const NINE_ETH = web3.utils.toWei("9");
13
14
const getLastEvent = async (eventName, instance) => {
15
const events = await instance.getPastEvents(eventName, {
16
- fromBlock: 0,
+ fromBlock: testBlock, // 1 ETH = ~$1820
17
toBlock: "latest",
18
});
19
return events.pop().returnValues;
test/wraps.test.js
@@ -11,7 +11,7 @@ const NINE_ETH = web3.utils.toWei("9");
11
12
+ fromBlock: 17274000, // 1 ETH = ~$1820
0 commit comments