diff --git a/packages/apps-config/src/api/spec/index.ts b/packages/apps-config/src/api/spec/index.ts index af8764f8ced1..15e9150ed638 100644 --- a/packages/apps-config/src/api/spec/index.ts +++ b/packages/apps-config/src/api/spec/index.ts @@ -96,6 +96,7 @@ import opportunity from './opportunity.js'; import parallel from './parallel.js'; import parami from './parami.js'; import peaq from './peaq.js'; +import people from './people.js'; import peerplays from './peerplays.js'; import pendulum from './pendulum.js'; import phoenix from './phoenix.js'; @@ -272,6 +273,7 @@ const spec: Record = { 'peaq-node': peaq, 'peaq-node-dev': peaq, 'peaq-node-krest': peaq, + 'people-paseo-next': people, peerplays, pendulum, 'phoenix-node': phoenix, diff --git a/packages/apps-config/src/api/spec/people.ts b/packages/apps-config/src/api/spec/people.ts new file mode 100644 index 000000000000..a9e6f9b3d42b --- /dev/null +++ b/packages/apps-config/src/api/spec/people.ts @@ -0,0 +1,35 @@ +// Copyright 2017-2026 @polkadot/apps-config authors & contributors +// SPDX-License-Identifier: Apache-2.0 + +import type { OverrideBundleDefinition } from '@polkadot/types/types'; + +/* eslint-disable sort-keys */ + +const definitions: OverrideBundleDefinition = { + types: [ + { + minmax: [0, undefined], + types: { + VerifyMultiSignature: { + _enum: { + Signed: { + signature: 'MultiSignature', + account: 'AccountId' + }, + Disabled: 'Null' + } + } + } + } + ], + signedExtensions: { + VerifyMultiSignature: { + extrinsic: { + verifySignature: 'VerifyMultiSignature' + }, + payload: {} + } + } +}; + +export default definitions; diff --git a/packages/apps-config/src/api/typesBundle.ts b/packages/apps-config/src/api/typesBundle.ts index 89d32b490a2a..01c56eac3255 100644 --- a/packages/apps-config/src/api/typesBundle.ts +++ b/packages/apps-config/src/api/typesBundle.ts @@ -63230,6 +63230,35 @@ export const typesBundle = { } } }, + "people-paseo-next": { + "types": [ + { + "minmax": [ + 0, + null + ], + "types": { + "VerifyMultiSignature": { + "_enum": { + "Signed": { + "signature": "MultiSignature", + "account": "AccountId" + }, + "Disabled": "Null" + } + } + } + } + ], + "signedExtensions": { + "VerifyMultiSignature": { + "extrinsic": { + "verifySignature": "VerifyMultiSignature" + }, + "payload": {} + } + } + }, "peerplays": { "rpc": { "fractionalNft": {