apply network transition when change network on top bar

Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
This commit is contained in:
RcleydsonR
2023-01-09 19:33:18 -03:00
parent d09f6c45cf
commit 6a4884aec9
3 changed files with 116 additions and 89 deletions

4
src/model/NetworkEnum.ts Normal file
View File

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