Updated on 2026-08-14
This commit is contained in:
parent
fc92be4f76
commit
da84942643
11 changed files with 24 additions and 6 deletions
|
|
@ -12,6 +12,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id" : "kaspa",
|
||||
"symbol" : "KAS",
|
||||
"name" : "Kaspa",
|
||||
"networks" : [
|
||||
{
|
||||
"networkId" : "kaspa/test"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id" : "Dai Stablecoin-DAI",
|
||||
"symbol" : "DAI",
|
||||
|
|
|
|||
|
|
@ -151,5 +151,6 @@ internal val Blockchain.mercuryoNetwork: String?
|
|||
Blockchain.Bitrock, Blockchain.BitrockTestnet -> null
|
||||
Blockchain.Sonic, Blockchain.SonicTestnet -> null
|
||||
Blockchain.ApeChain, Blockchain.ApeChainTestnet -> null
|
||||
Blockchain.KaspaTestnet -> null
|
||||
}
|
||||
}
|
||||
|
|
@ -152,4 +152,5 @@ internal val Blockchain.moonPaySupportedCurrency: MoonPaySupportedCurrency?
|
|||
Bitrock, BitrockTestnet -> null
|
||||
Sonic, SonicTestnet -> null
|
||||
ApeChain, ApeChainTestnet -> null
|
||||
KaspaTestnet -> null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue