This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Description Description
Hi,
Firstly why not return chainId from useWalletConnectModal ?
const { provider } = useWalletConnectModal();
...
const chainId = await provider.request({ method: 'eth_chainId' });
console.log({ chainId });
I'm trying to get ChainId but it always returns 1.
WalletConnect Modal SDK version
1.0.0-rc.5
Output of npx react-native info
System:
OS: macOS 13.3.1
CPU: (10) arm64 Apple M1 Pro
Memory: 83.77 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.14.2 - ~/.nvm/versions/node/v18.14.2/bin/node
Yarn: 1.22.18 - /opt/homebrew/bin/yarn
npm: 9.5.0 - ~/.nvm/versions/node/v18.14.2/bin/npm
Watchman: 2023.04.24.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: Not Found
SDKs:
iOS SDK:
Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1
Android SDK: Not Found
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.9971841
Xcode: 14.2/14C18 - /usr/bin/xcodebuild
Languages:
Java: 11.0.15 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.8 => 0.71.8
react-native-macos: Not Found
npmGlobalPackages:
react-native : Not Found
Expo Version (if applies)
No response
Steps to reproduce
No response
Snack, code example, screenshot, or link to a repository
No response
Reactions are currently unavailable
Description
Hi,
Firstly why not return chainId from useWalletConnectModal?
I'm trying to get ChainId but it always returns 1.
WalletConnect Modal SDK version
1.0.0-rc.5
Output of
npx react-native infoSystem:
OS: macOS 13.3.1
CPU: (10) arm64 Apple M1 Pro
Memory: 83.77 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.14.2 - ~/.nvm/versions/node/v18.14.2/bin/node
Yarn: 1.22.18 - /opt/homebrew/bin/yarn
npm: 9.5.0 - ~/.nvm/versions/node/v18.14.2/bin/npm
Watchman: 2023.04.24.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: Not Found
SDKs:
iOS SDK:
Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1
Android SDK: Not Found
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.9971841
Xcode: 14.2/14C18 - /usr/bin/xcodebuild
Languages:
Java: 11.0.15 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.8 => 0.71.8
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Expo Version (if applies)
No response
Steps to reproduce
No response
Snack, code example, screenshot, or link to a repository
No response