Updated on 2026-08-14
This commit is contained in:
parent
2135c31e7b
commit
9a02d97e96
4 changed files with 49 additions and 32 deletions
|
|
@ -279,15 +279,15 @@ internal class BlockchainProvidersResponseLoaderTest {
|
|||
const val LOCAL_PROVIDERS_JSON = "doesn't matter"
|
||||
|
||||
val localProviders: BlockchainProvidersResponse = mapOf(
|
||||
"aptos" to listOf(ProviderModel.Private(name = "private_apt")),
|
||||
"aptos" to listOf(ProviderModel.Private(name = "nownodes")),
|
||||
"algorand" to listOf(
|
||||
ProviderModel.Private(name = "private_alg"),
|
||||
ProviderModel.Private(name = "nownodes"),
|
||||
ProviderModel.Public(url = "https://public_alg.com/"),
|
||||
),
|
||||
)
|
||||
|
||||
val remoteProviders: BlockchainProvidersResponse = localProviders + mapOf(
|
||||
"bitcoin" to listOf(ProviderModel.Private(name = "private_btc")),
|
||||
"bitcoin" to listOf(ProviderModel.Private(name = "blockchair")),
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue