mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-06-20 19:41:03 +00:00
2db0d19928
- Update genesis hash to mainnet value - Remove npmAuthToken from .yarnrc.yml (use GitHub Secrets instead) - Add pezsp_* and pezframe_* path support in PortableRegistry
8 lines
450 B
TypeScript
8 lines
450 B
TypeScript
// Copyright 2017-2025 @pezkuwi/api-contract authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
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' };
|