diff --git a/.changeset/witty-teachers-smell.md b/.changeset/witty-teachers-smell.md new file mode 100644 index 000000000..989a60671 --- /dev/null +++ b/.changeset/witty-teachers-smell.md @@ -0,0 +1,5 @@ +--- +'@graphprotocol/graph-cli': patch +--- + +fix bug with "other wallets" not working #1900 diff --git a/website/.env.example b/website/.env.example new file mode 100644 index 000000000..8b4d3ee51 --- /dev/null +++ b/website/.env.example @@ -0,0 +1 @@ +VITE_WALLETCONNECT_PROJECT_ID= diff --git a/website/src/components/wallet-provider.tsx b/website/src/components/wallet-provider.tsx index 3f7644391..2f0575618 100644 --- a/website/src/components/wallet-provider.tsx +++ b/website/src/components/wallet-provider.tsx @@ -13,7 +13,7 @@ const config = createConfig( [arbitrum.id]: http(), [arbitrumSepolia.id]: http(), }, - walletConnectProjectId: '1', + walletConnectProjectId: import.meta.env.VITE_WALLETCONNECT_PROJECT_ID ?? '1', // Required App Info appName: 'Graph Tooling',