Upgrade to @openzeppelin/test-helpers@0.5.1 (#1942)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
const { constants, expectRevert } = require('openzeppelin-test-helpers');
|
||||
const { constants, expectRevert } = require('@openzeppelin/test-helpers');
|
||||
const { ZERO_ADDRESS } = constants;
|
||||
const { toEthSignedMessageHash, fixSignature } = require('../helpers/sign');
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
require('openzeppelin-test-helpers');
|
||||
require('@openzeppelin/test-helpers');
|
||||
|
||||
const { MerkleTree } = require('../helpers/merkleTree.js');
|
||||
const { keccak256, bufferToHex } = require('ethereumjs-util');
|
||||
|
||||
Reference in New Issue
Block a user