Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
62 kwingram25 iadd fix (#2911)
49 pan update Bifrost kusama on Subsquare (#9752)
46 Antoine Estienne Update moonbeam endpoints and moonbase logo and color (#6890)
42 RadiumBlock Request to remove all Radiumblock RPC endpoints from polkadot-js/apps configuration (#12300)
41 MiZiet Apply styles to the unbonding icon (#6314)
41 RadiumBlock Remove Radiumblock endpoints for Moonbeam, Monriver and Moonbase (#12236)
39 Joakim Nyman Clean up and renaming of Dwellir endpoints (#11609)
35 Yongfeng LI Update subsquare external links (#11985)
32 brenzi reactivate Integritee Paseo endpoint (#11831)
Expand All @@ -22,10 +22,10 @@
24 WoeOm feat: subscan support fellowship, referenda v2 (#8987)
20 Nikita Update icon and colors for Realis.Network (#6336)
18 fomod-in Update translation.json (#5942)
18 Milos Kriz Removal of IBP endpoints (#12311)
18 Wei Tang Re-enable Neatcoin endpoint (#8271)
18 William Freudenberger re-activate centrifuge fullnodes (#9377)
17 Frank Liu Add Onfinality endpoint for Statemint (#6513)
17 Milos Kriz Remove several endpoints by IBP (#12237)
16 Sam Elamin update to a more stable enpoint behind load balancers (#9897)
16 Stefan Popov Use archive nodes for SORA Kusama and Polkadot parachains (#10215)
16 Xiliang Chen allow submit from Decod page (#5759)
Expand Down Expand Up @@ -446,6 +446,7 @@
1 George Angelopoulos typo fix (#5704)
1 Georgi Zlatarev Dolphin parachain on Rococo (#7401)
1 Giovanni Petrantoni Add Fragnova mainnet and testnet (#9198)
1 GlobalStake Update productionRelayPolkadot.ts - Add Bulletin endpoint (#12305)
1 gojazdev feat(apps-config): introduce Jaz node (#7805)
1 goldsteinsveta Style bug fix: Balances asset selector (#6668)
1 green-jay add hydradx rococo (#8154)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-7-x",
"version": "0.171.2-10-x",
"versions": {
"git": "0.171.2-7-x",
"git": "0.171.2-10-x",
"npm": "0.171.1"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-7-x",
"version": "0.171.2-10-x",
"main": "index.js",
"dependencies": {
"@acala-network/type-definitions": "5.1.2",
Expand Down
26 changes: 7 additions & 19 deletions packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
// Blast: 'wss://shiden.public.blastapi.io', // https://github.com/polkadot-js/apps/issues/11610
Dwellir: 'wss://shiden-rpc.n.dwellir.com',
OnFinality: 'wss://shiden.api.onfinality.io/public-ws',
RadiumBlock: 'wss://shiden.public.curie.radiumblock.co/ws',
// RadiumBlock: 'wss://shiden.public.curie.radiumblock.co/ws',
'light client': 'light://substrate-connect/kusama/shiden'
},
text: 'Shiden',
Expand Down Expand Up @@ -852,12 +852,10 @@ export const prodParasKusamaCommon: EndpointOption[] = [
paraId: 1000,
providers: {
Dwellir: 'wss://asset-hub-kusama-rpc.n.dwellir.com',
IBP1: 'wss://asset-hub-kusama.ibp.network',
IBP2: 'wss://asset-hub-kusama.dotters.network',
LuckyFriday: 'wss://rpc-asset-hub-kusama.luckyfriday.io',
OnFinality: 'wss://assethub-kusama.api.onfinality.io/public-ws',
Parity: 'wss://kusama-asset-hub-rpc.polkadot.io',
RadiumBlock: 'wss://statemine.public.curie.radiumblock.co/ws'
Parity: 'wss://kusama-asset-hub-rpc.polkadot.io'
// RadiumBlock: 'wss://statemine.public.curie.radiumblock.co/ws'
// Stakeworld: 'wss://rpc-assethub-kusama.stakeworld.io'
},
relayName: 'kusama',
Expand All @@ -874,12 +872,10 @@ export const prodParasKusamaCommon: EndpointOption[] = [
paraId: 1002,
providers: {
Dwellir: 'wss://bridge-hub-kusama-rpc.n.dwellir.com',
IBP1: 'wss://bridge-hub-kusama.ibp.network',
IBP2: 'wss://bridge-hub-kusama.dotters.network',
LuckyFriday: 'wss://rpc-bridge-hub-kusama.luckyfriday.io',
OnFinality: 'wss://bridgehub-kusama.api.onfinality.io/public-ws',
Parity: 'wss://kusama-bridge-hub-rpc.polkadot.io',
RadiumBlock: 'wss://bridgehub-kusama.public.curie.radiumblock.co/ws',
// RadiumBlock: 'wss://bridgehub-kusama.public.curie.radiumblock.co/ws',
Spectrum: 'wss://spectrum-03.simplystaking.xyz/cG9sa2Fkb3QtMDMtOTFkMmYwZGYtcG9sa2Fkb3Q/balkpUVauqyv8g/kusamabridgehub/mainnet/'
// Stakeworld: 'wss://rpc-bridgehub-kusama.stakeworld.io'
},
Expand All @@ -896,8 +892,6 @@ export const prodParasKusamaCommon: EndpointOption[] = [
paraId: 1005,
providers: {
Dwellir: 'wss://coretime-kusama-rpc.n.dwellir.com',
IBP1: 'wss://coretime-kusama.ibp.network',
IBP2: 'wss://coretime-kusama.dotters.network',
LuckyFriday: 'wss://rpc-coretime-kusama.luckyfriday.io',
OnFinality: 'wss://coretime-kusama.api.onfinality.io/public-ws',
Parity: 'wss://kusama-coretime-rpc.polkadot.io'
Expand All @@ -919,8 +913,6 @@ export const prodParasKusamaCommon: EndpointOption[] = [
providers: {
Dwellir: 'wss://encointer-kusama-rpc.n.dwellir.com',
'Encointer Association': 'wss://kusama.api.encointer.org',
IBP1: 'wss://encointer-kusama.ibp.network',
IBP2: 'wss://encointer-kusama.dotters.network',
LuckyFriday: 'wss://rpc-encointer-kusama.luckyfriday.io'
// OnFinality: 'wss://encointer.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/9986
// Stakeworld: 'wss://ksm-rpc.stakeworld.io/encointer'
Expand All @@ -941,12 +933,10 @@ export const prodParasKusamaCommon: EndpointOption[] = [
providers: {
Dwellir: 'wss://people-kusama-rpc.n.dwellir.com',
Helixstreet: 'wss://rpc-people-kusama.helixstreet.io',
IBP1: 'wss://people-kusama.ibp.network',
IBP2: 'wss://people-kusama.dotters.network',
LuckyFriday: 'wss://rpc-people-kusama.luckyfriday.io',
OnFinality: 'wss://people-kusama.api.onfinality.io/public-ws',
Parity: 'wss://kusama-people-rpc.polkadot.io',
RadiumBlock: 'wss://people-kusama.public.curie.radiumblock.co/ws'
Parity: 'wss://kusama-people-rpc.polkadot.io'
// RadiumBlock: 'wss://people-kusama.public.curie.radiumblock.co/ws'
// Stakeworld: 'wss://rpc-people-kusama.stakeworld.io'
},
relayName: 'kusama',
Expand Down Expand Up @@ -975,11 +965,9 @@ export const prodRelayKusama: EndpointOption = {
Allnodes: 'wss://kusama-rpc.publicnode.com',
Dwellir: 'wss://kusama-rpc.n.dwellir.com',
Helixstreet: 'wss://rpc-kusama.helixstreet.io',
IBP1: 'wss://kusama.ibp.network',
IBP2: 'wss://kusama.dotters.network',
LuckyFriday: 'wss://rpc-kusama.luckyfriday.io',
OnFinality: 'wss://kusama.api.onfinality.io/public-ws',
RadiumBlock: 'wss://kusama.public.curie.radiumblock.co/ws',
// RadiumBlock: 'wss://kusama.public.curie.radiumblock.co/ws',
// RockX: 'wss://rockx-ksm.w3node.com/polka-public-ksm/ws', // https://github.com/polkadot-js/apps/issues/11477
Spectrum: 'wss://spectrum-03.simplystaking.xyz/cG9sa2Fkb3QtMDMtOTFkMmYwZGYtcG9sa2Fkb3Q/QXq7QZ6Q60NDzA/kusama/mainnet/',
Stakeworld: 'wss://rpc-kusama.stakeworld.io',
Expand Down
43 changes: 15 additions & 28 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
// Blast: 'wss://astar.public.blastapi.io', // https://github.com/polkadot-js/apps/issues/11965
Dwellir: 'wss://astar-rpc.n.dwellir.com',
OnFinality: 'wss://astar.api.onfinality.io/public-ws',
RadiumBlock: 'wss://astar.public.curie.radiumblock.co/ws',
// RadiumBlock: 'wss://astar.public.curie.radiumblock.co/ws',
'light client': 'light://substrate-connect/polkadot/astar'
},
text: 'Astar',
Expand Down Expand Up @@ -351,9 +351,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
providers: {
Dwellir: 'wss://hydration-rpc.n.dwellir.com',
'Galactic Council': 'wss://rpc.hydradx.cloud',
Helikon: 'wss://rpc.helikon.io/hydradx',
IBP1: 'wss://hydration.ibp.network',
IBP2: 'wss://hydration.dotters.network'
Helikon: 'wss://rpc.helikon.io/hydradx'
// 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
},
Expand Down Expand Up @@ -659,11 +657,11 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'phala',
paraId: 2035,
providers: {
Dwellir: 'wss://phala-rpc.n.dwellir.com',
Dwellir: 'wss://phala-rpc.n.dwellir.com'
// Helikon: 'wss://rpc.helikon.io/phala',
// OnFinality: 'wss://phala.api.onfinality.io/public-ws',
// Phala: 'wss://api.phala.network/ws', // https://github.com/polkadot-js/apps/issues/11251
RadiumBlock: 'wss://phala.public.curie.radiumblock.co/ws'
// RadiumBlock: 'wss://phala.public.curie.radiumblock.co/ws'
// Rockx: 'wss://rockx-phala.w3node.com/polka-public-phala/ws' // https://github.com/polkadot-js/apps/issues/10728
},
text: 'Phala Network',
Expand Down Expand Up @@ -864,12 +862,10 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
paraId: 1000,
providers: {
Dwellir: 'wss://asset-hub-polkadot-rpc.n.dwellir.com',
IBP1: 'wss://asset-hub-polkadot.ibp.network',
IBP2: 'wss://asset-hub-polkadot.dotters.network',
LuckyFriday: 'wss://rpc-asset-hub-polkadot.luckyfriday.io',
OnFinality: 'wss://statemint.api.onfinality.io/public-ws',
Parity: 'wss://polkadot-asset-hub-rpc.polkadot.io',
RadiumBlock: 'wss://statemint.public.curie.radiumblock.co/ws'
Parity: 'wss://polkadot-asset-hub-rpc.polkadot.io'
// RadiumBlock: 'wss://statemint.public.curie.radiumblock.co/ws'
// Stakeworld: 'wss://rpc-asset-hub-polkadot.stakeworld.io'
},
relayName: 'polkadot',
Expand All @@ -886,12 +882,10 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
paraId: 1002,
providers: {
Dwellir: 'wss://bridge-hub-polkadot-rpc.n.dwellir.com',
IBP1: 'wss://bridge-hub-polkadot.ibp.network',
IBP2: 'wss://bridge-hub-polkadot.dotters.network',
LuckyFriday: 'wss://rpc-bridge-hub-polkadot.luckyfriday.io',
OnFinality: 'wss://bridgehub-polkadot.api.onfinality.io/public-ws',
Parity: 'wss://polkadot-bridge-hub-rpc.polkadot.io',
RadiumBlock: 'wss://bridgehub-polkadot.public.curie.radiumblock.co/ws',
// RadiumBlock: 'wss://bridgehub-polkadot.public.curie.radiumblock.co/ws',
Spectrum: 'wss://spectrum-03.simplystaking.xyz/cG9sa2Fkb3QtMDMtOTFkMmYwZGYtcG9sa2Fkb3Q/mgX--uWlEtmNKw/polkadotbridgehub/mainnet/'
// Stakeworld: 'wss://rpc-bridge-hub-polkadot.stakeworld.io'
},
Expand All @@ -907,6 +901,7 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
isPeopleForIdentity: true,
paraId: 1010,
providers: {
LuckyFriday: 'wss://rpc-bulletin.luckyfriday.io',
Parity: 'wss://bulletin-rpc.polkadot.io',
Spectrum: 'wss://spectrum-03.simplystaking.xyz/cG9sa2Fkb3QtMDMtOTFkMmYwZGYtcG9sa2Fkb3Q/9QbAeudedsupNA/polkadotbulletin/mainnet/'
},
Expand All @@ -924,12 +919,10 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
paraId: 1001,
providers: {
Dwellir: 'wss://collectives-polkadot-rpc.n.dwellir.com',
IBP1: 'wss://collectives-polkadot.ibp.network',
IBP2: 'wss://collectives-polkadot.dotters.network',
LuckyFriday: 'wss://rpc-collectives-polkadot.luckyfriday.io',
OnFinality: 'wss://collectives.api.onfinality.io/public-ws',
Parity: 'wss://polkadot-collectives-rpc.polkadot.io',
RadiumBlock: 'wss://collectives.public.curie.radiumblock.co/ws'
Parity: 'wss://polkadot-collectives-rpc.polkadot.io'
// RadiumBlock: 'wss://collectives.public.curie.radiumblock.co/ws'
// Stakeworld: 'wss://rpc-collectives-polkadot.stakeworld.io'
},
relayName: 'polkadot',
Expand All @@ -946,12 +939,10 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
paraId: 1005,
providers: {
Dwellir: 'wss://coretime-polkadot-rpc.n.dwellir.com',
IBP1: 'wss://coretime-polkadot.ibp.network',
IBP2: 'wss://coretime-polkadot.dotters.network',
LuckyFriday: 'wss://rpc-coretime-polkadot.luckyfriday.io',
OnFinality: 'wss://coretime-polkadot.api.onfinality.io/public-ws',
Parity: 'wss://polkadot-coretime-rpc.polkadot.io',
RadiumBlock: 'wss://coretime-polkadot.public.curie.radiumblock.co/ws'
Parity: 'wss://polkadot-coretime-rpc.polkadot.io'
// RadiumBlock: 'wss://coretime-polkadot.public.curie.radiumblock.co/ws'
// Stakeworld: 'wss://rpc-coretime-polkadot.stakeworld.io'
},
relayName: 'polkadot',
Expand All @@ -966,12 +957,10 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
paraId: 1004,
providers: {
Dwellir: 'wss://people-polkadot-rpc.n.dwellir.com',
IBP1: 'wss://people-polkadot.ibp.network',
IBP2: 'wss://people-polkadot.dotters.network',
LuckyFriday: 'wss://rpc-people-polkadot.luckyfriday.io',
OnFinality: 'wss://people-polkadot.api.onfinality.io/public-ws',
Parity: 'wss://polkadot-people-rpc.polkadot.io',
RadiumBlock: 'wss://people-polkadot.public.curie.radiumblock.co/ws'
Parity: 'wss://polkadot-people-rpc.polkadot.io'
// RadiumBlock: 'wss://people-polkadot.public.curie.radiumblock.co/ws'
// Stakeworld: 'wss://rpc-people-polkadot.stakeworld.io'
},
relayName: 'polkadot',
Expand Down Expand Up @@ -1000,11 +989,9 @@ export const prodRelayPolkadot: EndpointOption = {
// 'Automata 1RPC': 'wss://1rpc.io/dot',
Dwellir: 'wss://polkadot-rpc.n.dwellir.com',
Helixstreet: 'wss://rpc-polkadot.helixstreet.io',
IBP1: 'wss://polkadot.ibp.network',
IBP2: 'wss://polkadot.dotters.network',
LuckyFriday: 'wss://rpc-polkadot.luckyfriday.io',
OnFinality: 'wss://polkadot.api.onfinality.io/public-ws',
RadiumBlock: 'wss://polkadot.public.curie.radiumblock.co/ws',
// RadiumBlock: 'wss://polkadot.public.curie.radiumblock.co/ws',
// RockX: 'wss://rockx-dot.w3node.com/polka-public-dot/ws', // https://github.com/polkadot-js/apps/issues/11439
Spectrum: 'wss://spectrum-03.simplystaking.xyz/cG9sa2Fkb3QtMDMtOTFkMmYwZGYtcG9sa2Fkb3Q/LjwBJpV3dIKyWQ/polkadot/mainnet/',
Stakeworld: 'wss://rpc-polkadot.stakeworld.io',
Expand Down
12 changes: 0 additions & 12 deletions packages/apps-config/src/endpoints/testingRelayPaseo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,6 @@ export const testParasPaseoCommon: EndpointOption[] = [
paraId: 1000,
providers: {
Dwellir: 'wss://asset-hub-paseo-rpc.n.dwellir.com',
IBP1: 'wss://asset-hub-paseo.ibp.network',
IBP2: 'wss://asset-hub-paseo.dotters.network',
// StakeWorld: 'wss://rpc-assethub-paseo.stakeworld.io',
TurboFlakes: 'wss://sys.turboflakes.io/asset-hub-paseo',
Zondax: 'wss://api2.zondax.ch/pas/assethub/node/rpc'
Expand All @@ -504,8 +502,6 @@ export const testParasPaseoCommon: EndpointOption[] = [
isPeopleForIdentity: true,
paraId: 1002,
providers: {
IBP1: 'wss://bridge-hub-paseo.ibp.network',
IBP2: 'wss://bridge-hub-paseo.dotters.network',
Zondax: 'wss://api2.zondax.ch/pas/bridgehub/node/rpc'
},
relayName: 'paseo',
Expand All @@ -521,8 +517,6 @@ export const testParasPaseoCommon: EndpointOption[] = [
isPeopleForIdentity: true,
paraId: 1001,
providers: {
IBP1: 'wss://collectives-paseo.ibp.network',
IBP2: 'wss://collectives-paseo.dotters.network',
Zondax: 'wss://api2.zondax.ch/pas/collectives/node/rpc'
},
relayName: 'paseo',
Expand All @@ -538,8 +532,6 @@ export const testParasPaseoCommon: EndpointOption[] = [
isPeopleForIdentity: true,
paraId: 1005,
providers: {
IBP1: 'wss://coretime-paseo.ibp.network',
IBP2: 'wss://coretime-paseo.dotters.network',
// ParaNodes: 'wss://paseo-coretime.paranodes.io', // https://github.com/polkadot-js/apps/issues/11587
Zondax: 'wss://api2.zondax.ch/pas/coretime/node/rpc'
},
Expand All @@ -558,8 +550,6 @@ export const testParasPaseoCommon: EndpointOption[] = [
paraId: 1004,
providers: {
Amforc: 'wss://people-paseo.rpc.amforc.com',
IBP1: 'wss://people-paseo.ibp.network',
IBP2: 'wss://people-paseo.dotters.network',
Zondax: 'wss://api2.zondax.ch/pas/people/node/rpc'
},
relayName: 'paseo',
Expand All @@ -585,8 +575,6 @@ export const testRelayPaseo: EndpointOption = {
providers: {
Amforc: 'wss://paseo.rpc.amforc.com',
Dwellir: 'wss://paseo-rpc.n.dwellir.com',
IBP1: 'wss://paseo.ibp.network',
IBP2: 'wss://paseo.dotters.network',
// StakeWorld: 'wss://rpc-paseo.stakeworld.io'
Zondax: 'wss://api2.zondax.ch/pas/relay/node/rpc'
// 'light client': 'light://substrate-connect/paseo'
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testingRelayWestend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export const testRelayWestend: EndpointOption = {
// LuckyFriday: 'wss://rpc-westend.luckyfriday.io', // https://github.com/polkadot-js/apps/issues/10728
OnFinality: 'wss://westend.api.onfinality.io/public-ws',
Parity: 'wss://westend-rpc.polkadot.io',
RadiumBlock: 'wss://rpc.public.curie.radiumblock.xyz/ws-westend',
// RadiumBlock: 'wss://rpc.public.curie.radiumblock.xyz/ws-westend',
// Stakeworld: 'wss://wnd-rpc.stakeworld.io',
'light client': 'light://substrate-connect/westend'
},
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.171.2-7-x' };
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.171.2-10-x' };
2 changes: 1 addition & 1 deletion packages/apps-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": false,
"version": "0.171.2-7-x",
"version": "0.171.2-10-x",
"main": "build/electron.js",
"dependencies": {
"electron-log": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-7-x",
"version": "0.171.2-10-x",
"peerDependencies": {
"react": "*",
"react-dom": "*",
Expand Down
18 changes: 9 additions & 9 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
},
"sideEffects": true,
"type": "module",
"version": "0.171.2-7-x",
"version": "0.171.2-10-x",
"dependencies": {
"@acala-network/chopsticks-core": "^1.2.1",
"@polkadot/apps-config": "^0.171.2-7-x",
"@polkadot/apps-routing": "^0.171.2-7-x",
"@polkadot/apps-config": "^0.171.2-10-x",
"@polkadot/apps-routing": "^0.171.2-10-x",
"@polkadot/dev": "^0.83.3",
"@polkadot/react-api": "^0.171.2-7-x",
"@polkadot/react-components": "^0.171.2-7-x",
"@polkadot/react-hooks": "^0.171.2-7-x",
"@polkadot/react-params": "^0.171.2-7-x",
"@polkadot/react-query": "^0.171.2-7-x",
"@polkadot/react-signer": "^0.171.2-7-x",
"@polkadot/react-api": "^0.171.2-10-x",
"@polkadot/react-components": "^0.171.2-10-x",
"@polkadot/react-hooks": "^0.171.2-10-x",
"@polkadot/react-params": "^0.171.2-10-x",
"@polkadot/react-query": "^0.171.2-10-x",
"@polkadot/react-signer": "^0.171.2-10-x",
"punycode": "^2.3.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.171.2-7-x' };
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.171.2-10-x' };
Loading
Loading