Add initial alchemy structure code

This commit is contained in:
RcleydsonR
2023-01-12 00:32:52 -03:00
parent 6a4884aec9
commit aedd4bc532
9 changed files with 12886 additions and 2334 deletions

View File

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