Remove alchemy file and add localhost network to possible network to choose

Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
This commit is contained in:
RcleydsonR
2023-01-12 18:06:44 -03:00
parent aedd4bc532
commit 62dd4349b2
3 changed files with 19 additions and 33 deletions

View File

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