Marcelo Morgado
Marcelo Morgado
This issue can be closed?
I've figured out what is happening, the purchase is only working for `estate` assets. That `parcel` isn't being shown on the main list because the order wasn't be executed. I'll...
> Ah ok interesting - good find. In that case we should also update the logic for when the "purchase successful" notification is shown Ok, brought https://github.com/tasitlabs/tasit/issues/151 to 0.1.0 milestone
I've done a draft using the tool Figma and put some questions.
Hi, I just saw this. I think there are use cases where a delegate call would help. For instance, Let's say I want to aggregate interaction with multiple DeFi protocols...
Hi @mds1 let's say I want to have such call: ``` ┌───────────────────┐ │ │ │ Contract A │ │ │ └───────────────────┘ ▲ │ ┌───────────────┐ ┌──────────────────┐ │ ┌───────────────────┐ │ │ │...
I think so, I was able to find the address `0x0000000071727De22E5E9d8BAf0edAc6f37da032` from [Kernel wallet repo](https://github.com/zerodevapp/kernel/blob/dev/src/sdk/TestBase/erc4337Util.sol#L13) but there isn't any reference for the address on this repo. I guess they missed...
FYI https://blog.ethereum.org/2025/02/14/pectra-testnet-announcement > It will go live on Holesky at epoch 115968 (Feb. 24, 21:55 UTC) and then on Sepolia at epoch 222464 (Mar. 5, 7:29 UTC).
Is there a way to delegate and call in the same tx, something like this? ``` import { parseEther } from 'viem' import { walletClient } from './config' import {...