fix error

This commit is contained in:
liangping 2024-09-01 15:19:09 +08:00
parent 3662b55443
commit ff111eb57e
2 changed files with 3 additions and 8 deletions

View File

@ -2,14 +2,9 @@
"chain_name": "cosmos",
"registry_name": "cosmoshub",
"api": [
{"provider": "notional", "address": "https://api-cosmoshub-ia.cosmosia.notional.ventures"},
{"provider": "blockapsis", "address": "https://lcd-cosmoshub.blockapsis.com:443"},
{"provider": "WhisperNode🤐", "address": "https://lcd-cosmoshub.whispernode.com:443"},
{"provider": "pupmos", "address": "https://api-cosmoshub.pupmos.network"},
{"provider": "cosmos.directory", "address": "https://rest.cosmos.directory/cosmoshub"},
{"provider": "publicnode", "address": "https://cosmos-rest.publicnode.com"},
{"provider": "staketab", "address": "https://cosmos-rest.staketab.org"},
{"provider": "nodestake", "address": "https://api.cosmos.nodestake.top"},
{"provider": "Golden Ratio Staking", "address": "https://rest-cosmoshub.goldenratiostaking.net"}
{"provider": "silknode", "address": "https://cosmos.api.silknodes.io"}
],
"rpc": [
{"provider": "icycro", "address": "https://cosmos-rpc.icycro.org"},

View File

@ -1,6 +1,6 @@
import { BaseRestClient } from '@/libs/client';
import { adapter, type AbstractRegistry, type Request } from '@/libs/registry';
import { adapter, type AbstractRegistry, type Request } from '@/libs/api/registry';
import { PageRequest, type PaginatedResponse } from '@/types';
export interface Classes {