Added different types of tokens.

This commit is contained in:
Filipe Soccol
2024-08-07 14:09:23 -03:00
parent 0a51a80e0c
commit f15361599f
19 changed files with 244 additions and 76 deletions

View File

@@ -3,3 +3,8 @@ export enum NetworkEnum {
polygon = "Polygon",
rootstock = "Rootstock",
}
export enum TokenEnum {
BRZ = 'BRZ',
BRX = 'BRX'
}