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
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@
2 AgoL5866 Adding RockX phala/khala endpoints (#10406)
2 akashi6824 fix PolkaFoundry color (#4985)
2 Albrecht chore: update WILT paraID & KILT types (#6005)
2 Alex Bean Add Bulletin system chain to Paseo testnet endpoints (#12365)
2 Alexander Popiak Add extra Input types to the UI (#2324)
2 Alistair Singh Add new Snowbridge forks (#9837)
2 André Silva Fix typo in chain specifications (#5659)
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-12-x",
"version": "0.171.2-14-x",
"versions": {
"git": "0.171.2-12-x",
"git": "0.171.2-14-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-12-x",
"version": "0.171.2-14-x",
"main": "index.js",
"dependencies": {
"@acala-network/type-definitions": "5.1.2",
Expand Down
56 changes: 11 additions & 45 deletions packages/apps-config/src/endpoints/testingRelayPaseo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// eslint-disable-next-line header/header
import type { EndpointOption } from './types.js';

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 { chainsAmplitudeSVG, chainsBulletinSVG, 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, 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';
// import { testnetParachainSVG } from '../ui/logos/nodes/index.js';
Expand Down Expand Up @@ -486,8 +486,7 @@ export const testParasPaseoCommon: EndpointOption[] = [
providers: {
Dwellir: 'wss://asset-hub-paseo-rpc.n.dwellir.com',
// StakeWorld: 'wss://rpc-assethub-paseo.stakeworld.io',
TurboFlakes: 'wss://sys.turboflakes.io/asset-hub-paseo',
Zondax: 'wss://api2.zondax.ch/pas/assethub/node/rpc'
TurboFlakes: 'wss://sys.turboflakes.io/asset-hub-paseo'
},
relayName: 'paseo',
teleport: [-1, 1002, 1111],
Expand All @@ -498,49 +497,18 @@ export const testParasPaseoCommon: EndpointOption[] = [
}
},
{
info: 'PaseoBridgeHub',
info: 'PaseoBulletin',
isPeopleForIdentity: true,
paraId: 1002,
paraId: 1010,
providers: {
Zondax: 'wss://api2.zondax.ch/pas/bridgehub/node/rpc'
StakingLand: 'wss://bulletin-paseo.tservices.es:8443'
},
relayName: 'paseo',
teleport: [-1, 1000],
text: 'Bridge Hub',
text: 'Bulletin',
ui: {
color: '#AAADD7',
logo: nodesBridgeHubSVG
}
},
{
info: 'PaseoCollectives',
isPeopleForIdentity: true,
paraId: 1001,
providers: {
Zondax: 'wss://api2.zondax.ch/pas/collectives/node/rpc'
},
relayName: 'paseo',
teleport: [-1, 1000],
text: 'Collectives',
ui: {
color: '#e6777a',
logo: nodesCollectivesSVG
}
},
{
info: 'PaseoCoretime',
isPeopleForIdentity: true,
paraId: 1005,
providers: {
// ParaNodes: 'wss://paseo-coretime.paranodes.io', // https://github.com/polkadot-js/apps/issues/11587
Zondax: 'wss://api2.zondax.ch/pas/coretime/node/rpc'
},
relayName: 'paseo',
teleport: [-1],
text: 'Coretime',
ui: {
color: '#113911',
logo: chainsCoretimeKusamaSVG
color: '#6B2D84',
logo: chainsBulletinSVG
}
},
{
Expand All @@ -549,8 +517,7 @@ export const testParasPaseoCommon: EndpointOption[] = [
isPeopleForIdentity: false,
paraId: 1004,
providers: {
Amforc: 'wss://people-paseo.rpc.amforc.com',
Zondax: 'wss://api2.zondax.ch/pas/people/node/rpc',
Rotko: 'wss://people-paseo.rotko.net',
interweb: 'wss://rpc.interweb-it.com/people-paseo'
},
relayName: 'paseo',
Expand All @@ -574,10 +541,9 @@ export const testRelayPaseo: EndpointOption = {
...testParasPaseo
],
providers: {
Amforc: 'wss://paseo.rpc.amforc.com',
Dwellir: 'wss://paseo-rpc.n.dwellir.com',
StakeWorld: 'wss://rpc-paseo.stakeworld.io',
Zondax: 'wss://api2.zondax.ch/pas/relay/node/rpc',
TurboFlakes: 'wss://paseo-v2.rpc.turboflakes.io',
interweb: 'wss://rpc.interweb-it.com/paseo'
// 'light client': 'light://substrate-connect/paseo'
},
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-12-x' };
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.171.2-14-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-12-x",
"version": "0.171.2-14-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-12-x",
"version": "0.171.2-14-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-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@acala-network/chopsticks-core": "^1.2.1",
"@polkadot/apps-config": "^0.171.2-12-x",
"@polkadot/apps-routing": "^0.171.2-12-x",
"@polkadot/apps-config": "^0.171.2-14-x",
"@polkadot/apps-routing": "^0.171.2-14-x",
"@polkadot/dev": "^0.83.3",
"@polkadot/react-api": "^0.171.2-12-x",
"@polkadot/react-components": "^0.171.2-12-x",
"@polkadot/react-hooks": "^0.171.2-12-x",
"@polkadot/react-params": "^0.171.2-12-x",
"@polkadot/react-query": "^0.171.2-12-x",
"@polkadot/react-signer": "^0.171.2-12-x",
"@polkadot/react-api": "^0.171.2-14-x",
"@polkadot/react-components": "^0.171.2-14-x",
"@polkadot/react-hooks": "^0.171.2-14-x",
"@polkadot/react-params": "^0.171.2-14-x",
"@polkadot/react-query": "^0.171.2-14-x",
"@polkadot/react-signer": "^0.171.2-14-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-12-x' };
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.171.2-14-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-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@polkadot/hw-ledger": "^14.0.3",
"@polkadot/phishing": "^0.25.25",
"@polkadot/react-components": "^0.171.2-12-x",
"@polkadot/react-hooks": "^0.171.2-12-x",
"@polkadot/react-components": "^0.171.2-14-x",
"@polkadot/react-hooks": "^0.171.2-14-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-12-x"
"@polkadot/test-support": "0.171.2-14-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-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-12-x",
"@polkadot/react-components": "^0.171.2-14-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-12-x",
"version": "0.171.2-14-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-12-x",
"version": "0.171.2-14-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-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-12-x"
"@polkadot/react-components": "^0.171.2-14-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-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-12-x"
"@polkadot/react-components": "^0.171.2-14-x"
},
"devDependencies": {
"@polkadot/test-support": "0.171.2-12-x"
"@polkadot/test-support": "0.171.2-14-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-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@polkadot/react-components": "0.171.2-12-x",
"@polkadot/react-query": "0.171.2-12-x"
"@polkadot/react-components": "0.171.2-14-x",
"@polkadot/react-query": "0.171.2-14-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-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-12-x"
"@polkadot/react-components": "^0.171.2-14-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-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-12-x",
"@polkadot/react-components": "^0.171.2-14-x",
"secp256k1": "^3.8.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/page-collator/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-12-x",
"version": "0.171.2-14-x",
"peerDependencies": {
"react": "*",
"react-dom": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-contracts/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-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@polkadot/api-contract": "16.5.6",
"eventemitter3": "^5.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/page-coretime/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-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-12-x",
"@polkadot/react-query": "^0.171.2-12-x"
"@polkadot/react-components": "^0.171.2-14-x",
"@polkadot/react-query": "^0.171.2-14-x"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-council/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-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-12-x",
"@polkadot/react-query": "^0.171.2-12-x"
"@polkadot/react-components": "^0.171.2-14-x",
"@polkadot/react-query": "^0.171.2-14-x"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-democracy/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-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-12-x",
"@polkadot/react-query": "^0.171.2-12-x"
"@polkadot/react-components": "^0.171.2-14-x",
"@polkadot/react-query": "^0.171.2-14-x"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-explorer/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-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-12-x"
"@polkadot/react-components": "^0.171.2-14-x"
},
"peerDependencies": {
"react": "*",
Expand Down
8 changes: 4 additions & 4 deletions packages/page-extrinsics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"sideEffects": false,
"type": "module",
"version": "0.171.2-12-x",
"version": "0.171.2-14-x",
"dependencies": {
"@polkadot/react-components": "^0.171.2-12-x",
"@polkadot/react-params": "^0.171.2-12-x",
"@polkadot/react-signer": "^0.171.2-12-x"
"@polkadot/react-components": "^0.171.2-14-x",
"@polkadot/react-params": "^0.171.2-14-x",
"@polkadot/react-signer": "^0.171.2-14-x"
},
"peerDependencies": {
"react": "*",
Expand Down
Loading
Loading