Mars
Mars copied to clipboard
Rework network option passing and resolution
Currently network option may be:
- network name like 'mainnet'
- network RPC url (when starting with http)
- #47 -> as Ganache.Provider
this complicates getSigner in config.ts
Refactor this.
Idea: Improve by introducing disciminated union types (possibly combining with infura/alchemy API keys).