Files
pezkuwi-api/packages/api-contract/src/test/contracts/ink/v0/index.ts
T
pezkuwichain 2db0d19928 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
2026-01-31 07:33:44 +03:00

12 lines
734 B
TypeScript

// Copyright 2017-2025 @pezkuwi/api-contract authors & contributors
// SPDX-License-Identifier: Apache-2.0
export { default as delegator } from './delegator.json' with { type: 'json' };
export { default as dns } from './dns.json' with { type: 'json' };
export { default as erc20 } from './erc20.json' with { type: 'json' };
export { default as erc721 } from './erc721.json' with { type: 'json' };
export { default as flipperBundle } from './flipper.contract.json' with { type: 'json' };
export { default as flipper } from './flipper.json' with { type: 'json' };
export { default as incrementer } from './incrementer.json' with { type: 'json' };
export { default as multisigPlain } from './multisig_plain.json' with { type: 'json' };