hypersync.server

Documentation for eth_defi.hypersync.server Python module.

Hypersync server list.

Functions

get_hypersync_server(web3[, allow_missing])

Get HyperSync server for Web3 instance or by chain id

is_hypersync_supported_chain(web3)

Is the chain supported by HyperSync?

get_hypersync_server(web3, allow_missing=False)

Get HyperSync server for Web3 instance or by chain id

Parameters

web3 (Union[web3.main.Web3, int]) –

Return type

Optional[str]

is_hypersync_supported_chain(web3)

Is the chain supported by HyperSync?

Based on our internal server mapping.

Parameters

web3 (Union[web3.main.Web3, int]) –

Return type

bool