rust icon indicating copy to clipboard operation
rust copied to clipboard

Added substrate network

Open kekonen opened this issue 3 years ago • 0 comments

Motivation

We want a clear distinction between EVM and others networks (ie Substrate).

Solution

Added an enum into domain, which specifies whether the network is EVM (with info inside) or Substrate (empty)

PR Checklist

  • [ ] Added Tests
  • [ ] Updated Documentation
  • [ ] Updated CHANGELOG.md for the appropriate package
  • [ ] Ran PR in local/dev/staging

kekonen avatar Sep 05 '22 15:09 kekonen