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

fix: switch from @walletconnect/legacy-modal to @walletconnect/modal #3088

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/taquito-test-dapp/src/lib/Wallet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
events: [],
methods: [PermissionScopeMethods.TEZOS_SEND, PermissionScopeMethods.TEZOS_SIGN, PermissionScopeMethods.TEZOS_GET_ACCOUNTS],
},
registryUrl: `https://explorer-api.walletconnect.com/v3/wallets?projectId=ba97fd7d1e89eae02f7c330e14ce1f36`, // Project ID can be obtained from Reown(Walletconnect) Cloud (https://cloud.reown.com).
pairingTopic
});
const allAccounts = wallet.getAccounts();
Expand Down
2 changes: 0 additions & 2 deletions docs/walletconnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ WalletConnect.init({
networks: [NetworkType.GHOSTNET],
methods: [PermissionScopeMethods.TEZOS_SEND],
},
registryUrl: `https://explorer-api.walletconnect.com/v3/wallets?projectId=ba97fd7d1e89eae02f7c330e14ce1f36`, // can get YOUR_PROJECT_ID from [Reown Cloud](https://cloud.reown.com)

})
.then(() => {
Tezos.setWalletProvider(walletConnect);
Expand Down
Loading
Loading