// 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 };