ApeWorX / ape-etherscan

Etherscan explorer plugin using EVM-based networks for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
24 stars 26 forks source link

feat: set a User Agent here #5

Closed sabotagebeats closed 2 years ago

sabotagebeats commented 2 years ago

Overview

Provide a simple overview of what you wish to see added. Please include:

Specification

Something like: f"ape-etherscan {vers} python {py_vers}"

from ape import config

requests.get(..., headers=config.REQUST_HEADER, ...)

Describe the syntax and semantics of how you would like to see this feature implemented. The more detailed the better!

Remember, your feature is much more likely to be included if it does not involve any breaking changes.

Dependencies

none