Migrate math tests to ethers.js v6 (#4769)

Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
Hadrien Croubois
2023-12-04 20:00:00 +01:00
committed by GitHub
parent ef699fa6a2
commit cffb2f1ddc
9 changed files with 366 additions and 441 deletions

View File

@ -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();