Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/public-nodes/public-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ We support a variety of blockchain networks, offering both standard and load bal
| Cosmos Hub | LCD | ✅ | https://cosmoshub-lcd.stakely.io |
| Osmosis | RPC | ✅ | https://osmosis-rpc.stakely.io |
| Osmosis | LCD | ✅ | https://osmosis-lcd.stakely.io |
| Secret Network | RPC | ✅ | https://secretnetwork-rpc.stakely.io |
| Secret Network | LCD | ✅ | https://secretnetwork-lcd.stakely.io |
| Terra V2 | RPC | ✅ | https://terra-rpc.stakely.io |
| Terra V2 | LCD | ✅ | https://terra-lcd.stakely.io |
| Terra Classic | RPC | ❌ | https://terraclassic-rpc-server-01.stakely.io |
| Taiko | JSON-RPC | ✅ | https://taiko-json-rpc.stakely.io |
| Hyperliquid | JSON-RPC | ✅ | https://hyperliquid-json-rpc.stakely.io |
| Celo | JSON-RPC | ✅ | https://celo-json-rpc.stakely.io |
| Sonic | JSON-RPC | ✅ | https://sonic-json-rpc.stakely.io |
| Sui | GRAPHQL | ✅ | https://sui-graphql.stakely.io |
| Walrus Aggregator | REST | ✅ | https://walrus-aggregator.stakely.io/status |
| Story | RPC | ✅ | https://story-rpc.stakely.io |
| Story | JSON-RPC | ✅ | https://story-json-rpc.stakely.io |
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@
"smoke:test": "vitest run"
},
"dependencies": {
"@docusaurus/core": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2",
"@docusaurus/theme-mermaid": "^3.7.0",
"@easyops-cn/docusaurus-search-local": "^0.44.2",
"@mdx-js/react": "^3.0.0",
"@scalar/docusaurus": "^0.7.18",
"@docusaurus/core": "^3.10.1",
"@docusaurus/preset-classic": "^3.10.1",
"@docusaurus/theme-mermaid": "^3.10.1",
"@easyops-cn/docusaurus-search-local": "^0.44.6",
"@mdx-js/react": "^3.1.1",
"@scalar/docusaurus": "^0.7.44",
"ahize": "^0.2.1",
"clsx": "^2.0.0",
"docusaurus-preset-openapi": "^0.7.5",
"dotenv": "^16.4.5",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"clsx": "^2.1.1",
"docusaurus-preset-openapi": "^0.7.7",
"dotenv": "^16.6.1",
"prism-react-renderer": "^2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"url": "^0.11.4",
"webpack-merge": "^6.0.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.9.2",
"@docusaurus/types": "^3.9.2",
"vitest": "^4.1.8"
"@docusaurus/module-type-aliases": "^3.10.1",
"@docusaurus/types": "^3.10.1",
"vitest": "^4.1.9"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Node 18 engine support no longer matches the test toolchain

vitest@4.1.9 resolves to Vitest/Vite versions that require Node 20+ (vite@8.0.16 requires ^20.19.0 || >=22.12.0 in the lockfile), while this package still advertises engines.node: >=18.0. That means environments following the declared Node 18 support can install with engine warnings or fail when running pnpm smoke:test; either keep the test stack on a Node-18-compatible version or raise the project engine requirement.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

},
"browserslist": {
"production": [
Expand Down
Loading
Loading