add Rootstock testnet

This commit is contained in:
hueso
2024-07-18 19:23:53 -03:00
parent ce3fc962d6
commit 2c04e6f0de
7 changed files with 90 additions and 0 deletions

View File

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