reown-com / react-native-examples

React Native examples implementing Reown AppKit & WalletKit
MIT License
86 stars 32 forks source link

Multichain #44

Closed MuhammadZubair210 closed 11 months ago

MuhammadZubair210 commented 1 year ago

Hello, Can you let me know about sending polygon or solana tokens with react native. Is it supported in this sdk right now.

Thank you.

ignaciosantise commented 11 months ago

Hey @MuhammadZubair210 👋 You can connect to polygon chain with no issues. You can try changing the chain to eip155:137 here: https://github.com/WalletConnect/react-native-examples/blob/5b61aa5f87a274129fc3b1ff7e34a085205facc9/dapps/ModalUProvider/src/utils/ConfigUtils.ts#L18

Regarding Solana support, this package uses the universal-provider, which supports solana. But we didn't test it yet, but you can give it a try.