constants.ts 333 B

12345678910
  1. // Copyright 2017-2020 @polkadot/app-staking authors & contributors
  2. // This software may be modified and distributed under the terms
  3. // of the Apache-2.0 license. See the LICENSE file for details.
  4. export const ENDOWMENT = 1000;
  5. export const GAS_LIMIT = '100000000000';
  6. export const CONTRACT_NULL = {
  7. abi: null,
  8. address: null
  9. };