MCPcopy Create free account
hub / github.com/enviodev/hypersync-client-python / make_client

Function make_client

test.py:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23ADDR = "1e037f97d730Cc881e77F01E409D828b0bb14de0"
24
25def make_client():
26 bearer_token = os.getenv("ENVIO_API_TOKEN")
27 return hypersync.HypersyncClient(hypersync.ClientConfig(
28 url="https://eth.hypersync.xyz",
29 api_token=bearer_token,
30 ))
31
32QUERY = hypersync.Query(
33 from_block=17123123,

Callers 12

test_intstr_mappingFunction · 0.85
test_send_reqFunction · 0.85
test_send_req_arrowFunction · 0.85
test_send_events_reqFunction · 0.85
test_get_heightFunction · 0.85
test_decode_logsFunction · 0.85
test_decode_eventsFunction · 0.85
test_preset_query_logsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected