allen

Results 8 comments of allen

@ignaciosantise I read the web3Modal's code , that connector's provider used @walletconnect/ethereum-provider. In @walletconnect/modal-react-native, the connector's provider used @walletconnect/universal-provider. what's different between @walletconnect/ethereum-provider and @walletconnect/universal-provider ? so is there any...

> Hey @dingcxx 👋 im not sure if i fully understand your issue, but i've tested this with MetaMask and it's working with their latest version (iOS 7.2.0-1142) > >...

> Hey @dingcxx 👋 im not sure if i fully understand your issue, but i've tested this with MetaMask and it's working with their latest version (iOS 7.2.0-1142) > >...

mostly issue maybe was cased by session create. I also receive wrong chainid by request eth_chainId steps below 1. change metamask network to goerli 2. call eth_chainId receive 5 3....

> Can you check if that same flow works in Trust? This are mostly MM issues 1. trust wallet call 'wallet_addEthereumChain' method not working, and getAccountsList return undefined 2. ainbow...

maybe sessionParams is managed by universal-provider self ? It is hard to user manage it. https://github.com/WalletConnect/walletconnect-monorepo/blob/v2.0/providers/ethereum-provider/src/constants/rpc.ts

my current sessionParams code was changed to this ``` export const MethodName = { addNet: 'wallet_addEthereumChain', switchNet: 'wallet_switchEthereumChain', sign: 'eth_sign', getChain: 'eth_chainId', sendTransaction: 'eth_sendTransaction', // signTransaction: 'eth_signTransaction', // signTypedData: 'eth_signTypedData',...