Skip to content

Commit

Permalink
Rename Statemint* to Asset Hub (#9526)
Browse files Browse the repository at this point in the history
* Rename Statemint* to Asset Hub

* Update info and text
  • Loading branch information
BulatSaif authored Jun 16, 2023
1 parent 52ec27f commit 15ba93c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [

export const prodParasKusamaCommon: EndpointOption[] = [
{
info: 'statemine',
info: 'KusamaAssetHub',
paraId: 1000,
providers: {
Dwellir: 'wss://statemine-rpc.dwellir.com',
Expand All @@ -782,12 +782,12 @@ export const prodParasKusamaCommon: EndpointOption[] = [
'IBP-GeoDNS2': 'wss://sys.dotters.network/statemine',
LuckyFriday: 'wss://rpc-statemine.luckyfriday.io',
OnFinality: 'wss://statemine.api.onfinality.io/public-ws',
Parity: 'wss://statemine-rpc.polkadot.io',
Parity: 'wss://kusama-asset-hub-rpc.polkadot.io',
RadiumBlock: 'wss://statemine.public.curie.radiumblock.co/ws',
Stakeworld: 'wss://ksm-rpc.stakeworld.io/statemine'
},
teleport: [-1],
text: 'Statemine',
text: 'AssetHub',
ui: {
color: '#113911',
logo: nodesStatemineSVG
Expand Down
6 changes: 3 additions & 3 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -662,20 +662,20 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [

export const prodParasPolkadotCommon: EndpointOption[] = [
{
info: 'statemint',
info: 'PolkadotAssetHub',
paraId: 1000,
providers: {
Dwellir: 'wss://statemint-rpc.dwellir.com',
'Dwellir Tunisia': 'wss://statemint-rpc-tn.dwellir.com',
'IBP-GeoDNS1': 'wss://sys.ibp.network/statemint',
'IBP-GeoDNS2': 'wss://sys.dotters.network/statemint',
OnFinality: 'wss://statemint.api.onfinality.io/public-ws',
Parity: 'wss://statemint-rpc.polkadot.io',
Parity: 'wss://polkadot-asset-hub-rpc.polkadot.io',
RadiumBlock: 'wss://statemint.public.curie.radiumblock.co/ws',
Stakeworld: 'wss://dot-rpc.stakeworld.io/statemint'
},
teleport: [-1],
text: 'Statemint',
text: 'AssetHub',
ui: {
color: '#86e62a',
logo: nodesStatemineSVG
Expand Down
6 changes: 3 additions & 3 deletions packages/apps-config/src/endpoints/testingRelayRococo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -629,13 +629,13 @@ export const testParasRococo: Omit<EndpointOption, 'teleport'>[] = [

export const testParasRococoCommon: EndpointOption[] = [
{
info: 'rococoStatemint',
info: 'RococoAssetHub',
paraId: 1000,
providers: {
Parity: 'wss://rococo-rockmine-rpc.polkadot.io'
Parity: 'wss://rococo-asset-hub-rpc.polkadot.io'
},
teleport: [-1],
text: 'Rockmine',
text: 'AssetHub',
ui: {
color: '#77bb77',
logo: nodesStatemineSVG
Expand Down
6 changes: 3 additions & 3 deletions packages/apps-config/src/endpoints/testingRelayWestend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,18 +125,18 @@ export const testParasWestend: Omit<EndpointOption, 'teleport'>[] = [

export const testParasWestendCommon: EndpointOption[] = [
{
info: 'westmint',
info: 'WestendAssetHub',
paraId: 1000,
providers: {
Dwellir: 'wss://westmint-rpc.dwellir.com',
'Dwellir Tunisia': 'wss://westmint-rpc-tn.dwellir.com',
'IBP-GeoDNS1': 'wss://sys.ibp.network/westmint',
'IBP-GeoDNS2': 'wss://sys.dotters.network/westmint',
Parity: 'wss://westmint-rpc.polkadot.io',
Parity: 'wss://westend-asset-hub-rpc.polkadot.io',
Stakeworld: 'wss://wnd-rpc.stakeworld.io/westmint'
},
teleport: [-1],
text: 'Westmint',
text: 'AssetHub',
ui: {
color: '#77bb77',
logo: nodesStatemineSVG
Expand Down

0 comments on commit 15ba93c

Please sign in to comment.