Commit Graph

2 Commits

Author SHA1 Message Date
Eric Mastro 7058328bb3 fix: networks serialisation
Deserialization was attempting to deserialize via snake case, however the `json` definitions in status-go are using camel case.

The odd thing here is that when *serializing*, status-go expects the fields to be snake cased. Ideally, these should be consistent so that we can use both `Json.encode` and `Json.decode`.
2021-09-10 11:04:08 +02:00
Anthony Laibe 77900d69c9
feat: fetch network on wallet init (#3) 2021-09-09 17:36:28 -04:00