chore: update dependencies (#169)

* chore: update dependencies

* fix: disable new block if block is smaller

* update hydration endpoints
This commit is contained in:
Victor Oliva
2026-07-03 15:23:34 +02:00
committed by GitHub
parent 2a1e7b6313
commit 640ec4dabf
4 changed files with 702 additions and 1090 deletions

View File

@@ -14,12 +14,12 @@
"semi": false
},
"dependencies": {
"@acala-network/chopsticks-core": "^1.4.2",
"@ledgerhq/hw-transport-webusb": "^6.34.4",
"@acala-network/chopsticks-core": "^1.5.0",
"@ledgerhq/hw-transport-webusb": "^6.35.0",
"@monaco-editor/react": "^4.7.0",
"@paraspell/sdk": "^13.7.2",
"@paraspell/sdk": "^13.10.1",
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@polkadot-api/forklift": "^0.3.0",
"@polkadot-api/forklift": "^0.4.0",
"@polkadot-api/json-rpc-provider-proxy": "^0.4.0",
"@polkadot-api/metadata-builders": "^0.14.3",
"@polkadot-api/observable-client": "^0.18.7",
@@ -28,57 +28,57 @@
"@polkadot-api/substrate-bindings": "^0.20.3",
"@polkadot-api/tx-utils": "^0.3.3",
"@polkahub/ui-components": "^0.7.0",
"@radix-ui/react-accordion": "^1.2.13",
"@radix-ui/react-dialog": "^1.1.16",
"@radix-ui/react-label": "^2.1.9",
"@radix-ui/react-popover": "^1.1.16",
"@radix-ui/react-radio-group": "^1.4.0",
"@radix-ui/react-scroll-area": "^1.2.11",
"@radix-ui/react-select": "^2.3.0",
"@radix-ui/react-slot": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.14",
"@radix-ui/react-toggle": "^1.1.11",
"@radix-ui/react-toggle-group": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.9",
"@radix-ui/react-accordion": "^1.2.15",
"@radix-ui/react-dialog": "^1.1.18",
"@radix-ui/react-label": "^2.1.11",
"@radix-ui/react-popover": "^1.1.18",
"@radix-ui/react-radio-group": "^1.4.2",
"@radix-ui/react-scroll-area": "^1.2.13",
"@radix-ui/react-select": "^2.3.2",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-tabs": "^1.1.16",
"@radix-ui/react-toggle": "^1.1.13",
"@radix-ui/react-toggle-group": "^1.1.14",
"@radix-ui/react-tooltip": "^1.2.11",
"@react-rxjs/core": "^0.10.8",
"@react-rxjs/utils": "^0.9.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"idb-keyval": "^6.2.5",
"lucide-react": "^1.18.0",
"polkadot-api": "^2.1.6",
"idb-keyval": "^6.2.6",
"lucide-react": "^1.23.0",
"polkadot-api": "^2.1.7",
"polkahub": "^0.7.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-portal": "^4.3.0",
"react-router-dom": "^7.17.0",
"react-router-dom": "^7.18.1",
"react-svg": "^17.2.4",
"react-virtuoso": "^4.18.7",
"react-virtuoso": "^4.18.10",
"react18-json-view": "^0.2.10",
"rxjs": "^7.8.2",
"save-as": "^0.1.8",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"uplot": "^1.6.32",
"uuid": "^14.0.0"
"uuid": "^14.0.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.3.1",
"@types/node": "^25.9.3",
"@tailwindcss/vite": "^4.3.2",
"@types/node": "^25.9.4",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-portal": "^4.0.7",
"@vitejs/plugin-react": "^6.0.2",
"eslint": "^10.5.0",
"@vitejs/plugin-react": "^6.0.3",
"eslint": "^10.6.0",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.6.0",
"prettier": "^3.8.4",
"tailwindcss": "^4.3.1",
"globals": "^17.7.0",
"prettier": "^3.9.4",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.0",
"vite": "^8.0.16"
"typescript-eslint": "^8.62.1",
"vite": "^8.1.3"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"pnpm": {

1713
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
import { ForkMethodIcon } from "@/components/Icons"
import { ForkMethodIcon, Spinner } from "@/components/Icons"
import { Button } from "@/components/ui/button"
import {
canProduceBlocks$,
@@ -123,10 +123,11 @@ const Jump = () => {
setLoading(false)
}
}}
disabled={loading}
disabled={loading || value <= best}
>
New Block{" "}
<ForkMethodIcon className="inline-block align-middle ml-1" size={20} />
{loading && <Spinner />}
</Button>
</SummaryItem>
)

View File

@@ -342,9 +342,15 @@
},
"rpcs": {
"Dwellir": "wss://hydration-rpc.n.dwellir.com",
"Helikon": "wss://rpc.helikon.io/hydradx",
"IBP1": "wss://hydration.ibp.network",
"IBP2": "wss://hydration.dotters.network"
"Rotko (SEA)": "wss://hydration.rotko.net",
"sin": "wss://subway.sin.hydration.cloud",
"coke": "wss://subway.coke.hydration.cloud",
"kril": "wss://rpc.kril.hydration.cloud",
"shellfish": "wss://subway.shellfish.hydration.cloud",
"catfish-1": "wss://rpc-catfish-1.catfish.hydration.cloud",
"catfish-2": "wss://rpc-catfish-2.catfish.hydration.cloud",
"catfish-3": "wss://rpc-catfish-3.catfish.hydration.cloud",
"catfish-4": "wss://rpc-catfish-4.catfish.hydration.cloud"
},
"nativeToken": {
"symbol": "HDX",