Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
reference paritytech/polkadot-sdk monorepo instead of paritytech/polk…
Browse files Browse the repository at this point in the history
…adot and paritytech/cumulus (#73)
  • Loading branch information
PierreBesson authored Dec 28, 2023
1 parent c3c446d commit c15316b
Show file tree
Hide file tree
Showing 23 changed files with 189 additions and 30 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/polkadot_network_directory.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chain_info/Contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ chain:
para_id: 1002
goals:
- Rococo's testnet parachain for Smart Contracts
repository: https://github.com/paritytech/cumulus
repository: https://github.com/paritytech/polkadot-sdk
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/contracts-rococo.json
validators:
Expand Down
4 changes: 2 additions & 2 deletions chain_info/Kusama.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ chain:
consensus: PoS
sudo: false
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/polkadot/master/node/service/chain-specs/kusama.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/polkadot/node/service/chain-specs/kusama.json
goals: []
repository: https://github.com/paritytech/polkadot
repository: https://github.com/paritytech/polkadot-sdk
validators:
- Community nodes. Check the 1000 validator program from the Web3 Foundation.
release_cycle: "Following the Polkadot 3 weeks cycle"
Expand Down
4 changes: 2 additions & 2 deletions chain_info/Kusama_Asset_Hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ chain:
sudo: false
para_id: 1000
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/asset-hub-kusama.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/asset-hub-kusama.json
goals:
- Asset hub Kusama handles your assets, whether fungible or not (NFT)
expectations: []
repository: https://github.com/paritytech/cumulus
repository: https://github.com/paritytech/polkadot-sdk
validators:
- Open
release_cycle: Following the Polkadot 3 weeks cycle
Expand Down
4 changes: 2 additions & 2 deletions chain_info/Kusama_BridgeHub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ chain:
sudo: false
para_id: 1002
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/bridge-hub-kusama.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/bridge-hub-kusama.json
goals:
- BridgeHub, a blockchain to support message passing between Substrate based chains like Polkadot and Kusama networks.
repository: https://github.com/paritytech/cumulus
repository: https://github.com/paritytech/polkadot-sdk
validators:
- Open
release_cycle: Following the Polkadot 3 weeks cycle
Expand Down
4 changes: 2 additions & 2 deletions chain_info/Polkadot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ chain:
consensus: PoS
sudo: true
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/polkadot/master/node/service/chain-specs/polkadot.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/polkadot/service/chain-specs/polkadot.json
goals: []
repository: https://github.com/paritytech/polkadot
repository: https://github.com/paritytech/polkadot-sdk
validators:
- Community nodes
release_cycle: Following the Polkadot 3 weeks cycle
Expand Down
4 changes: 2 additions & 2 deletions chain_info/Polkadot_Asset_Hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ chain:
sudo: false
para_id: 1000
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/asset-hub-polkadot.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/asset-hub-polkadot.json
goals:
- Asset Hub Polkadot handles your assets, whether fungible or not (NFT)
repository: https://github.com/paritytech/cumulus
repository: https://github.com/paritytech/polkadot-sdk
validators:
- Open
release_cycle: Following the Polkadot 3 weeks cycle
Expand Down
4 changes: 2 additions & 2 deletions chain_info/Polkadot_BridgeHub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ chain:
sudo: false
para_id: 1002
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/bridge-hub-polkadot.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/bridge-hub-polkadot.json
goals:
- BridgeHub, a blockchain to support message passing between Substrate based chains like Polkadot and Kusama networks.
repository: https://github.com/paritytech/cumulus
repository: https://github.com/paritytech/polkadot-sdk
validators:
- Open
release_cycle: Following the Polkadot 3 weeks cycle
Expand Down
4 changes: 2 additions & 2 deletions chain_info/Polkadot_Collectives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ chain:
sudo: true
para_id: 1001
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/collectives-polkadot.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/collectives-polkadot.json
goals:
- This parachain is for collectives that serve the Polkadot network.
repository: https://github.com/paritytech/cumulus
repository: https://github.com/paritytech/polkadot-sdk
validators:
- Open
release_cycle: Following the Polkadot 3 weeks cycle
Expand Down
4 changes: 2 additions & 2 deletions chain_info/Rococo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ chain:
consensus: PoA
sudo: true
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/polkadot/master/node/service/chain-specs/rococo.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/polkadot/node/service/chain-specs/rococo.json
goals:
- Community Parachain testnet environment
- XCM Playground for Parachains and Dapps on Parachains
repository: https://github.com/paritytech/polkadot
repository: https://github.com/paritytech/polkadot-sdk
validators:
- Parity Only
release_cycle: "Following the Polkadot 3 weeks cycle"
Expand Down
4 changes: 2 additions & 2 deletions chain_info/Rococo_Asset_Hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ chain:
para_id: 1000
goals:
- Rococo's testnet parachain for Statemine/t
repository: https://github.com/paritytech/cumulus
repository: https://github.com/paritytech/polkadot-sdk
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/asset-hub-rococo.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/asset-hub-rococo.json
validators:
- Parity Only
release_cycle: Following the Polkadot 3 weeks cycle
Expand Down
6 changes: 3 additions & 3 deletions chain_info/Rococo_BridgeHub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ chain:
sudo: true
para_id: 1013
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/bridge-hub-rococo.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/bridge-hub-rococo.json
goals:
- Rococo's testnet parachain for BridgeHub
repository: https://github.com/paritytech/cumulus
repository: https://github.com/paritytech/polkadot-sdk
validators:
- Parity Only
release_cycle: Following the Polkadot 3 weeks cycle
Expand All @@ -32,7 +32,7 @@ rpc_endpoints:
api_endpoints: []
bootnodes: []
documentation:
- https://github.com/paritytech/cumulus
- https://github.com/paritytech/polkadot-sdk
expectations:
- "parity: Run collator nodes; upgrade runtime"
- "community: Test potential integrations with BridgeHub parachain"
Expand Down
4 changes: 2 additions & 2 deletions chain_info/Westend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ chain:
consensus: Aura
sudo: true
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/polkadot/master/node/service/chain-specs/westend.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/polkadot/node/service/chain-specs/westend.json
goals:
- Staging environment for Polkadot and Kusama.
repository: https://github.com/paritytech/polkadot
repository: https://github.com/paritytech/polkadot-sdk
validators:
- 16 invulnerable validators ran by Parity and Community ran nodes (5 per cycle)
release_cycle: Following the Polkadot 3 weeks cycle
Expand Down
4 changes: 2 additions & 2 deletions chain_info/Westend_Asset_Hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ chain:
sudo: true
para_id: 1000
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/asset-hub-westend.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/asset-hub-westend.json
goals:
- Westend's testnet parachain for Statemine and Statemint
repository: https://github.com/paritytech/cumulus
repository: https://github.com/paritytech/polkadot-sdk
validators:
- Parity Only
release_cycle: Following the Polkadot 3 weeks cycle
Expand Down
4 changes: 2 additions & 2 deletions chain_info/Westend_BridgeHub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ chain:
sudo: true
para_id: 1002
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/bridge-hub-westend.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/bridge-hub-westend.json
goals:
- Westend's testnet parachain for BridgeHub
repository: https://github.com/paritytech/cumulus
repository: https://github.com/paritytech/polkadot-sdk
validators:
- Parity Only
release_cycle: Following the Polkadot 3 weeks cycle
Expand Down
4 changes: 2 additions & 2 deletions chain_info/Westend_Collectives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ chain:
sudo: true
para_id: 1001
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/collectives-westend.json
http_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/collectives-westend.json
goals:
- Westends's testnet parachain for Collectives
repository: https://github.com/paritytech/cumulus
repository: https://github.com/paritytech/polkadot-sdk
validators:
- Parity Only
release_cycle: Following the Polkadot 3 weeks cycle
Expand Down
40 changes: 40 additions & 0 deletions chain_info/Wococo.yaml
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).
41 changes: 41 additions & 0 deletions chain_info/Wococo_BridgeHub.yaml
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: []
41 changes: 41 additions & 0 deletions chain_info/Wococo_Wockmint.yaml
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: []

0 comments on commit c15316b

Please sign in to comment.