UNPKG

oken-waas

Version:
38 lines (37 loc) 756 B
export declare const alchemyNetworkMap: { mainnet: string; sepolia: string; polygon: string; amoy: string; goerli: string; mumbai: string; kovan: string; }; export type Networks = { ETHEREUM: { MAINNET: string; SEPOLIA: string; /** @deprecated */ GOERLI: string; /** @deprecated */ KOVAN: string; }; CELO: { ALFAJORES: string; FORNO: string; }; POLYGON: { AMOY: string; MAINNET: string; LOCAL: string; DOCKER: string; /** @deprecated */ MUMBAI: string; }; MOONBEAM: { MOONBASE: string; MAINNET: string; }; }; declare const networks: Networks; export default networks;