config refactor

This commit is contained in:
Alexey 2020-10-06 14:20:26 +03:00
parent ae3044b6e9
commit 0fcc4cf60d
10 changed files with 37 additions and 41 deletions

View file

@ -1,4 +1,4 @@
const { instances, netId } = require('../config')
const { instances, netId } = require('./config')
const { poseidon } = require('circomlib')
const { toBN, toChecksumAddress, BN } = require('web3-utils')