()
| 23 | ADDR = "1e037f97d730Cc881e77F01E409D828b0bb14de0" |
| 24 | |
| 25 | def 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 | |
| 32 | QUERY = hypersync.Query( |
| 33 | from_block=17123123, |
no outgoing calls
no test coverage detected