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

Commit

Permalink
Rename Statemint and Statemine (#62)
Browse files Browse the repository at this point in the history
* Rename Statemint and Statemine

ref # paritytech/cumulus#2633

* Fix chainspecs

* Rename westmint and rockmine
  • Loading branch information
chevdor authored Jun 12, 2023
1 parent 359cc26 commit 6d5466d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Westmint
name: Asset Hub Westend
network_type: testnet
chain:
type: parachain
Expand All @@ -7,7 +7,7 @@ chain:
sudo: true
para_id: 1000
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/westmint.json
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/asset-hub-westend.json
goals:
- Westend's testnet parachain for Statemine and Statemint
repository: https://github.com/paritytech/cumulus
Expand All @@ -32,8 +32,8 @@ rpc_endpoints:
api_endpoints: []
expectations:
- "parity: Run collator nodes; upgrade runtime"
- "community: Test potential integrations with Statemine/t parachain"
- "community: Test potential integrations with the asset hub parachains"
features:
- "asset_management: available on Westmint"
- "asset_management: available on Asset Hub Westend"
notes:
- Teleport funds to your account from the Westend faucet with `!drip <Account>:1000`
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Statemine
name: Asset hub Kusama
network_type: canarynet
chain:
type: parachain
Expand All @@ -7,9 +7,9 @@ chain:
sudo: false
para_id: 1000
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/statemine.json
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/asset-hub-kusama.json
goals:
- Statemine handles your assets, whether fungible or not (NFT)
- Asset hub Kusama handles your assets, whether fungible or not (NFT)
expectations: []
repository: https://github.com/paritytech/cumulus
validators:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Statemint
name: Asset Hub Polkadot
network_type: mainnet
chain:
type: parachain
Expand All @@ -7,9 +7,9 @@ chain:
sudo: false
para_id: 1000
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/statemint.json
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/asset-hub-polkadot.json
goals:
- Statemint handles your assets, whether fungible or not (NFT)
- Asset Hub Polkadot handles your assets, whether fungible or not (NFT)
repository: https://github.com/paritytech/cumulus
validators:
- Open
Expand Down
6 changes: 3 additions & 3 deletions chain_info/Rockmine.yaml → chain_info/Asset_Hub_Rococo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rockmine
name: Asset Hub Rococo
network_type: testnet
chain:
type: parachain
Expand All @@ -10,7 +10,7 @@ goals:
- Rococo's testnet parachain for Statemine/t
repository: https://github.com/paritytech/cumulus
chainspec:
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/rockmine.json
http_url: https://raw.githubusercontent.com/paritytech/cumulus/master/parachains/chain-specs/asset-hub-rococo.json
validators:
- Parity Only
release_cycle: Following the Polkadot 3 weeks cycle
Expand Down Expand Up @@ -38,5 +38,5 @@ expectations:
- "parity: Run collator nodes; upgrade runtime"
- "community: Test potential integrations with Statemine/t parachain"
features:
- "asset_management: available on Rockmine"
- "asset_management: available on Asset Hub Rococo"
notes: []

0 comments on commit 6d5466d

Please sign in to comment.