0xProject / 0x-launch-kit-frontend

Apache License 2.0
114 stars 208 forks source link

Use networkId when persisting data in local storage #212

Closed fvictorio closed 5 years ago

fvictorio commented 5 years ago

We are saving notifications (and other stuff) in local storage, and we use the address of the current user as part of the key of the saved data. We should also use the networkId as part of that key, so that data from different networks is not mixed up.