Fernando Zavalia
Fernando Zavalia
Approved assuming this urn format is correct `${version}:${type}:${name}:${description}:${category}:${bodyShapeTypes}:${playMode}`
> > Approved assuming this urn format is correct `${version}:${type}:${name}:${description}:${category}:${bodyShapeTypes}:${playMode}` > > I believe it doesn't translate into an urn directly. It's parsed later on by the collections graph to...
``` const resolverAddress: string = await ensContract.resolver(nodehash) ``` In the `handleFetchENSListRequest` saga seems to freeze the execution as it never resolves.
``` const signer: ethers.Signer = yield getSigner() ``` Changing this into ``` const provider: providers.Provider = new ethers.providers.JsonRpcProvider('some-valid-rpc-url') ``` Seems to fix it.
Happens both with Zerion and MetaMask mobile when connecting with WalletConnect
This would be great!
This custom [WalletConnectV2Connector](https://github.com/decentraland/decentraland-connect/blob/master/src/connectors/WalletConnectV2Connector.ts) for v6 might be useful. One of the things to take into consideration is that WC2 provider's `sendAsync` does not return the standard JSON-RPC response, just the...
I have postgres 11 running on my machine with a `builder` database in it. I have the following connection string. ```CONNECTION_STRING=postgres://localhost:5432/builder```