feat: enable smoldot for coretime chains
This commit is contained in:
1
src/state/chains/chainspecs/kusama_coretime.ts
Normal file
1
src/state/chains/chainspecs/kusama_coretime.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { chainSpec } from "polkadot-api/chains/ksmcc3_coretime"
|
||||
1
src/state/chains/chainspecs/polkadot_coretime.ts
Normal file
1
src/state/chains/chainspecs/polkadot_coretime.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { chainSpec } from "polkadot-api/chains/polkadot_coretime"
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user