chore(chains): add Kreivo de Paseo and chainspec
This commit is contained in:
committed by
GitHub
parent
f64dea31e8
commit
9ab20bc36e
22
src/state/chains/chainspecs/paseo_kreivo.ts
Normal file
22
src/state/chains/chainspecs/paseo_kreivo.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
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",
|
||||
},
|
||||
})
|
||||
@@ -243,6 +243,24 @@
|
||||
},
|
||||
"hasChainSpecs": false
|
||||
},
|
||||
{
|
||||
"id": "paseo_kreivo",
|
||||
"display": "Kreivo de Paseo - By Virto",
|
||||
"relayChainInfo": {
|
||||
"id": "kusama",
|
||||
"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_laos_sigma",
|
||||
"display": "Laos Sigma",
|
||||
|
||||
Reference in New Issue
Block a user