This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove warning on README * update chains info from polkadot.js data
- Loading branch information
1 parent
c15316b
commit 7af9b4c
Showing
20 changed files
with
132 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Paseo | ||
network_type: testnet | ||
chain: | ||
type: relaychain | ||
consensus: PoS | ||
sudo: true | ||
chainspec: | ||
http_url: https://github.com/paseo-network/runtimes/raw/main/chain-specs/paseo.raw.json | ||
goals: | ||
- Community Testnet for Polkadot. | ||
repository: https://github.com/paseo-network/runtimes | ||
validators: | ||
- validators ran by the community | ||
release_cycle: Following the Polkadot release cycle | ||
specs: | ||
block_time: 6 | ||
era: null | ||
ed: 10000000000 | ||
lease_period: 403200 | ||
decimals: 10 | ||
token: PAS | ||
ss58_format: 42 | ||
contacts: [] | ||
faucet: "#paseo_faucet:matrix.org" | ||
rpc_endpoints: | ||
- name: Amforc | ||
url: wss://paseo.rpc.amforc.com:443 | ||
api_endpoints: [] | ||
bootnodes: | ||
- name: Amforc | ||
url: /dns/paseo.bootnode.amforc.com/tcp/30333/wss/p2p/12D3KooWFD81HC9memUwuGMLvhDDEfmXjn6jC4n7zyNs3vToXapS | ||
- name: Amforc | ||
url: /dns/paseo.bootnode.amforc.com/tcp/30344/p2p/12D3KooWFD81HC9memUwuGMLvhDDEfmXjn6jC4n7zyNs3vToXapS | ||
documentation: | ||
- https://github.com/paseo-network/paseo-rfcs | ||
expectations: [] | ||
features: [] | ||
notes: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: Rococo Coretime | ||
network_type: testnet | ||
chain: | ||
type: parachain | ||
parent: Rococo | ||
consensus: PoA | ||
sudo: true | ||
para_id: 1013 | ||
chainspec: | ||
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/coretime-rococo.json | ||
goals: | ||
- Rococo's testnet parachain for BridgeHub | ||
repository: https://github.com/paritytech/polkadot-sdk | ||
validators: | ||
- Parity Only | ||
release_cycle: Following the Polkadot 3 weeks cycle | ||
specs: | ||
block_time: 12 | ||
era: null | ||
ed: 3333333 | ||
lease_period: null | ||
decimals: 12 | ||
token: ROC | ||
ss58_format: null | ||
contacts: | ||
- type: website | ||
contact: https://github.com/paritytech/subport | ||
faucet: "#rococo-faucet:matrix.org" | ||
rpc_endpoints: | ||
- name: Parity | ||
url: wss://rococo-coretime-rpc.polkadot.io:443 | ||
api_endpoints: [] | ||
bootnodes: [] | ||
documentation: | ||
- https://github.com/paritytech/polkadot-sdk | ||
expectations: | ||
- "parity: Run collator nodes; upgrade runtime" | ||
- "community: Test potential integrations with BridgeHub parachain" | ||
features: | ||
- "bridge with Wococo" | ||
notes: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters