Updated on 2026-08-14
This commit is contained in:
parent
09d6f9baa6
commit
2c03b864e6
2 changed files with 5 additions and 5 deletions
|
|
@ -165,8 +165,8 @@ fun Blockchain.Companion.fromNetworkId(networkId: String): Blockchain? {
|
|||
"zklink/test" -> Blockchain.ZkLinkNovaTestnet
|
||||
"pepecoin" -> Blockchain.Pepecoin
|
||||
"pepecoin/test" -> Blockchain.PepecoinTestnet
|
||||
"hyperliquid" -> Blockchain.Hyperliquid
|
||||
"hyperliquid/test" -> Blockchain.HyperliquidTestnet
|
||||
"hyperevm" -> Blockchain.Hyperliquid
|
||||
"hyperevm/test" -> Blockchain.HyperliquidTestnet
|
||||
else -> null
|
||||
}
|
||||
}
|
||||
|
|
@ -329,8 +329,8 @@ fun Blockchain.toNetworkId(): String {
|
|||
Blockchain.ZkLinkNovaTestnet -> "zklink/test"
|
||||
Blockchain.Pepecoin -> "pepecoin"
|
||||
Blockchain.PepecoinTestnet -> "pepecoin/test"
|
||||
Blockchain.Hyperliquid -> "hyperliquid"
|
||||
Blockchain.HyperliquidTestnet -> "hyperliquid/test"
|
||||
Blockchain.Hyperliquid -> "hyperevm"
|
||||
Blockchain.HyperliquidTestnet -> "hyperevm/test"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue