Updated on 2026-08-14
This commit is contained in:
parent
f3e60c8771
commit
e7f65c8e85
8 changed files with 28 additions and 1 deletions
|
|
@ -759,6 +759,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "vanar-chain",
|
||||
"name": "Vanar Chain",
|
||||
"symbol": "VANRY",
|
||||
"networks": [
|
||||
{
|
||||
"networkId": "vanar-chain/test"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "casper-network",
|
||||
"name": "Casper",
|
||||
|
|
|
|||
|
|
@ -141,6 +141,8 @@ internal val Blockchain.mercuryoNetwork: String?
|
|||
Blockchain.CoreTestnet -> null
|
||||
Blockchain.Chiliz -> null
|
||||
Blockchain.ChilizTestnet -> null
|
||||
Blockchain.VanarChain -> null
|
||||
Blockchain.VanarChainTestnet -> null
|
||||
Blockchain.Unknown -> null
|
||||
Blockchain.Xodex -> null
|
||||
Blockchain.Canxium -> null
|
||||
|
|
|
|||
|
|
@ -146,4 +146,6 @@ internal val Blockchain.moonPaySupportedCurrency: MoonPaySupportedCurrency?
|
|||
Xodex -> null
|
||||
Canxium -> null
|
||||
Clore -> null
|
||||
VanarChain -> null
|
||||
VanarChainTestnet -> null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue