mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-15 05:41:08 +00:00
10 lines
242 B
TypeScript
10 lines
242 B
TypeScript
// Copyright 2017-2026 @pezkuwi/app-staking authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
export const ENDOWMENT = 1000;
|
|
export const GAS_LIMIT = '100000000000';
|
|
export const CONTRACT_NULL = {
|
|
abi: null,
|
|
address: null
|
|
};
|