Type alias ChainPayloadType

ChainPayloadType: {
    block_time: null | number;
    chain_id: number;
    default_provider: null | string;
    description: null | string;
    etherscan_api_url: null | string;
    hopr_token_name: null | string;
    live: boolean;
    max_fee_per_gas: null | string;
    max_priority_fee_per_gas: null | string;
    native_token_name: null | string;
    tags: null | string[];
}

Type declaration

  • block_time: null | number
  • chain_id: number
  • default_provider: null | string
  • description: null | string
  • etherscan_api_url: null | string
  • hopr_token_name: null | string
  • live: boolean
  • max_fee_per_gas: null | string
  • max_priority_fee_per_gas: null | string
  • native_token_name: null | string
  • tags: null | string[]