6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
export enum NetworkEnum {
|
|
ethereum = "Ethereum",
|
|
polygon = "Polygon",
|
|
rootstock = "Rootstock",
|
|
}
|