Variable networksConst

networks: Record<string, string> = ...

invert the networkIds object, so { mainnet: 1, ... } becomes { '1': 'mainnet', ... }

Generated using TypeDoc