mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 07:58:03 +00:00
fix: update pezkuwi mainnet genesis hash and remove npm token from repo
- Update genesis hash to mainnet value - Remove npmAuthToken from .yarnrc.yml (use GitHub Secrets instead) - Add pezsp_* and pezframe_* path support in PortableRegistry
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @pezkuwi/dev
|
||||
|
||||
export const packageInfo = { name: '@pezkuwi/api', path: 'auto', type: 'auto', version: '16.5.9' };
|
||||
export const packageInfo = { name: '@pezkuwi/api', path: 'auto', type: 'auto', version: '16.5.12' };
|
||||
|
||||
@@ -54,7 +54,8 @@ function makeEraOptions (api: ApiInterfaceRx, registry: Registry, partialOptions
|
||||
}
|
||||
|
||||
return makeSignOptions(api, partialOptions, {
|
||||
blockHash: header.hash,
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
blockHash: header.hash as any,
|
||||
era: registry.createTypeUnsafe<ExtrinsicEra>('ExtrinsicEra', [{
|
||||
current: header.number,
|
||||
period: partialOptions.era || mortalLength
|
||||
|
||||
Reference in New Issue
Block a user