Skip to content

Commit

Permalink
feat: add holesky ethereum network (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: antazoey <jules@apeworx.io>
  • Loading branch information
xrchz and antazoey authored Jun 1, 2024
1 parent 094b76d commit d0461b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ape_etherscan/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
],
"ethereum": [
"mainnet",
"holesky",
"sepolia",
],
"fantom": [
Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def get_url_f(testnet: bool = False, tld: str = "io"):
return {
"ethereum": {
"mainnet": url("etherscan"),
"holesky": testnet_url("holesky", "etherscan"),
"sepolia": testnet_url("sepolia", "etherscan"),
},
"arbitrum": {
Expand Down
2 changes: 2 additions & 0 deletions tests/test_etherscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
("ethereum", "mainnet-fork", "etherscan.io"),
("ethereum", "sepolia", "sepolia.etherscan.io"),
("ethereum", "sepolia-fork", "sepolia.etherscan.io"),
("ethereum", "holesky", "holesky.etherscan.io"),
("ethereum", "holesky-fork", "holesky.etherscan.io"),
("fantom", "opera", "ftmscan.com"),
("fantom", "opera-fork", "ftmscan.com"),
("fantom", "testnet", "testnet.ftmscan.com"),
Expand Down

0 comments on commit d0461b5

Please sign in to comment.