WalletConnect / web-examples

Wallet and dapp examples implementing WalletConnect v2
https://walletconnect.com
Apache License 2.0
360 stars 321 forks source link

fix: session approval accounts order #562

Closed KannuSingh closed 3 months ago

KannuSingh commented 4 months ago

reverting to previous solution as suggested.

 // we should append the smart accounts to the available eip155 accounts
 namespaces.eip155.accounts = namespaces.eip155.accounts.concat(reorderedEip155Accounts)
vercel[bot] commented 4 months ago

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

Name Status Preview Comments Updated (UTC)
decentralized-relay-wallet ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2024 7:41pm
react-dapp-v2-with-ethers 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 22, 2024 7:41pm
react-wallet-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2024 7:41pm
9 Ignored Deployments | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **decentralized-relay-app** | ⬜️ Ignored ([Inspect](https://vercel.com/walletconnect/decentralized-relay-app/EPjDEJ23kqe5C5q63XB29idR32f7)) | [Visit Preview](https://decentralized-relay-app-git-session-appro-ec16ef-walletconnect1.vercel.app) | | May 22, 2024 7:41pm | | **malicious-dapp-verify-simulation** | ⬜️ Ignored ([Inspect](https://vercel.com/walletconnect/malicious-dapp-verify-simulation/FXrxwvtrE47KtcLeD36cH4PytdtR)) | [Visit Preview](https://malicious-dapp-verify-simulation-git-sess-46c105-walletconnect1.vercel.app) | | May 22, 2024 7:41pm | | **react-auth-dapp** | ⬜️ Ignored ([Inspect](https://vercel.com/walletconnect/react-auth-dapp/6eNc6oJgXE7RVze6K6LwY3zur5qY)) | [Visit Preview](https://react-auth-dapp-git-session-approval-acco-d9c652-walletconnect1.vercel.app) | | May 22, 2024 7:41pm | | **react-auth-wallet** | ⬜️ Ignored ([Inspect](https://vercel.com/walletconnect/react-auth-wallet/C9HKuaDshHiGrfYSVz7bkQP7oYuy)) | [Visit Preview](https://react-auth-wallet-git-session-approval-ac-e9fec4-walletconnect1.vercel.app) | | May 22, 2024 7:41pm | | **react-dapp-v2** | ⬜️ Ignored ([Inspect](https://vercel.com/walletconnect/react-dapp-v2/9VeEEL4gFUEW8h4rJc1BtTi2pvFk)) | [Visit Preview](https://react-dapp-v2-git-session-approval-account-order-walletconnect1.vercel.app) | | May 22, 2024 7:41pm | | **react-dapp-v2-cosmos-provider** | ⬜️ Ignored ([Inspect](https://vercel.com/walletconnect/react-dapp-v2-cosmos-provider/5BNXCCro74tDXVF32aDN2QQ3rB62)) | [Visit Preview](https://react-dapp-v2-cosmos-provider-git-session-456877-walletconnect1.vercel.app) | | May 22, 2024 7:41pm | | **react-dapp-v2-with-web3js** | ⬜️ Ignored ([Inspect](https://vercel.com/walletconnect/react-dapp-v2-with-web3js/A3joAPXVyxVLmLSC6ABLSJ6TpcQv)) | [Visit Preview](https://react-dapp-v2-with-web3js-git-session-app-0a9860-walletconnect1.vercel.app) | | May 22, 2024 7:41pm | | **svelte-web3modal** | ⬜️ Ignored ([Inspect](https://vercel.com/walletconnect/svelte-web3modal/E5QKN8UgtbsEK43D185G3H5QDSvL)) | [Visit Preview](https://svelte-web3modal-git-session-approval-acc-a3a1b3-walletconnect1.vercel.app) | | May 22, 2024 7:41pm | | **vue-dapp-auth** | ⬜️ Ignored ([Inspect](https://vercel.com/walletconnect/vue-dapp-auth/Ru8gNYZEEy3H6644CdFvSAuV7Cwk)) | [Visit Preview](https://vue-dapp-auth-git-session-approval-account-order-walletconnect1.vercel.app) | | May 22, 2024 7:41pm |
KannuSingh commented 3 months ago

issue #557 fix included