react-celo icon indicating copy to clipboard operation
react-celo copied to clipboard

normalize behavior of Connectors around lastusedFeeCurrency

Open aaronmgdr opened this issue 2 years ago • 0 comments

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

aaronmgdr avatar May 17 '22 19:05 aaronmgdr