diff --git a/chains/mainnet/axelar.json b/chains/mainnet/axelar.json index 0d0481c6..255f9918 100644 --- a/chains/mainnet/axelar.json +++ b/chains/mainnet/axelar.json @@ -1,11 +1,7 @@ { "chain_name": "axelar", - "api": [ - "https://rest.axelar.lava.build/lava-referer-97409c72-1a82-4861-8651-119c15151cbe" - ], - "rpc": [ - "https://tm.axelar.lava.build/lava-referer-97409c72-1a82-4861-8651-119c15151cbe" - ], + "api": ["https://rest.axelar.lava.build/lava-referer-97409c72-1a82-4861-8651-119c15151cbe"], + "rpc": ["https://tm.axelar.lava.build/lava-referer-97409c72-1a82-4861-8651-119c15151cbe"], "snapshot_provider": "", "sdk_version": "0.45.6", "coin_type": "118", diff --git a/chains/mainnet/cosmos.json b/chains/mainnet/cosmos.json index c52a3726..91e03b71 100644 --- a/chains/mainnet/cosmos.json +++ b/chains/mainnet/cosmos.json @@ -2,26 +2,14 @@ "chain_name": "cosmos", "registry_name": "cosmoshub", "api": [ - { - "provider": "cosmos.directory", - "address": "https://rest.cosmos.directory/cosmoshub" - }, - { - "provider": "publicnode", - "address": "https://cosmos-rest.publicnode.com" - }, + { "provider": "cosmos.directory", "address": "https://rest.cosmos.directory/cosmoshub" }, + { "provider": "publicnode", "address": "https://cosmos-rest.publicnode.com" }, { "provider": "silknode", "address": "https://cosmos.api.silknodes.io" } ], "rpc": [ { "provider": "icycro", "address": "https://cosmos-rpc.icycro.org" }, - { - "provider": "dragonstake", - "address": "https://rpc.cosmos.dragonstake.io" - }, - { - "provider": "Golden Ratio Staking", - "address": "https://rpc-cosmoshub.goldenratiostaking.net" - } + { "provider": "dragonstake", "address": "https://rpc.cosmos.dragonstake.io" }, + { "provider": "Golden Ratio Staking", "address": "https://rpc-cosmoshub.goldenratiostaking.net" } ], "sdk_version": "0.45.1", "coin_type": "118", diff --git a/chains/mainnet/neutron.json b/chains/mainnet/neutron.json index 1a589146..6d9594a9 100644 --- a/chains/mainnet/neutron.json +++ b/chains/mainnet/neutron.json @@ -8,10 +8,7 @@ "rpc": [ { "provider": "Polkachu", "address": "https://neutron-rpc.polkachu.com" }, { "provider": "NodeStake", "address": "https://rpc.neutron.nodestake.top" }, - { - "provider": "Allnodes", - "address": "https://neutron-rpc.publicnode.com:443" - } + { "provider": "Allnodes", "address": "https://neutron-rpc.publicnode.com:443" } ], "provider_chain": { "api": ["https://rest.cosmos.directory/cosmoshub"] diff --git a/chains/mainnet/nolus.json b/chains/mainnet/nolus.json index 7f06011d..2c832db9 100644 --- a/chains/mainnet/nolus.json +++ b/chains/mainnet/nolus.json @@ -3,22 +3,13 @@ "coingecko": "nolus", "api": [ { "provider": "Nolus", "address": "https://pirin-cl.nolus.network:1317" }, - { - "provider": "LavenderFive", - "address": "https://nolus-api.lavenderfive.com:443" - }, + { "provider": "LavenderFive", "address": "https://nolus-api.lavenderfive.com:443" }, { "provider": "Allnodes", "address": "https://nolus-rest.publicnode.com" } ], "rpc": [ { "provider": "Nolus", "address": "https://pirin-cl.nolus.network:26657" }, - { - "provider": "LavenderFive", - "address": "https://nolus-rpc.lavenderfive.com:443" - }, - { - "provider": "Allnodes", - "address": "https://nolus-rpc.publicnode.com:443" - } + { "provider": "LavenderFive", "address": "https://nolus-rpc.lavenderfive.com:443" }, + { "provider": "Allnodes", "address": "https://nolus-rpc.publicnode.com:443" } ], "snapshot_provider": "", "sdk_version": "v0.47.6", diff --git a/components.d.ts b/components.d.ts index 1721922f..0ef1b285 100644 --- a/components.d.ts +++ b/components.d.ts @@ -7,7 +7,7 @@ export {}; declare module '@vue/runtime-core' { export interface GlobalComponents { - RouterLink: (typeof import('vue-router'))['RouterLink']; - RouterView: (typeof import('vue-router'))['RouterView']; + RouterLink: typeof import('vue-router')['RouterLink']; + RouterView: typeof import('vue-router')['RouterView']; } } diff --git a/env.d.ts b/env.d.ts index 0722407d..68dc2b97 100644 --- a/env.d.ts +++ b/env.d.ts @@ -2,15 +2,15 @@ declare module '@personaxyz/ad-sdk'; interface ImportMetaEnv { - readonly VITE_REFRESH_INTERVAL?: number; - readonly VITE_FETCH_ALL_BLOCKS?: boolean; - readonly VITE_RECENT_BLOCK_LIMIT?: number; - readonly VITE_COINGECKO_URL?: string; - readonly VITE_GITHUB_API_URL?: string; - readonly VITE_PINGPUB_API_URL?: string; - readonly VITE_IBC_USE_GITHUB_API?: string; + readonly VITE_REFRESH_INTERVAL?: number, + readonly VITE_FETCH_ALL_BLOCKS?: boolean, + readonly VITE_RECENT_BLOCK_LIMIT?: number, + readonly VITE_COINGECKO_URL?: string, + readonly VITE_GITHUB_API_URL?: string, + readonly VITE_PINGPUB_API_URL?: string, + readonly VITE_IBC_USE_GITHUB_API?: string, } interface ImportMeta { - readonly env: ImportMetaEnv; + readonly env: ImportMetaEnv; } diff --git a/index.html b/index.html index 3903cda2..35a65368 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,12 @@ - + - - - + + + Zenith Blockchain Explorer And Web Wallet - - + +
@@ -46,9 +43,6 @@ }); gtag('config', 'G-SSBKVF3GMX'); - + diff --git a/public/test.html b/public/test.html index 05fc7751..6edc088d 100644 --- a/public/test.html +++ b/public/test.html @@ -1,26 +1,16 @@ Widget Test - +
- +
- +
diff --git a/src/components/CardParameter.vue b/src/components/CardParameter.vue index e1888e65..dc7e1b58 100644 --- a/src/components/CardParameter.vue +++ b/src/components/CardParameter.vue @@ -38,17 +38,9 @@ function formatTitle(v: string) { v-if="props.cardItem?.items && props.cardItem?.items?.length > 0" >
{{ props.cardItem?.title }}
-
-
-
- {{ formatTitle(item?.subtitle) }} -
+
+
+
{{ formatTitle(item?.subtitle) }}
{{ calculateValue(item?.value) }}
diff --git a/src/components/CardStatisticsVertical.vue b/src/components/CardStatisticsVertical.vue index 2adf1738..7bc36b5e 100644 --- a/src/components/CardStatisticsVertical.vue +++ b/src/components/CardStatisticsVertical.vue @@ -24,15 +24,9 @@ const isPositive = controlledComputed(