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:
2026-01-31 07:33:44 +03:00
parent 31467f90d4
commit 2db0d19928
65 changed files with 10832 additions and 113 deletions
@@ -1,7 +1,7 @@
// Copyright 2017-2025 @pezkuwi/api-contract authors & contributors
// SPDX-License-Identifier: Apache-2.0
export { default as erc20Contract } from './erc20.contract.json' assert { type: 'json' };
export { default as erc20Metadata } from './erc20.json' assert { type: 'json' };
export { default as flipperContract } from './flipper.contract.json' assert { type: 'json' };
export { default as flipperMetadata } from './flipper.json' assert { type: 'json' };
export { default as erc20Contract } from './erc20.contract.json' with { type: 'json' };
export { default as erc20Metadata } from './erc20.json' with { type: 'json' };
export { default as flipperContract } from './flipper.contract.json' with { type: 'json' };
export { default as flipperMetadata } from './flipper.json' with { type: 'json' };