Upgrade to @openzeppelin/test-helpers@0.5.1 (#1942)

This commit is contained in:
Nicolás Venturo
2019-10-10 19:38:23 -03:00
committed by GitHub
parent c866522833
commit 3274d9db00
76 changed files with 156 additions and 906 deletions

View File

@ -1,4 +1,4 @@
require('openzeppelin-test-helpers');
require('@openzeppelin/test-helpers');
const { MerkleTree } = require('../helpers/merkleTree.js');
const { keccak256, bufferToHex } = require('ethereumjs-util');