From 8aa5a4f3437fe7ac01863708dfb50054024e6106 Mon Sep 17 00:00:00 2001 From: Milos Kriz <82968568+miloskriz@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:04:08 +0000 Subject: [PATCH 1/4] Update IBP endpoint for `asset-hub-westend` This change just updates the old `westmint` endpoint to `asset-hub-westend` --- packages/apps-config/src/endpoints/testingRelayWestend.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apps-config/src/endpoints/testingRelayWestend.ts b/packages/apps-config/src/endpoints/testingRelayWestend.ts index 11bbbcfef274..1dcec1094d1d 100644 --- a/packages/apps-config/src/endpoints/testingRelayWestend.ts +++ b/packages/apps-config/src/endpoints/testingRelayWestend.ts @@ -118,7 +118,7 @@ export const testParasWestendCommon: EndpointOption[] = [ providers: { Dwellir: 'wss://asset-hub-westend-rpc.dwellir.com', 'Dwellir Tunisia': 'wss://westmint-rpc-tn.dwellir.com', - IBP1: 'wss://sys.ibp.network/westmint', + IBP1: 'wss://sys.ibp.network/asset-hub-westend', IBP2: 'wss://asset-hub-westend.dotters.network', // OnFinality: 'wss://westmint.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/9955 Parity: 'wss://westend-asset-hub-rpc.polkadot.io' From 32961669d7f0e20352344858463e9fbe5a74d4b6 Mon Sep 17 00:00:00 2001 From: Milos Kriz <82968568+miloskriz@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:07:56 +0000 Subject: [PATCH 2/4] Update IBP endpoints for `paseo` chains these changes include: - correction of endpoint for `bridge-hub-paseo` that caused the removal according to [issue 10966](https://github.com/polkadot-js/apps/issues/10966). - addition of endpoints for `coretime-paseo` and `people-paseo` --- packages/apps-config/src/endpoints/testingRelayPaseo.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/apps-config/src/endpoints/testingRelayPaseo.ts b/packages/apps-config/src/endpoints/testingRelayPaseo.ts index 22244efdccca..de94289d3f6d 100644 --- a/packages/apps-config/src/endpoints/testingRelayPaseo.ts +++ b/packages/apps-config/src/endpoints/testingRelayPaseo.ts @@ -380,7 +380,7 @@ export const testParasPaseoCommon: EndpointOption[] = [ isPeopleForIdentity: true, paraId: 1002, providers: { - // IBP1: 'wss://sys.ibp.network/bridge-hub-paseo', https://github.com/polkadot-js/apps/issues/10966 + IBP1: 'wss://sys.ibp.network/bridgehub-paseo', IBP2: 'wss://bridge-hub-paseo.dotters.network' }, relayName: 'paseo', @@ -396,6 +396,7 @@ export const testParasPaseoCommon: EndpointOption[] = [ isPeopleForIdentity: true, paraId: 1005, providers: { + IBP1: 'wss://sys.ibp.network/coretime-paseo', IBP2: 'wss://coretime-paseo.dotters.network', ParaNodes: 'wss://paseo-coretime.paranodes.io' }, @@ -414,6 +415,7 @@ export const testParasPaseoCommon: EndpointOption[] = [ paraId: 1004, providers: { Amforc: 'wss://people-paseo.rpc.amforc.com', + IBP1: 'wss://sys.ibp.network/people-paseo', IBP2: 'wss://people-paseo.dotters.network' }, relayName: 'paseo', From 6dfb6d0ec7d4f14b0b6d751cd59edcc5df7298f6 Mon Sep 17 00:00:00 2001 From: Milos Kriz <82968568+miloskriz@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:09:58 +0000 Subject: [PATCH 3/4] Update IBP endpoint for `asset-hub-kusama` This change just updates the old `statemine` endpoint to `asset-hub-kusama` --- packages/apps-config/src/endpoints/productionRelayKusama.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apps-config/src/endpoints/productionRelayKusama.ts b/packages/apps-config/src/endpoints/productionRelayKusama.ts index 9165ce2f35c8..3ccd946cfad8 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -905,7 +905,7 @@ export const prodParasKusamaCommon: EndpointOption[] = [ providers: { Dwellir: 'wss://asset-hub-kusama-rpc.dwellir.com', 'Dwellir Tunisia': 'wss://statemine-rpc-tn.dwellir.com', - IBP1: 'wss://sys.ibp.network/statemine', + IBP1: 'wss://sys.ibp.network/asset-hub-kusama', IBP2: 'wss://asset-hub-kusama.dotters.network', LuckyFriday: 'wss://rpc-asset-hub-kusama.luckyfriday.io', // OnFinality: 'wss://statemine.api.onfinality.io/public-ws', From e9ef7a729b7952319df46a10fb29c4be58eda928 Mon Sep 17 00:00:00 2001 From: Milos Kriz <82968568+miloskriz@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:14:54 +0000 Subject: [PATCH 4/4] Update IBP endpoints for `polkadot` chains The changes include: - Update of old `hydradx` endpoint to `hydration`. - Addition of IBP endpoints to `acala`, `invarch` and `coretime-polkadot`. - Addition of Gatotech (solo) endpoint to `parallel` --- .../apps-config/src/endpoints/productionRelayPolkadot.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts index c96fad9f388a..5761f153d579 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -26,7 +26,8 @@ export const prodParasPolkadot: Omit[] = [ // 'Acala Foundation 2': 'wss://acala-rpc-2.aca-api.network/ws', // https://github.com/polkadot-js/apps/issues/6965 'Acala Foundation 3': 'wss://acala-rpc-3.aca-api.network/ws', Dwellir: 'wss://acala-rpc.dwellir.com', - IBP: 'wss://acala.dotters.network', + IBP1: 'wss://acala.ibp.network', + IBP2: 'wss://acala.dotters.network', // LuckyFriday: 'wss://rpc-acala.luckyfriday.io', // https://github.com/polkadot-js/apps/issues/10728 // 'Automata 1RPC': 'wss://1rpc.io/aca' // https://github.com/polkadot-js/apps/issues/8648 OnFinality: 'wss://acala-polkadot.api.onfinality.io/public-ws' @@ -335,7 +336,7 @@ export const prodParasPolkadot: Omit[] = [ Dwellir: 'wss://hydradx-rpc.dwellir.com', 'Galactic Council': 'wss://rpc.hydradx.cloud', Helikon: 'wss://rpc.helikon.io/hydradx', - IBP1: 'wss://hydradx.paras.ibp.network', + IBP1: 'wss://hydration.ibp.network', IBP2: 'wss://hydration.dotters.network' // OnFinality: 'wss://hydradx.api.onfinality.io/public-ws' // https://github.com/polkadot-js/apps/issues/9986 // ZeePrime: 'wss://rpc-lb.data6.zp-labs.net:8443/hydradx/ws/?token=2ZGuGivPJJAxXiT1hR1Yg2MXGjMrhEBYFjgbdPi' // https://github.com/polkadot-js/apps/issues/9760 @@ -411,6 +412,7 @@ export const prodParasPolkadot: Omit[] = [ paraId: 3340, providers: { Dwellir: 'wss://invarch-rpc.dwellir.com', + IBP1: 'wss://invarch.ibp.network', IBP2: 'wss://invarch.dotters.network' }, text: 'InvArch', @@ -630,6 +632,7 @@ export const prodParasPolkadot: Omit[] = [ paraId: 2012, providers: { // Dwellir: 'wss://parallel-rpc.dwellir.com' , https://github.com/polkadot-js/apps/issues/10997 + Gatotech: 'wss://parallel.gatotech.network', Parallel: 'wss://polkadot-parallel-rpc.parallel.fi' // OnFinality: 'wss://parallel.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/9986 }, @@ -935,6 +938,7 @@ export const prodParasPolkadotCommon: EndpointOption[] = [ isPeopleForIdentity: true, paraId: 1005, providers: { + IBP1: 'wss://sys.ibp.network/coretime-polkadot', IBP2: 'wss://coretime-polkadot.dotters.network', Parity: 'wss://polkadot-coretime-rpc.polkadot.io' },