Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add EIP5792 batch transaction on EOA #550

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

KannuSingh
Copy link
Collaborator

For EOA's added support of EIP5792 method wallet_sendCalls.
Data related to call's and its receipts are stored on browser local browser storage.
Configured support on chain: sepolia

Copy link

vercel bot commented Apr 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
decentralized-relay-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 7:41pm
decentralized-relay-wallet ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 7:41pm
malicious-dapp-verify-simulation ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 7:41pm
react-dapp-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 7:41pm
react-dapp-v2-cosmos-provider ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 7:41pm
react-dapp-v2-with-ethers ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 7:41pm
react-dapp-v2-with-web3js ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 7:41pm
react-wallet-v2 ✅ Ready (Inspect) Visit Preview May 7, 2024 7:41pm
svelte-web3modal ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 7:41pm
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
react-auth-dapp ⬜️ Ignored (Inspect) Visit Preview May 7, 2024 7:41pm
react-auth-wallet ⬜️ Ignored (Inspect) Visit Preview May 7, 2024 7:41pm
vue-dapp-auth ⬜️ Ignored (Inspect) Visit Preview May 7, 2024 7:41pm

@KannuSingh KannuSingh marked this pull request as ready for review April 30, 2024 14:17
usePriorityAccounts was returning reorderedEip155Accounts array containing SCA and EOA only when smart account is enabled.
Fix to return accounts from namespace even when smart account is disable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant