Migrate math tests to ethers.js v6 (#4769)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
@ -4,7 +4,7 @@ const { loadFixture } = require('@nomicfoundation/hardhat-network-helpers');
|
||||
|
||||
const { getDomain } = require('../helpers/eip712');
|
||||
const { bigint: time } = require('../helpers/time');
|
||||
const { bigintSum: sum } = require('../helpers/math');
|
||||
const { sum } = require('../helpers/math');
|
||||
|
||||
async function fixture() {
|
||||
const [sender, refundReceiver, another, ...accounts] = await ethers.getSigners();
|
||||
|
||||
Reference in New Issue
Block a user