Updated on 2026-08-14
This commit is contained in:
parent
799a38655e
commit
4570bc334c
54 changed files with 178 additions and 183 deletions
|
|
@ -9,7 +9,7 @@ internal object BlockAidChainNameConverter : Converter<Network, String?> {
|
|||
|
||||
@Suppress("CyclomaticComplexMethod")
|
||||
override fun convert(value: Network): String? {
|
||||
return when (Blockchain.fromNetworkId(value.backendId)) {
|
||||
return when (Blockchain.fromNetworkId(value.rawId)) {
|
||||
Blockchain.Arbitrum -> "arbitrum"
|
||||
Blockchain.Avalanche -> "avalanche"
|
||||
Blockchain.AvalancheTestnet -> "avalanche-fuji"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue