Skip to content
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
3 changes: 3 additions & 0 deletions advanced/wallets/react-wallet-v2/.env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ NEXT_PUBLIC_PROJECT_ID=
NEXT_PUBLIC_RELAY_URL=wss://relay.walletconnect.com
# WalletConnect Pay SDK API Key (get from cloud.walletconnect.com)
NEXT_PUBLIC_PAY_API_KEY=
# Pay API base URL (defaults to https://api.pay.walletconnect.com)
# Use https://staging.api.pay.walletconnect.com for staging
NEXT_PUBLIC_PAY_API_BASE_URL=
NEXT_PUBLIC_PIMLICO_KEY=
NEXT_PUBLIC_ZERODEV_PROJECT_ID=
#if using local AA infra then set these values
Expand Down
2 changes: 1 addition & 1 deletion advanced/wallets/react-wallet-v2/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />
import "./.next/types/routes.d.ts";
import "./.next/dev/types/routes.d.ts";

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
7 changes: 3 additions & 4 deletions advanced/wallets/react-wallet-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"@reown/appkit-experimental": "1.8.17",
"@reown/walletkit": "1.5.2",
"@reown/walletkit": "1.5.4",
"@rhinestone/module-sdk": "0.1.25",
"@solana/web3.js": "1.98.2",
"@stacks/network": "^7.3.1",
Expand All @@ -50,7 +50,7 @@
"@ton/ton": "^15.4.0",
"@types/semver": "^7.7.1",
"@walletconnect/core": "2.23.5",
"@walletconnect/pay": "1.0.4-canary.0",
"@walletconnect/pay": "1.0.7",
"@walletconnect/types": "2.23.5",
"@walletconnect/utils": "2.23.5",
"@zerodev/ecdsa-validator": "5.3.0",
Expand Down Expand Up @@ -108,8 +108,7 @@
"protobufjs@>=7.0.0 <7.2.5": ">=7.2.5",
"elliptic@<=6.6.0": ">=6.6.1",
"prismjs@<1.30.0": ">=1.30.0",
"@babel/runtime@<7.26.10": ">=7.26.10",
"@walletconnect/pay": "1.0.4-canary.0"
"@babel/runtime@<7.26.10": ">=7.26.10"
}
}
}
174 changes: 150 additions & 24 deletions advanced/wallets/react-wallet-v2/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading