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
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@
2 MOZGIII Fix multisig when the proxy pallet is not available (#11435)
2 Muhammad Yahya Fix/display oli logo (#7886)
2 Muhammad Zoaib activating arctic again with correct endpoint (#7791)
2 Naren Mudigal Move Bulletin Chain to Polkadot system parachains (paraId 1010) (#12274)
2 Nikita Polyakov update type defenitions to 1.8.30 (#7488)
2 NingBo Wang Update bifrost rococo paraId (#8232)
2 Nisheeth Barthwal display discord identity in profile sidebar (#9185)
Expand Down Expand Up @@ -517,7 +518,6 @@
1 Mridul Kumar fix: dropdown options not visible for metadata upgradable extensions (#10264)
1 Muhdsodiq Bolarinwa Fix dark mode display hash display result in Fork (#11378)
1 Nantian update acala rpc (#6704)
1 Naren Mudigal Add custom logo for Bulletin Chain (#12170)
1 nasa8x Add GeekCash testnet, logo, color (#5265)
1 NightingaleAsh Add loom network kusama (#5591)
1 Nikhil Saboo Add Zeitgeist battery station endpoint (#6265)
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-4-x",
"version": "0.171.2-5-x",
"versions": {
"git": "0.171.2-4-x",
"git": "0.171.2-5-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-4-x",
"version": "0.171.2-5-x",
"main": "index.js",
"dependencies": {
"@acala-network/type-definitions": "5.1.2",
Expand Down
16 changes: 1 addition & 15 deletions packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import type { EndpointOption } from './types.js';

import { ZKVERIFY_GENESIS } from '../api/constants.js';
import { chains3dpassSVG, chainsAnalogSVG, chainsBittensorPNG, chainsBulletinPNG, chainsChainflipPNG, chainsCommuneaiPNG, chainsCreditcoinPNG, chainsDebioSVG, chainsFragnovaPNG, chainsJurPNG, chainsLiberlandPNG, chainsLogionPNG, chainsMyriadPNG, chainsSpannerPNG, chainsTanglePNG, chainsTorusPNG, chainsVaraPNG, chainsVtbPNG } from '../ui/logos/chains/index.js';
import { chains3dpassSVG, chainsAnalogSVG, chainsBittensorPNG, chainsChainflipPNG, chainsCommuneaiPNG, chainsCreditcoinPNG, chainsDebioSVG, chainsFragnovaPNG, chainsJurPNG, chainsLiberlandPNG, chainsLogionPNG, chainsMyriadPNG, chainsSpannerPNG, chainsTanglePNG, chainsTorusPNG, chainsVaraPNG, chainsVtbPNG } from '../ui/logos/chains/index.js';
import { nodesAresOdysseySVG, nodesAutonomysPNG, nodesCentrifugePNG, nodesCereSVG, nodesChainxSVG, nodesCompetitorsClubPNG, nodesCrownSterlingPNG, nodesCrustSVG, nodesDatahighwayPNG, nodesDockPNG, nodesEdgewareWhitePNG, nodesEfinitySVG, nodesElysiumPNG, nodesHanyonycashPNG, nodesHumanodePNG, nodesInnovatorPNG, nodesJoystreamSVG, nodesKulupuSVG, nodesKusariSVG, nodesMathSVG, nodesMinixPNG, nodesNftmartPNG, nodesNodleSVG, nodesPolkadexSVG, nodesPolymeshSVG, nodesRiochainSVG, nodesRobonomicsSVG, nodesSherpaxPNG, nodesSoraSubstrateSVG, nodesStafiPNG, nodesSubgameSVG, nodesSubsocialSVG, nodesSwapdexSVG, nodesTanssiSVG, nodesTernoaSVG, nodesThebifrostPNG, nodesTscsPNG, nodesUniartsPNG, nodesUnitnetworkPNG, nodesVFlowPNG, nodesZkVerifyPNG } from '../ui/logos/nodes/index.js';

export * from './productionRelayKusama.js';
Expand Down Expand Up @@ -118,20 +118,6 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
logo: chainsBittensorPNG
}
},
{
info: 'bulletin',
providers: {
Amforc: 'wss://bulletin.rpc.amforc.com',
Interweb: 'wss://rpc.interweb-it.com/bulletin',
TurboFlakes: 'wss://bulletin.rpc.turboflakes.io',
'Web3 Foundation': 'wss://bulletin-rpc.w3f.community'
},
text: 'Bulletin',
ui: {
color: '#6B2D84',
logo: chainsBulletinPNG
}
},
{
info: 'creditcoin-classic',
providers: {
Expand Down
20 changes: 18 additions & 2 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import type { EndpointOption } from './types.js';

import { POLKADOT_GENESIS } from '../api/constants.js';
import { chainsAcalaSVG, chainsAcurastSVG, chainsBitgreenPNG, chainsComposableFinancePNG, chainsEquilibriumSVG, chainsFrequencySVG, chainsGeminisPNG, chainsHydrationSVG, chainsInvarchJPEG, chainsLaosPNG, chainsLogionPNG, chainsMyxcavPNG, chainsNeurowebPNG, chainsOakPNG, chainsPeaqPNG, chainsPendulumSVG, chainsPeoplePolkadotSVG, chainsPolkadotCircleSVG, chainsTotemSVG, chainsWatrPNG } from '../ui/logos/chains/index.js';
import { chainsAcalaSVG, chainsAcurastSVG, chainsBitgreenPNG, chainsBulletinSVG, chainsComposableFinancePNG, chainsEquilibriumSVG, chainsFrequencySVG, chainsGeminisPNG, chainsHydrationSVG, chainsInvarchJPEG, chainsLaosPNG, chainsLogionPNG, chainsMyxcavPNG, chainsNeurowebPNG, chainsOakPNG, chainsPeaqPNG, chainsPendulumSVG, chainsPeoplePolkadotSVG, chainsPolkadotCircleSVG, chainsTotemSVG, chainsWatrPNG } from '../ui/logos/chains/index.js';
import { nodesAjunaPNG, nodesAresOdysseySVG, nodesAssetHubSVG, nodesAstarPNG, nodesAventusSVG, nodesBifrostSVG, nodesBridgeHubSVG, nodesCentrifugePNG, nodesCloverSVG, nodesCoinversationPNG, nodesCollectivesSVG, nodesContinuumPNG, nodesCrustParachainSVG, nodesDarwiniaSVG, nodesEfinitySVG, nodesEwxSVG, nodesHashedPNG, nodesHeimaSVG, nodesHyperbridgePNG, nodesIntegriteeSVG, nodesInterlaySVG, nodesJamtonSVG, nodesKiltIconSVG, nodesKylinPNG, nodesMantaPNG, nodesMoonbeamSVG, nodesMoonsamaSVG, nodesMythosPNG, nodesNodleSVG, nodesOmnibtcSVG, nodesParallelSVG, nodesPhalaSVG, nodesPolkadexSVG, nodesRobonomicsSVG, nodesSoraSubstrateSVG, nodesSubdaoPNG, nodesSubgameSVG, nodesSubsocialSVG, nodesT3rnPNG, nodesUniqueSVG, nodesXodePNG, nodesZeitgeistPNG } from '../ui/logos/nodes/index.js';
import { getTeleports } from './util.js';

Expand Down Expand Up @@ -874,7 +874,7 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
// Stakeworld: 'wss://rpc-asset-hub-polkadot.stakeworld.io'
},
relayName: 'polkadot',
teleport: [-1, 1002, 1001, 1005, 1004],
teleport: [-1, 1002, 1001, 1005, 1004, 1010],
text: 'Asset Hub',
ui: {
color: '#86e62a',
Expand Down Expand Up @@ -904,6 +904,22 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
logo: nodesBridgeHubSVG
}
},
{
info: 'polkadotBulletin',
isPeopleForIdentity: true,
paraId: 1010,
providers: {
Parity: 'wss://bulletin-rpc.polkadot.io',
Spectrum: 'wss://spectrum-03.simplystaking.xyz/cG9sa2Fkb3QtMDMtOTFkMmYwZGYtcG9sa2Fkb3Q/9QbAeudedsupNA/polkadotbulletin/mainnet/'
},
relayName: 'polkadot',
teleport: [-1, 1000],
text: 'Bulletin',
ui: {
color: '#6B2D84',
logo: chainsBulletinSVG
}
},
{
info: 'polkadotCollectives',
isPeopleForIdentity: true,
Expand Down
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/testingRelayPaseo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// eslint-disable-next-line header/header
import type { EndpointOption } from './types.js';

import { chainsAmplitudeSVG, chainsBulletinPNG, chainsCoretimeKusamaSVG, chainsFrequencyPaseoSVG, chainsHydrationPaseoSVG, chainsKreivoSVG, chainsLaosSigmaPNG, chainsMyxcavPNG, chainsNeurowebTestnetPNG, chainsPaseoPNG, chainsPeoplePolkadotSVG, chainsPopNetworkSVG, chainsQfNetworkPNG, chainsShibuyaSVG, chainsWatrPNG, chainsWeTEESVG } from '@polkadot/apps-config/ui/logos/chains';
import { chainsAmplitudeSVG, chainsBulletinSVG, chainsCoretimeKusamaSVG, chainsFrequencyPaseoSVG, chainsHydrationPaseoSVG, chainsKreivoSVG, chainsLaosSigmaPNG, chainsMyxcavPNG, chainsNeurowebTestnetPNG, chainsPaseoPNG, chainsPeoplePolkadotSVG, chainsPopNetworkSVG, chainsQfNetworkPNG, chainsShibuyaSVG, chainsWatrPNG, chainsWeTEESVG } from '@polkadot/apps-config/ui/logos/chains';
import { nodesAjunaPNG, nodesAssetHubSVG, nodesAventusSVG, nodesBajunPNG, nodesBifrostSVG, nodesBridgeHubSVG, nodesCollectivesSVG, nodesDarwiniaKoiSVG, nodesFintraSVG, nodesHeimaPaseoPNG, nodesHyperbridgePNG, nodesIdealNetworkSVG, nodesIdncSVG, nodesIntegriteeSVG, nodesKiltIconSVG, nodesMandalaPNG, nodesMusePNG, nodesMyriadPaseoSVG, nodesNodleSVG, nodesOpalLogoPNG, nodesRegionxPNG, nodesRexSVG, nodesXodePNG, nodesZeitgeistPNG } from '@polkadot/apps-config/ui/logos/nodes';

import { PASEO_GENESIS } from '../api/constants.js';
Expand Down Expand Up @@ -106,7 +106,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
text: 'Bulletin (Paseo)',
ui: {
color: '#6B2D84',
logo: chainsBulletinPNG
logo: chainsBulletinSVG
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/testingRelayWestend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import type { EndpointOption } from './types.js';

import { WESTEND_GENESIS } from '../api/constants.js';
import { chainsBulletinPNG, chainsKaruraSVG, chainsPeoplePolkadotSVG, chainsStandardPNG } from '../ui/logos/chains/index.js';
import { chainsBulletinSVG, chainsKaruraSVG, chainsPeoplePolkadotSVG, chainsStandardPNG } from '../ui/logos/chains/index.js';
import { nodesAssetHubSVG, nodesBridgeHubSVG, nodesCentrifugePNG, nodesIntegriteeSVG, nodesInterlaySVG, nodesKhalaSVG, nodesKylinPNG, nodesMoonshadowPNG, nodesWestendColourSVG } from '../ui/logos/nodes/index.js';
import { getTeleports } from './util.js';

Expand All @@ -25,7 +25,7 @@ export const testParasWestend: Omit<EndpointOption, 'teleport'>[] = [
text: 'Bulletin (Westend)',
ui: {
color: '#6B2D84',
logo: chainsBulletinPNG
logo: chainsBulletinSVG
}
},
{
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-4-x' };
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.171.2-5-x' };
Binary file not shown.
27 changes: 27 additions & 0 deletions packages/apps-config/src/ui/logos/chains/bulletin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright 2017-2026 @polkadot/apps authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit. Auto-generated via node scripts/imgConvert.mjs

export const chainsBulletinSVG = 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MDAgNTAwIj4KICA8Zz4KICAgIDxjaXJjbGUgY3g9IjI1MCIgY3k9IjI1MCIgcj0iMjUwIi8+CiAgPC9nPgogIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsIDAsIDAsIDEsIDUxLCAxMCkiPgogICAgPHJlY3QgeD0iMTAwIiB5PSIxMzUuNDMyIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwNy43NjkiIHN0eWxlPSJmaWxsOiByZ2IoMjUxLCAyNTEsIDI1MSk7Ii8+CiAgICA8ZWxsaXBzZSBjeD0iMjAwIiBjeT0iMzQ1LjM5OCIgcng9IjEwMCIgcnk9IjM1LjM5OCIgc3R5bGU9InN0cm9rZS13aWR0aDogMTsiLz4KICAgIDxyZWN0IHg9IjEwMCIgeT0iMjY1LjEyNiIgd2lkdGg9IjIwMCIgaGVpZ2h0PSI3Mi4yNTQiIHN0eWxlPSJmaWxsOiByZ2IoMjU1LCAyNTUsIDI1NSk7Ii8+CiAgICA8ZWxsaXBzZSBjeD0iMjAwIiBjeT0iMzQ1LjM0MiIgcng9IjEwMCIgcnk9IjM1LjM5OCIgc3R5bGU9InN0cm9rZS13aWR0aDogMTsgZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyIvPgogICAgPGVsbGlwc2UgY3g9IjIwMCIgY3k9IjI2NC42MDIiIHJ4PSIxMDAiIHJ5PSIzNS4zOTgiIHN0eWxlPSJzdHJva2Utd2lkdGg6IDE7Ii8+CiAgICA8cmVjdCB4PSIxMDAiIHk9IjE5NS40MDEiIHdpZHRoPSIyMDAiIGhlaWdodD0iNzIuMjU0IiBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyBzdHJva2Utd2lkdGg6IDE7Ii8+CiAgICA8ZWxsaXBzZSBjeD0iMjAwIiBjeT0iMjU3LjM1NiIgcng9IjEwMCIgcnk9IjM1LjM5OCIgc3R5bGU9InN0cm9rZS13aWR0aDogMTsgZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyIvPgogICAgPGVsbGlwc2UgY3g9IjIwMCIgY3k9IjE5OC44MTMiIHJ4PSIxMDAiIHJ5PSIzNS4zOTgiIHN0eWxlPSJzdHJva2Utd2lkdGg6IDE7Ii8+CiAgICA8ZWxsaXBzZSBjeD0iMjAwIiBjeT0iMTkxLjUxMSIgcng9IjEwMCIgcnk9IjM1LjM5OCIgc3R5bGU9InN0cm9rZS13aWR0aDogMTsgZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyIvPgogICAgPGVsbGlwc2UgY3g9IjIwMCIgY3k9IjEzOC44NDciIHJ4PSIxMDAiIHJ5PSI0MC45NzciIHN0eWxlPSJzdHJva2Utd2lkdGg6IDE7IGZpbGw6IHJnYigyNTUsIDI1NSwgMjU1KTsiLz4KICAgIDxlbGxpcHNlIGN4PSIyMDAiIGN5PSIxMzYuNzQ2IiByeD0iOTEuODY3IiByeT0iMzUuNDYiIHN0eWxlPSIiLz4KICAgIDxjaXJjbGUgY3g9IjE5Ny40NDciIGN5PSI0MzkuMTciIHI9IjMyLjE3OCIgc3R5bGU9ImZpbGw6IHJnYigyNTUsIDI1NSwgMjU1KTsiLz4KICAgIDxjaXJjbGUgY3g9IjIwMC4yNDkiIGN5PSIzOC45OTQiIHI9IjMyLjE3OCIgc3R5bGU9ImZpbGw6IHJnYigyNTUsIDI1NSwgMjU1KTsgc3Ryb2tlLXdpZHRoOiAxOyIvPgogICAgPGNpcmNsZSBjeD0iMzQwLjY1MyIgY3k9IjM4MS43IiByPSIzMi4xNzgiIHN0eWxlPSJmaWxsOiByZ2IoMjU1LCAyNTUsIDI1NSk7IHN0cm9rZS13aWR0aDogMTsiLz4KICAgIDxjaXJjbGUgY3g9IjMzOS44MzciIGN5PSIxMDguNzYyIiByPSIzMi4xNzgiIHN0eWxlPSJmaWxsOiByZ2IoMjU1LCAyNTUsIDI1NSk7IHN0cm9rZS13aWR0aDogMTsiLz4KICAgIDxjaXJjbGUgY3g9IjM5Ni43MSIgY3k9IjI0Ny4zOTgiIHI9IjMyLjE3OCIgc3R5bGU9ImZpbGw6IHJnYigyNTUsIDI1NSwgMjU1KTsgc3Ryb2tlLXdpZHRoOiAxOyIvPgogICAgPGNpcmNsZSBjeD0iNDEuNDI2IiBjeT0iMTE2Ljc5IiByPSIzMi4xNzgiIHN0eWxlPSJmaWxsOiByZ2IoMjU1LCAyNTUsIDI1NSk7IHN0cm9rZS13aWR0aDogMTsiLz4KICAgIDxjaXJjbGUgY3g9Ii00Ljc4OCIgY3k9IjI0OC44NyIgcj0iMzIuMTc4IiBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyBzdHJva2Utd2lkdGg6IDE7Ii8+CiAgICA8Y2lyY2xlIGN4PSI1NS4yMTIiIGN5PSIzNzguODciIHI9IjMyLjE3OCIgc3R5bGU9ImZpbGw6IHJnYigyNTUsIDI1NSwgMjU1KTsgc3Ryb2tlLXdpZHRoOiAxOyIvPgogIDwvZz4KPC9zdmc+';
2 changes: 1 addition & 1 deletion packages/apps-config/src/ui/logos/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export { chainsAssethubKusamaSVG } from './generated/assethub-kusamaSVG.js';
export { chainsBitgreenPNG } from './generated/bitgreenPNG.js';
export { chainsBittensorPNG } from './generated/bittensorPNG.js';
export { chainsBrainstormPNG } from './generated/brainstormPNG.js';
export { chainsBulletinPNG } from './generated/bulletinPNG.js';
export { chainsBulletinSVG } from './generated/bulletinSVG.js';
export { chainsChainflipPNG } from './generated/chainflipPNG.js';
export { chainsCommuneaiPNG } from './generated/communeaiPNG.js';
export { chainsComposableFinancePNG } from './generated/composableFinancePNG.js';
Expand Down
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-4-x",
"version": "0.171.2-5-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-4-x",
"version": "0.171.2-5-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-4-x",
"version": "0.171.2-5-x",
"dependencies": {
"@acala-network/chopsticks-core": "^1.2.1",
"@polkadot/apps-config": "^0.171.2-4-x",
"@polkadot/apps-routing": "^0.171.2-4-x",
"@polkadot/apps-config": "^0.171.2-5-x",
"@polkadot/apps-routing": "^0.171.2-5-x",
"@polkadot/dev": "^0.83.3",
"@polkadot/react-api": "^0.171.2-4-x",
"@polkadot/react-components": "^0.171.2-4-x",
"@polkadot/react-hooks": "^0.171.2-4-x",
"@polkadot/react-params": "^0.171.2-4-x",
"@polkadot/react-query": "^0.171.2-4-x",
"@polkadot/react-signer": "^0.171.2-4-x",
"@polkadot/react-api": "^0.171.2-5-x",
"@polkadot/react-components": "^0.171.2-5-x",
"@polkadot/react-hooks": "^0.171.2-5-x",
"@polkadot/react-params": "^0.171.2-5-x",
"@polkadot/react-query": "^0.171.2-5-x",
"@polkadot/react-signer": "^0.171.2-5-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-4-x' };
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.171.2-5-x' };
8 changes: 4 additions & 4 deletions packages/page-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-4-x",
"version": "0.171.2-5-x",
"dependencies": {
"@polkadot/hw-ledger": "^14.0.3",
"@polkadot/phishing": "^0.25.25",
"@polkadot/react-components": "^0.171.2-4-x",
"@polkadot/react-hooks": "^0.171.2-4-x",
"@polkadot/react-components": "^0.171.2-5-x",
"@polkadot/react-hooks": "^0.171.2-5-x",
"@polkadot/util": "^14.0.3",
"@polkadot/vanitygen": "^0.63.20",
"detect-browser": "^5.3.0",
"file-saver": "^2.0.5"
},
"devDependencies": {
"@polkadot/test-support": "0.171.2-4-x"
"@polkadot/test-support": "0.171.2-5-x"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-addresses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-4-x",
"version": "0.171.2-5-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-4-x",
"@polkadot/react-components": "^0.171.2-5-x",
"file-saver": "^2.0.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/page-alliance/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-4-x",
"version": "0.171.2-5-x",
"peerDependencies": {
"react": "*",
"react-dom": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-ambassador/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-4-x",
"version": "0.171.2-5-x",
"peerDependencies": {
"react": "*",
"react-dom": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-4-x",
"version": "0.171.2-5-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-4-x"
"@polkadot/react-components": "^0.171.2-5-x"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-bounties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-4-x",
"version": "0.171.2-5-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-4-x"
"@polkadot/react-components": "^0.171.2-5-x"
},
"devDependencies": {
"@polkadot/test-support": "0.171.2-4-x"
"@polkadot/test-support": "0.171.2-5-x"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-4-x",
"version": "0.171.2-5-x",
"dependencies": {
"@polkadot/react-components": "0.171.2-4-x",
"@polkadot/react-query": "0.171.2-4-x"
"@polkadot/react-components": "0.171.2-5-x",
"@polkadot/react-query": "0.171.2-5-x"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-4-x",
"version": "0.171.2-5-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-4-x"
"@polkadot/react-components": "^0.171.2-5-x"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-4-x",
"version": "0.171.2-5-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-4-x",
"@polkadot/react-components": "^0.171.2-5-x",
"secp256k1": "^3.8.0"
},
"peerDependencies": {
Expand Down
Loading
Loading