torreyatcitty

Results 5 comments of torreyatcitty

Hi @ricburton. We've put together a little integration guide describing the important parts of the protocol we think your team might need. You can access it here: [Integration Guide](https://docs.google.com/document/d/1LxfaUAjRLALKo8ENfmKhlL3JXarI25vQs_jS74QYPr4/) The...

This issue seemed to have been more pronounced as `app.compound.finance` was set to redirect to the ipfs deloyed address. We have since removed the redirect so `app.compound.finance` should be back...

We have instructions on deploying to IPFS currently in the readme. Do we need to update them for this new flow?

Confirmed the alias workaround also worked for us, thanks @ohitslaurence ``` resolve: { alias: { '@walletconnect/ethereum-provider': resolve( __dirname, 'node_modules/@walletconnect/ethereum-provider/dist/index.umd.js' ), }, }, ``` Will be on the lookout for a...

> [torreyatcitty](https://github.com/torreyatcitty) Even though this workaround works but when you want to have implemented v1 and v2 in your project it crashes v1 I believe that the bridge servers for...