Add light client chainspect for Kreivo (#168)
* minor: add smoldot chainspec for Kreivo * minor: add `boot.kippu.rocks` to the list.
This commit is contained in:
committed by
GitHub
parent
46979597a6
commit
97924a3af8
24
src/state/chains/chainspecs/kreivo.ts
Normal file
24
src/state/chains/chainspecs/kreivo.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
export const chainSpec = JSON.stringify({
|
||||
name: "Kreivo",
|
||||
id: "kreivo",
|
||||
chainType: "Live",
|
||||
bootNodes: [
|
||||
"/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"
|
||||
],
|
||||
properties: {
|
||||
ss58Format: 2,
|
||||
tokenDecimals: 12,
|
||||
tokenSymbol: "KSM",
|
||||
},
|
||||
relayChain: "ksmcc3",
|
||||
paraId: 2281,
|
||||
consensusEngine: null,
|
||||
codeSubstitutes: {},
|
||||
genesis: {
|
||||
stateRootHash:
|
||||
"0x11f1914a3fd9087c3d211c83807ee7e6b48e948bd5e447bbe84c9302e8ccc2ff",
|
||||
},
|
||||
})
|
||||
@@ -1,22 +0,0 @@
|
||||
export const chainSpec = JSON.stringify({
|
||||
name: "Kreivo de Paseo",
|
||||
id: "kreivo",
|
||||
chainType: "Live",
|
||||
bootNodes: [
|
||||
"/dns/testnet.kreivo.io/tcp/443/wss/p2p/12D3KooWMsZKiQ8BJVaAxe9eFbiwx6QbJZ1kW2Zs2CxN7A1FGSR2",
|
||||
"/dns/testnet.kreivo.kippu.rocks/tcp/443/wss/p2p/12D3KooWJ9GyV1W5quD7M9MDQMLNaXPWF71v1xfFyH9F1YPH5uXt",
|
||||
],
|
||||
properties: {
|
||||
ss58Format: 0,
|
||||
tokenDecimals: 10,
|
||||
tokenSymbol: "PAS",
|
||||
},
|
||||
relayChain: "paseo",
|
||||
paraId: 2281,
|
||||
consensusEngine: null,
|
||||
codeSubstitutes: {},
|
||||
genesis: {
|
||||
stateRootHash:
|
||||
"0x506d515020e5f923705d4ed88cf4205699052f4bd4698fe1dd7b20d1af2a0cdf",
|
||||
},
|
||||
})
|
||||
@@ -241,14 +241,15 @@
|
||||
"parachain": 2281
|
||||
},
|
||||
"rpcs": {
|
||||
"Kippu": "wss://kreivo.kippu.rocks/",
|
||||
"Virto": "wss://kreivo.io/"
|
||||
"Bloque": "wss://rpc.kreivo.bloque.sh",
|
||||
"Kippu": "wss://kreivo.kippu.rocks",
|
||||
"Virto": "wss://kreivo.io"
|
||||
},
|
||||
"nativeToken": {
|
||||
"symbol": "KSM",
|
||||
"decimals": 12
|
||||
},
|
||||
"hasChainSpecs": false
|
||||
"hasChainSpecs": true
|
||||
},
|
||||
{
|
||||
"id": "krest",
|
||||
|
||||
@@ -214,24 +214,6 @@
|
||||
},
|
||||
"hasChainSpecs": false
|
||||
},
|
||||
{
|
||||
"id": "paseo_kreivo",
|
||||
"display": "Kreivo de Paseo - By Virto",
|
||||
"relayChainInfo": {
|
||||
"id": "paseo",
|
||||
"isSystem": false,
|
||||
"parachain": 2281
|
||||
},
|
||||
"rpcs": {
|
||||
"Kippu": "wss://testnet.kreivo.kippu.rocks/",
|
||||
"Virto": "wss://testnet.kreivo.io/"
|
||||
},
|
||||
"nativeToken": {
|
||||
"symbol": "PAS",
|
||||
"decimals": 10
|
||||
},
|
||||
"hasChainSpecs": true
|
||||
},
|
||||
{
|
||||
"id": "paseo_niskala",
|
||||
"display": "Niskala(Paseo)",
|
||||
|
||||
Reference in New Issue
Block a user