mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-17 12:31:05 +00:00
fix: update URLs, logos, and package versions
- Fix GitHub URLs from pezkuwi-js/apps to pezkuwichain/pezkuwi-apps - Fix wiki URL from wiki.pezkuwi.network to wiki.pezkuwichain.io - Fix support/statement URLs to use pezkuwichain.io domain - Fix chain logos import (use variables instead of strings) - Update @pezkuwi/networks to ^14.0.9 - Update @pezkuwi/types-known to ^16.5.8
This commit is contained in:
@@ -19,7 +19,7 @@ const optionsMulti = {
|
||||
function mapValidators (startWith: Record<string, [GroupIndex, ValidatorInfo[]]>, ids: ParaId[], validators: AccountId[], groups: ParaValidatorIndex[][], indices: ParaValidatorIndex[], scheduled: CoreAssignment[]): Record<string, [GroupIndex, ValidatorInfo[]]> {
|
||||
return ids.reduce((all: Record<string, [GroupIndex, ValidatorInfo[]]>, id) => {
|
||||
// paraId should never be undefined, since it comes from the state, yet here we are...
|
||||
// See https://github.com/pezkuwi-js/apps/issues/6435
|
||||
// See https://github.com/pezkuwichain/pezkuwi-apps/issues/6435
|
||||
const assignment = scheduled.find(({ paraId }) => paraId && paraId.eq(id));
|
||||
|
||||
if (!assignment) {
|
||||
|
||||
Reference in New Issue
Block a user