Updated on 2026-08-14
This commit is contained in:
parent
09d6f9baa6
commit
2c03b864e6
2 changed files with 5 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 7d225a195eb001f9f4ce88aa4a6fa2d965b9159c
|
||||
Subproject commit d3ba082fadbdb583a45cc1c714c57b382cbbe6ef
|
||||
|
|
@ -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