eth-infinitism / account-abstraction

GNU General Public License v3.0
1.55k stars 646 forks source link

Unable to send UserOperation on immutable zkEVM chain testnet #386

Closed kishantrikon closed 9 months ago

kishantrikon commented 11 months ago

I am trying to deploy & run Account abstraction on Immutable zkEVM chain and I'm encountering an issue while attempting to send a user operation on Immutable Testnet using the eth-infinitism repo & Bundler repo. I have deployed the Entrypoint smart contract, SimpleAccount Factory and Paymaster smart contract on the Immutable testnet and initialised paymaster also by depositing some funds. Also, run the bundler on my local machine by changing necessary configuration regarding RPC and Entrypoint Smart contract. I am sending simple useroperation on immutable chain but it gives me below error: "message":"Cannot read properties of undefined (reading 'paymaster')"

I have tried on polygon testnet by changing necessary details & it's working fine with the own bundler and paymaster, but I am getting above error while working with Immutable zkEVM testnet and also facing same issue wit Telos testnet.

drortirosh commented 11 months ago

it is very hard to diagnose it this way. do you have a reference sample we can look at?