react-celo
react-celo copied to clipboard
normalize behavior of Connectors around lastusedFeeCurrency
Some Connectors set lastUsedFeeCurrency in LocalStorage on construction, others dont
None of them update the value in localStorage when updateFeeCurrency is called
Should feeCurrency be saved to localStorage?
Probably not since if anything it should be settable per tx easily.
Also make it not a required arg in Connectors Constructor