Options
All
  • Public
  • Public/Protected
  • All
Menu

Module constants

Index

Variables

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

Type declaration

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

Type declaration

  • dev: string
  • prod: string
AIN_BLOCKCHAIN_CHAIN_ID: { dev: 0; prod: 1 } = ...

Type declaration

  • dev: 0
  • prod: 1
AIN_BLOCKCHAIN_ENDPOINT: { dev: string; prod: string } = ...

Type declaration

  • dev: string
  • prod: string
APP_STAKING_LOCKUP_DURATION_MS: number = ...
DEFAULT_AINIZE_SERVICE_NAME: "aina_backend" = 'aina_backend'
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
SUPPORTED_AINFT_STANDARDS: { 721: string } = ...

Type declaration

  • 721: string
THREAD_GC_MAX_SIBLINGS: 20 = 20
THREAD_GC_NUM_SIBLINGS_DELETED: 10 = 10
TX_BYTES_LIMIT: 100000 = 100000
WHITELISTED_OBJECT_IDS: Record<string, string[]> = ...

Generated using TypeDoc