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.
reference paritytech/polkadot-sdk monorepo instead of paritytech/polk…
…adot and paritytech/cumulus (#73)
- Loading branch information
1 parent
c3c446d
commit c15316b
Showing
23 changed files
with
189 additions
and
30 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,40 @@ | ||
name: Wococo | ||
network_type: testnet | ||
chain: | ||
type: relaychain | ||
consensus: PoS | ||
sudo: true | ||
chainspec: | ||
http_url: https://paritytech.github.io/chainspecs/wococo/relaychain/chainspec.json | ||
goals: | ||
- A relay-chain for bridge testing with Rococo | ||
repository: https://github.com/paritytech/polkadot-sdk | ||
validators: | ||
- Parity | ||
- Community | ||
release_cycle: "Following the Polkadot 3 weeks cycle" | ||
specs: | ||
block_time: 6 | ||
era: 42 | ||
ed: 10000000000 | ||
lease_period: 403200 | ||
decimals: 12 | ||
token: WOOK | ||
ss58_format: 42 | ||
contacts: | ||
- type: website | ||
contact: https://github.com/paritytech/subport | ||
faucet: "#wococo-faucet:matrix.org" | ||
rpc_endpoints: | ||
- name: Parity | ||
url: wss://wococo-rpc.polkadot.io:443 | ||
api_endpoints: [] | ||
bootnodes: [] | ||
documentation: | ||
- https://github.com/paritytech/parity-bridges-common | ||
expectations: | ||
- "parity: Run the nodes for the system; manage parachain onboarding (see contacts)" | ||
features: | ||
- "parachains: Community parachains cannot register on Wococo at this time" | ||
notes: | ||
- Wococo is a community relay chain dedicated to testing bridges. It is running a modified Westend runtime (6 times shorter epoch). |
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: Wococo BridgeHub | ||
network_type: testnet | ||
chain: | ||
type: parachain | ||
parent: Wococo | ||
consensus: PoS | ||
sudo: true | ||
para_id: 1014 | ||
chainspec: | ||
http_url: https://paritytech.github.io/chainspecs/wococo/parachain/bridge-hub/chainspec.json | ||
goals: | ||
- Wococo'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: "#wococo-faucet:matrix.org" | ||
rpc_endpoints: | ||
- name: Parity | ||
url: wss://wococo-bridge-hub-rpc.polkadot.io:443 | ||
api_endpoints: [] | ||
bootnodes: [] | ||
documentation: | ||
- https://github.com/paritytech/cumulus | ||
expectations: | ||
- "parity: Run collator nodes; upgrade runtime" | ||
- "community: Test potential integrations with BridgeHub parachain" | ||
features: | ||
- "bridge with Rococo" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: Wococo Wockmint | ||
network_type: testnet | ||
chain: | ||
type: parachain | ||
parent: Wococo | ||
consensus: PoS | ||
sudo: true | ||
para_id: 1000 | ||
chainspec: | ||
http_url: https://paritytech.github.io/chainspecs/wococo/parachain/wockmint/chainspec.json | ||
goals: | ||
- Wococo's testnet Asset parachain | ||
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: "#wococo-faucet:matrix.org" | ||
rpc_endpoints: | ||
- name: Parity | ||
url: wss://wococo-wockmint-rpc.polkadot.io:443 | ||
api_endpoints: [] | ||
bootnodes: [] | ||
bootnodes: [] | ||
documentation: | ||
- https://github.com/paritytech/cumulus | ||
expectations: | ||
- "parity: Run collator nodes; upgrade runtime" | ||
- "community: Test potential integrations with bridges and the Asset parachain" | ||
features: [] | ||
notes: [] |