feat: enable smoldot for coretime chains

This commit is contained in:
Carlo Sala
2025-06-01 12:24:34 +02:00
parent 01e8c4c6bd
commit acc98e8226
4 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1 @@
export { chainSpec } from "polkadot-api/chains/ksmcc3_coretime"

View File

@@ -0,0 +1 @@
export { chainSpec } from "polkadot-api/chains/polkadot_coretime"

View File

@@ -69,7 +69,7 @@
"hasChainSpecs": false
},
{
"id": "kusama_core_time",
"id": "kusama_coretime",
"display": "Kusama Coretime",
"rpcs": {
"Dwellir": "wss://coretime-kusama-rpc.dwellir.com",
@@ -88,7 +88,7 @@
"symbol": "KSM",
"decimals": 12
},
"hasChainSpecs": false
"hasChainSpecs": true
},
{
"id": "kusama_people",

View File

@@ -98,7 +98,7 @@
"hasChainSpecs": true
},
{
"id": "polkadot_core_time",
"id": "polkadot_coretime",
"display": "Coretime",
"rpcs": {
"IBP2": "wss://coretime-polkadot.dotters.network",
@@ -113,7 +113,7 @@
"symbol": "DOT",
"decimals": 10
},
"hasChainSpecs": false
"hasChainSpecs": true
},
{
"id": "polkadot_people",