Discussions

Ask a Question

Will Stackup have Monad support

Hey, we are building an app which is targeted to launch on the upcoming Monad chain. Is this something that you will support day 1 on Monad?

ANSWERED

How to send native txs i.e transferring matic on polygon with simpleAccount with executeBatch ?

I have been trying to run executeBatch with simpleAccount wallet address and it works fine with contract integration as it takes in an array of destination address and data but there is no array for the value field in case one of the txs in this batch txs is a native tx which would need a value field here . So any ways to resolve this issue? Any sample code to refer to ?

ANSWERED

Web3Auth Next.js App - web3Auth doesn't show up

ANSWERED

Integrating stackup with zerodev kernel

I am currently using simpleAccount.sol for creating SCWs. Stackup also allows using zerodev's kernel which according to the docs create better and future proof SCWs. So i need to clarify a few things.

ANSWERED

ERC20 transfer by the metamask client

I have followed the quickStart example, where everything went successfully

Paymaster Error

Hello, I have an account abstraction project for minting custom NFT and I wrote my main.ts code according to your guide. When I'm trying to run it I got an error code: 32521 related to pm_sponsorUserOperation. I don't understand what is the issue and how can I solve it. Thanks in advance for your help. Best regards

ANSWERED

simulation: insufficient token payments

I used a paid plan, but when I traded USDC on bsc and enabled withPaymaster, the result I got was {"code":-32601,"data":"simulation: insufficient token payments","message": "simulation: insufficient token payments"},"id":42,"jsonrpc":"2.0"}, I need your help

ANSWERED
ANSWERED

Quickstart Example - After Executing simpleAccount transfer to EOA account, no ETH is recieved on EOA account

I have followed the quickStart example, where everything went successfully. but I have not received any ETH on my EOA account.

Paymaster ETH management

Hello,