You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conceptually this would not be needed -- the web3:// protocol supports cookies and localStorage.
But at current development stage, the only native `web3:// native browser EVM Browser, has some features disabled (cookies, localStorage, cf web3-protocol/evm-browser#3 ) due to restrictions by electron.
(This + the use of the /#/ routing (for which you gave me configuration indications) are the two things I had to make to make web3://ocweb.eth work in EVM Browser)
Thanks for reviewing this!
The text was updated successfully, but these errors were encountered:
nand2
changed the title
web3:// : make Wagmi storage dependant of protocol
Make Wagmi storage configurable (useful for web3:// + EVM Browser)
Nov 16, 2024
Hi!
Would it be possible to make the Wagmi storage option configurable?
At the moment, in 2.wagmi.ts, Wagmi is configured with
I would like to override this config with :
Conceptually this would not be needed -- the
web3://
protocol supports cookies and localStorage.But at current development stage, the only native `web3:// native browser EVM Browser, has some features disabled (cookies, localStorage, cf web3-protocol/evm-browser#3 ) due to restrictions by electron.
(This + the use of the
/#/
routing (for which you gave me configuration indications) are the two things I had to make to makeweb3://ocweb.eth
work in EVM Browser)Thanks for reviewing this!
The text was updated successfully, but these errors were encountered: