torreyatcitty

Results 5 issues of torreyatcitty

Our fix for Prop 117 was to make a call out to the previous price oracle for Eth but this happened regardless of what network was actually connected by the...

Seeing an error when trying to use wallet connect in our dapp when deployed on IPFS. Relevant code looks like this: ``` import { initializeConnector } from '@web3-react/core'; import {...

See the example app here: https://web3-react-mu.vercel.app/ If you try to select any other chain under walletConnectV2 besides mainnet you see the following error: ``` Error: Invalid chainId 10. Make sure...

Remove solc from dependencies and update node version to 18. This looks to reduce the vendors chunk by not having solc installed in node_modules and the build generated locally looks...

Current version was throwing some weird namespace error. Updated the signing lib to latest and verified that seacrest QR signatures are working once more, woo!