Options
All
  • Public
  • Public/Protected
  • All
Menu

Module constants

Index

Variables

AINFT_SERVER_ENDPOINT: { dev: string; prod: string } = ...

Type declaration

  • dev: string
  • prod: string
AIN_BLOCKCHAIN_CHAINID: { dev: number; prod: number } = ...

Type declaration

  • dev: number
  • prod: number
AIN_BLOCKCHAIN_ENDPOINT: { dev: string; prod: string } = ...

Type declaration

  • dev: string
  • prod: string
APP_STAKING_LOCKUP_DURATION_MS: number = ...
MESSAGE_GC_MAX_SIBLINGS: 15 = 15
MESSAGE_GC_NUM_SIBLINGS_DELETED: 10 = 10
MIN_GAS_PRICE: 500 = 500
NODE_ENV: undefined | string = process.env.NODE_ENV
SERVICE_NAME_MAP: Map<string, string> = ...
SUPPORTED_AINFT_STANDARDS: { 721: string } = ...

Type declaration

  • 721: string

Generated using TypeDoc