P2Pix-Front-End/src/model/NetworkEnum.ts
RcleydsonR 98f6a30f35 Remove localhost network implementation and only use goerli and mumbai networks
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2023-01-18 23:40:52 -03:00

5 lines
76 B
TypeScript

export enum NetworkEnum {
ethereum = "Ethereum",
polygon = "Polygon",
}