feat: manually fix linting errors across tests
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
var MerkleProof = artifacts.require('./MerkleProof.sol');
|
||||
|
||||
import MerkleTree from './helpers/merkleTree.js';
|
||||
import { sha3, bufferToHex } from 'ethereumjs-util';
|
||||
|
||||
var MerkleProof = artifacts.require('./MerkleProof.sol');
|
||||
|
||||
contract('MerkleProof', function (accounts) {
|
||||
let merkleProof;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user