feat: add paseo-bulletin support (#174)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.1.0-autogenerated.3203825568190824154",
|
||||
"version": "0.1.0-autogenerated.5569951721440591425",
|
||||
"name": "@polkadot-api/descriptors",
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -6,13 +6,13 @@
|
||||
"chain": "polkadot_people",
|
||||
"metadata": ".papi/metadata/polkadot_people.scale",
|
||||
"genesis": "0x67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008",
|
||||
"codeHash": "0x3f0652ba1159157eff567b8e0e5987c8fc67a614f0909ce0f65f0d8a2b532864"
|
||||
"codeHash": "0x4f2b23add794f311aa80b487b3cca971fe4bdc1850ebd5d96a693352f49743cb"
|
||||
},
|
||||
"dotAh": {
|
||||
"chain": "polkadot_asset_hub",
|
||||
"metadata": ".papi/metadata/dotAh.scale",
|
||||
"genesis": "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
|
||||
"codeHash": "0xb160d880adc0954728ebd255ba4d8b28266fae3b564d82670a486c5c63028778"
|
||||
"codeHash": "0xd8c8c132cd1f51504af2cd45c8dd7c5565dff0a4e9d7fde72daa8975c58ef961"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
10
package.json
10
package.json
@@ -46,7 +46,7 @@
|
||||
"clsx": "^2.1.1",
|
||||
"idb-keyval": "^6.3.0",
|
||||
"lucide-react": "^1.25.0",
|
||||
"polkadot-api": "^2.2.0",
|
||||
"polkadot-api": "^2.2.1",
|
||||
"polkahub": "^0.7.1",
|
||||
"react": "^19.2.7",
|
||||
"react-dom": "^19.2.7",
|
||||
@@ -65,7 +65,7 @@
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@tailwindcss/vite": "^4.3.3",
|
||||
"@types/node": "^25.9.5",
|
||||
"@types/node": "^26.1.1",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/react-portal": "^4.0.7",
|
||||
@@ -74,13 +74,13 @@
|
||||
"eslint-plugin-react-hooks": "7.1.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.3",
|
||||
"globals": "^17.7.0",
|
||||
"prettier": "^3.9.5",
|
||||
"prettier": "^3.9.6",
|
||||
"tailwindcss": "^4.3.3",
|
||||
"typescript": "^7.0.2",
|
||||
"typescript-eslint": "^8.64.0",
|
||||
"typescript-eslint": "^8.65.0",
|
||||
"vite": "^8.1.5"
|
||||
},
|
||||
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
|
||||
"packageManager": "pnpm@10.34.5+sha512.a4ee05f2f73658255bd6a89859c065a45c28a57daefae2c893a168ee2b73168c37b91e83e57ea67654ad03f03031746430e8bce38e362e042605fb8abc80192e",
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"react18-json-view": "patches/react18-json-view.patch"
|
||||
|
||||
461
pnpm-lock.yaml
generated
461
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ export const chainSpec = JSON.stringify({
|
||||
"/dns/boot-1.kreivo.bloque.network/tcp/443/wss/p2p/12D3KooWEht3GDE23nGEhpyNgAJ6B2GiGT9hquBDko6PtWuFRRB8",
|
||||
"/dns/boot-2.kreivo.bloque.network/tcp/443/wss/p2p/12D3KooWLqz8Aj5g3snhLx2VZJzfAMNMZbwBrNs8LJGjY1ks4LcG",
|
||||
"/dns/boot-3.kreivo.bloque.network/tcp/443/wss/p2p/12D3KooWDAtFSYCotCmX5DtXTP2xsHvxtzfUSrVsgegFXopCzUBU",
|
||||
"/dns/boot.kreivo.kippu.rocks/tcp/443/wss/p2p/12D3KooWNpsPXUKvg9Gk9te54r4xodSPzVgLUkrfhDPpYXNepCb7"
|
||||
"/dns/boot.kreivo.kippu.rocks/tcp/443/wss/p2p/12D3KooWNpsPXUKvg9Gk9te54r4xodSPzVgLUkrfhDPpYXNepCb7",
|
||||
],
|
||||
properties: {
|
||||
ss58Format: 2,
|
||||
|
||||
1
src/state/chains/chainspecs/paseo_bulletin.ts
Normal file
1
src/state/chains/chainspecs/paseo_bulletin.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { chainSpec } from "polkadot-api/chains/paseo_bulletin"
|
||||
@@ -48,6 +48,25 @@
|
||||
},
|
||||
"hasChainSpecs": false
|
||||
},
|
||||
{
|
||||
"id": "paseo_bulletin",
|
||||
"display": "Paseo Bulletin",
|
||||
"rpcs": {
|
||||
"SIK": "wss://bullet.sik.rocks",
|
||||
"StakingLand": "wss://bulletin-paseo.tservices.es:8443",
|
||||
"Tuna Staking": "wss://bullet.tunastaking.eu"
|
||||
},
|
||||
"relayChainInfo": {
|
||||
"id": "paseo",
|
||||
"isSystem": true,
|
||||
"parachain": 1010
|
||||
},
|
||||
"nativeToken": {
|
||||
"symbol": "PAS",
|
||||
"decimals": 10
|
||||
},
|
||||
"hasChainSpecs": true
|
||||
},
|
||||
{
|
||||
"id": "paseo_ajuna",
|
||||
"display": "Ajuna Network (Paseo)",
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"rpcs": {
|
||||
"Allnodes": "wss://polkadot-rpc.publicnode.com",
|
||||
"Dwellir": "wss://polkadot-rpc.n.dwellir.com",
|
||||
"Gatotech Unlimited": "wss://polkadot.gatotech.network",
|
||||
"Gatotech Unlimited": "wss://polkadot.gatotech.network",
|
||||
"Helixstreet": "wss://rpc-polkadot.helixstreet.io",
|
||||
"LuckyFriday": "wss://rpc-polkadot.luckyfriday.io",
|
||||
"OnFinality": "wss://polkadot.api.onfinality.io/public-ws",
|
||||
|
||||
Reference in New Issue
Block a user