ensdomains / evmgateway

This repository implements a generic CCIP-Read gateway for fetching state proofs of data on other EVM chains. The intended use is for contracts on L1 to be able to fetch and verify data from contracts on L2 in a read context.
MIT License
128 stars 28 forks source link

TypeError: Cannot read properties of undefined (reading 'JsonRpcSigner') #43

Open Chomtana opened 3 months ago

Chomtana commented 3 months ago
building op-verifier...
An unexpected error occurred:

TypeError: Cannot read properties of undefined (reading 'JsonRpcSigner')
    at Object.<anonymous> (/Users/chomtana/Desktop/projects/optidomains/evmgateway/node_modules/zksync-web3/build/src/signer.js:78:74)
    at Module._compile (node:internal/modules/cjs/loader:1376:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
    at Object.require.extensions.<computed> [as .js] (/Users/chomtana/Desktop/projects/optidomains/evmgateway/node_modules/ts-node/src/index.ts:1608:43)
    at Module.load (node:internal/modules/cjs/loader:1207:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1023:12)
    at Module.require (node:internal/modules/cjs/loader:1235:19)
    at require (node:internal/modules/helpers:176:18)
    at Object.<anonymous> (/Users/chomtana/Desktop/projects/optidomains/evmgateway/node_modules/zksync-web3/build/src/utils.js:20:18)
    at Module._compile (node:internal/modules/cjs/loader:1376:14)