rust
rust copied to clipboard
Added substrate network
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