Meek
Meek
having this same issue
any updates on this?
## How to fix issue > Reference file: [frontend/src/components/input.js](https://github.com/filecoin-project/fevm-data-dao-kit/blob/de87cc1ff379629cf3e939c7c797cb8b89f564b3/frontend/src/components/Inputs.js) 1. Import interdace Class at top of file on [L6](https://github.com/filecoin-project/fevm-data-dao-kit/blob/de87cc1ff379629cf3e939c7c797cb8b89f564b3/frontend/src/components/Inputs.js#L6) ```js import { ethers, Interface } from 'ethers'; ``` 1. Then...
I had this issue, here is a fix: ```js // add this to your foundry test pragma experimental ABIEncoderV2; ```
I would like to contribute if you don't mind. Here's what I have written so far after adding a `scripts/withdraw.js` `npx hardhat run scripts/withdraw.js --network zkEVM` ```js require('hardhat'); const {...
Nvm I fixed it. I think I install a different versions of ethers so yeah, just pulled your package.json and reinstalled. I works now! :)