Ilja
Ilja
@LeeAlephium You need to have events in there, even if you are not using any i.e. `events: []` also format of `provider.permittedChain` plays a role, it should be `namespace:chainID` i.e....
@LeeAlephium it's standard json rpc id you get with requests. When you respond you need to use id of reuqets you are replying to. Also for further discussion, could you...
Could you try on latest rc please https://www.npmjs.com/package/@walletconnect/sign-client
@makoto Hey, initially we thought that it was a simple addition of data field and made a PR for it here https://github.com/WalletConnect/walletconnect-monorepo/pull/1006 but after some testing it looks to be...
> PROPOSAL 1 - remove killWorker Makes total sense to me 👍 > PROPOSAL 2- remove workerStatus I think keeping it as a "reactive" status makes more sense, users might...
@joonhocho Maybe it is worth adding this to readme? Link for this step is broken. Let me know and I will submit a PR. Relying on this library really hard...
@mzndako we fixed ci on the pr's, could you please update your pr with master and resolve conflicts, we'll merge soon after and this change will take effect in next...
I think its related to this issue as well https://github.com/react-navigation/react-navigation/issues/9834 My observation is that setting transparent background style on `Stack.Screen` doesn't seem to work
I was able to get it going in js env, but I'm either doing something wrong, or it might not be working i.e. ``` const allocator = new Allocator(); const...
Not working via hook api either, but seems its only related to usage with state, using to / from works i.e. this doesn't loop (loding here is from `const [loading,...