Skip to content
Merged
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
4 changes: 2 additions & 2 deletions mobile/with-expo-one-click-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
"@craftzdog/react-native-buffer": "^6.1.0",
"@expo/vector-icons": "^15.0.2",
"@getpara/react-native-wallet": "2.0.0-alpha.72",
"@getpara/viem-v2-integration": "2.0.0-alpha.72",
"@getpara/react-native-wallet": "2.0.0",
"@getpara/viem-v2-integration": "2.0.0",
"@peculiar/webcrypto": "^1.5.0",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-navigation/native": "^7.1.6",
Expand Down
2 changes: 1 addition & 1 deletion mobile/with-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@craftzdog/react-native-buffer": "^6.1.0",
"@getpara/react-native-wallet": "2.0.0-alpha.69",
"@getpara/react-native-wallet": "2.0.0",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native/new-app-screen": "0.80.0",
"react": "19.1.0",
Expand Down
10 changes: 5 additions & 5 deletions server/with-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@account-kit/smart-contracts": "4.52.2",
"@cosmjs/stargate": "0.34.0",
"@ethereumjs/rlp": "5.0.2",
"@getpara/cosmjs-v0-integration": "2.0.0-alpha.69",
"@getpara/ethers-v6-integration": "2.0.0-alpha.69",
"@getpara/server-sdk": "2.0.0-alpha.69",
"@getpara/solana-web3.js-v1-integration": "2.0.0-alpha.69",
"@getpara/viem-v2-integration": "2.0.0-alpha.69",
"@getpara/cosmjs-v0-integration": "2.0.0",
"@getpara/ethers-v6-integration": "2.0.0",
"@getpara/server-sdk": "2.0.0",
"@getpara/solana-web3.js-v1-integration": "2.0.0",
"@getpara/viem-v2-integration": "2.0.0",
"@solana/web3.js": "1.98.2",
"@zerodev/ecdsa-validator": "5.4.9",
"@zerodev/sdk": "5.4.41",
Expand Down
10 changes: 5 additions & 5 deletions server/with-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"@account-kit/smart-contracts": "4.52.2",
"@cosmjs/stargate": "0.34.0",
"@ethereumjs/rlp": "5.0.2",
"@getpara/cosmjs-v0-integration": "2.0.0-alpha.69",
"@getpara/ethers-v6-integration": "2.0.0-alpha.69",
"@getpara/server-sdk": "2.0.0-alpha.69",
"@getpara/solana-web3.js-v1-integration": "2.0.0-alpha.69",
"@getpara/viem-v2-integration": "2.0.0-alpha.69",
"@getpara/cosmjs-v0-integration": "2.0.0",
"@getpara/ethers-v6-integration": "2.0.0",
"@getpara/server-sdk": "2.0.0",
"@getpara/solana-web3.js-v1-integration": "2.0.0",
"@getpara/viem-v2-integration": "2.0.0",
"@solana/web3.js": "1.98.2",
"@zerodev/ecdsa-validator": "5.4.9",
"@zerodev/sdk": "5.4.41",
Expand Down
6 changes: 3 additions & 3 deletions specialized/client-auth-server-sign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/ethers-v6-integration": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/server-sdk": "2.0.0-alpha.69",
"@getpara/ethers-v6-integration": "2.0.0",
"@getpara/react-sdk": "2.0.0",
"@getpara/server-sdk": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down
10 changes: 5 additions & 5 deletions specialized/with-bulk-pregen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@cosmjs/proto-signing": "0.34.0",
"@cosmjs/stargate": "0.34.0",
"@cosmjs/tendermint-rpc": "0.34.0",
"@getpara/cosmos-wallet-connectors": "2.0.0-alpha.69",
"@getpara/evm-wallet-connectors": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/server-sdk": "2.0.0-alpha.69",
"@getpara/solana-wallet-connectors": "2.0.0-alpha.69",
"@getpara/cosmos-wallet-connectors": "2.0.0",
"@getpara/evm-wallet-connectors": "2.0.0",
"@getpara/react-sdk": "2.0.0",
"@getpara/server-sdk": "2.0.0",
"@getpara/solana-wallet-connectors": "2.0.0",
"@hookform/resolvers": "3.9.1",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion specialized/with-chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down
4 changes: 2 additions & 2 deletions specialized/with-jupiter-dex-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/solana-web3.js-v1-integration": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@getpara/solana-web3.js-v1-integration": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down
2 changes: 1 addition & 1 deletion specialized/with-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down
6 changes: 3 additions & 3 deletions specialized/with-relay-bridge-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/solana-web3.js-v1-integration": "2.0.0-alpha.69",
"@getpara/viem-v2-integration": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@getpara/solana-web3.js-v1-integration": "2.0.0",
"@getpara/viem-v2-integration": "2.0.0",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "1.1.4",
Expand Down
6 changes: 3 additions & 3 deletions specialized/with-squid-router-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/ethers-v6-integration": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/solana-web3.js-v1-integration": "2.0.0-alpha.69",
"@getpara/ethers-v6-integration": "2.0.0",
"@getpara/react-sdk": "2.0.0",
"@getpara/solana-web3.js-v1-integration": "2.0.0",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "1.1.4",
Expand Down
8 changes: 4 additions & 4 deletions web/with-react-nextjs/aa-alchemy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/evm-wallet-connectors": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/solana-web3.js-v1-integration": "2.0.0-alpha.69",
"@getpara/viem-v2-integration": "2.0.0-alpha.69",
"@getpara/evm-wallet-connectors": "2.0.0",
"@getpara/react-sdk": "2.0.0",
"@getpara/solana-web3.js-v1-integration": "2.0.0",
"@getpara/viem-v2-integration": "2.0.0",
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
Expand Down
2 changes: 1 addition & 1 deletion web/with-react-nextjs/aa-gelato-7702/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@gelatonetwork/smartwallet": "0.0.25",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down
8 changes: 4 additions & 4 deletions web/with-react-nextjs/aa-gelato/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@gelatonetwork/smartwallet": "^0.0.21",
"@getpara/evm-wallet-connectors": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/solana-web3.js-v1-integration": "2.0.0-alpha.69",
"@getpara/viem-v2-integration": "2.0.0-alpha.69",
"@getpara/evm-wallet-connectors": "2.0.0",
"@getpara/react-sdk": "2.0.0",
"@getpara/solana-web3.js-v1-integration": "2.0.0",
"@getpara/viem-v2-integration": "2.0.0",
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
Expand Down
4 changes: 2 additions & 2 deletions web/with-react-nextjs/aa-porto-7702/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.72",
"@getpara/react-sdk": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down Expand Up @@ -45,6 +45,6 @@
"typescript": "^5"
},
"resolutions": {
"@getpara/evm-wallet-connectors": "2.0.0-alpha.72"
"@getpara/evm-wallet-connectors": "2.0.0"
}
}
4 changes: 2 additions & 2 deletions web/with-react-nextjs/aa-rhinestone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@cosmjs/proto-signing": "^0.31.3",
"@cosmjs/stargate": "^0.31.3",
"@cosmjs/tendermint-rpc": "^0.31.3",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/viem-v2-integration": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@getpara/viem-v2-integration": "2.0.0",
"@radix-ui/react-slot": "^1.2.3",
"@rhinestone/sdk": "^1.0.9",
"@solana-mobile/wallet-adapter-mobile": "^2.1.3",
Expand Down
8 changes: 4 additions & 4 deletions web/with-react-nextjs/aa-thirdweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/evm-wallet-connectors": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/solana-web3.js-v1-integration": "2.0.0-alpha.69",
"@getpara/viem-v2-integration": "2.0.0-alpha.69",
"@getpara/evm-wallet-connectors": "2.0.0",
"@getpara/react-sdk": "2.0.0",
"@getpara/solana-web3.js-v1-integration": "2.0.0",
"@getpara/viem-v2-integration": "2.0.0",
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
Expand Down
8 changes: 4 additions & 4 deletions web/with-react-nextjs/aa-zerodev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/evm-wallet-connectors": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/solana-web3.js-v1-integration": "2.0.0-alpha.69",
"@getpara/viem-v2-integration": "2.0.0-alpha.69",
"@getpara/evm-wallet-connectors": "2.0.0",
"@getpara/react-sdk": "2.0.0",
"@getpara/solana-web3.js-v1-integration": "2.0.0",
"@getpara/viem-v2-integration": "2.0.0",
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
Expand Down
4 changes: 2 additions & 2 deletions web/with-react-nextjs/connector-graz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@cosmjs/encoding": "0.36.0",
"@cosmjs/proto-signing": "0.36.0",
"@cosmjs/stargate": "0.36.0",
"@getpara/graz-integration": "2.0.0-alpha.69",
"@getpara/react-sdk-lite": "2.0.0-alpha.69",
"@getpara/graz-integration": "2.0.0",
"@getpara/react-sdk-lite": "2.0.0",
"@tanstack/react-query": "5.85.3",
"arg": "5.0.2",
"graz": "0.4.1",
Expand Down
10 changes: 5 additions & 5 deletions web/with-react-nextjs/connector-reown-appkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/wagmi-v2-integration": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@getpara/wagmi-v2-integration": "2.0.0",
"@reown/appkit": "^1.7.16",
"@reown/appkit-adapter-wagmi": "^1.7.16",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
Expand Down Expand Up @@ -51,8 +51,8 @@
"typescript-eslint": "^8.29.0"
},
"resolutions": {
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/cosmjs-v0-integration": "2.0.0-alpha.69",
"@getpara/user-management-client": "2.0.0-alpha.69"
"@getpara/react-sdk": "2.0.0",
"@getpara/cosmjs-v0-integration": "2.0.0",
"@getpara/user-management-client": "2.0.0"
}
}
4 changes: 2 additions & 2 deletions web/with-react-nextjs/connector-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/wagmi-v2-integration": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@getpara/wagmi-v2-integration": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down
2 changes: 1 addition & 1 deletion web/with-react-nextjs/custom-email-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.72",
"@getpara/react-sdk": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down
2 changes: 1 addition & 1 deletion web/with-react-nextjs/custom-oauth-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@getpara/web-sdk": "2.0.0-alpha.69",
"@getpara/web-sdk": "2.0.0",
"@tanstack/react-query": "5.81.2",
"graz": "^0.4.1",
"next": "15.1.5",
Expand Down
2 changes: 1 addition & 1 deletion web/with-react-nextjs/custom-phone-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@getpara/web-sdk": "2.0.0-alpha.69",
"@getpara/web-sdk": "2.0.0",
"@tanstack/react-query": "5.81.2",
"graz": "^0.4.1",
"next": "15.1.5",
Expand Down
2 changes: 1 addition & 1 deletion web/with-react-nextjs/para-modal-cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down
4 changes: 2 additions & 2 deletions web/with-react-nextjs/para-modal-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down Expand Up @@ -47,6 +47,6 @@
"typescript-eslint": "^8.29.0"
},
"resolutions": {
"@getpara/evm-wallet-connectors": "2.0.0-alpha.69"
"@getpara/evm-wallet-connectors": "2.0.0"
}
}
8 changes: 4 additions & 4 deletions web/with-react-nextjs/para-modal-multichain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down Expand Up @@ -50,8 +50,8 @@
"typescript-eslint": "^8.29.0"
},
"resolutions": {
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/cosmjs-v0-integration": "2.0.0-alpha.69",
"@getpara/user-management-client": "2.0.0-alpha.69"
"@getpara/react-sdk": "2.0.0",
"@getpara/cosmjs-v0-integration": "2.0.0",
"@getpara/user-management-client": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion web/with-react-nextjs/para-modal-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down
2 changes: 1 addition & 1 deletion web/with-react-nextjs/para-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down
4 changes: 2 additions & 2 deletions web/with-react-nextjs/para-pregen-claim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/server-sdk": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0",
"@getpara/server-sdk": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down
4 changes: 2 additions & 2 deletions web/with-react-nextjs/signer-cosmjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@cosmjs/proto-signing": "^0.34.0",
"@cosmjs/stargate": "^0.34.0",
"@cosmjs/tendermint-rpc": "^0.34.0",
"@getpara/cosmjs-v0-integration": "2.0.0-alpha.69",
"@getpara/react-sdk": "2.0.0-alpha.69",
"@getpara/cosmjs-v0-integration": "2.0.0",
"@getpara/react-sdk": "2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.2.2",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
Expand Down
Loading
Loading