Remove localhost network implementation and only use goerli and mumbai networks

Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
This commit is contained in:
RcleydsonR
2023-01-18 23:40:52 -03:00
parent be90ff746b
commit 98f6a30f35
3 changed files with 0 additions and 20 deletions

View File

@@ -1,5 +1,4 @@
export enum NetworkEnum {
ethereum = "Ethereum",
polygon = "Polygon",
localhost = "Localhost",
}