config top-level property

Map<String, Map<String, Object>> config
final

Implementation

final config = {
  'network': {
    'endpoints': ["https://gql.venom.foundation/graphql"],
    'message_retries_count': 5,
    'message_processing_timeout': 40000,
    'wait_for_timeout': 40000,
    'out_of_sync_threshold': 15000,
    'access_key': ''
  },
  'crypto': {'fish_param': ''},
  'abi': {
    'message_expiration_timeout': 40000,
    'message_expiration_timeout_grow_factor': 1.5
  }
};