Description
So when you try to change the grpc channel it still uses the first one . Because of the static channel implementation in the code. With this PR you can easily switch between mainnet and devnet.
Checklist
- [ ] Targeted PR against correct branch.
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Wrote unit tests.
- [x] Run
dartfmt
. - [x] Run
dartanalyzer
- [ ] Updated the documentation.
- [x] Added an entry to the
CHANGELOG.md
file. - [x] Re-reviewed
Files changed
in the Github PR explorer.