Skip to content

Commit

Permalink
fix: add blast to installed test deps (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Mar 8, 2024
1 parent a45ca83 commit 582310d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"test": [ # `test` GitHub Action jobs uses this
"ape-arbitrum", # Needed for Arbitrum integration
"ape-base", # Needed for Base networks integration
"ape-blast", # Needed for Blast networks integration
"ape-bsc", # For testing BSC integration
"ape-fantom", # For testing Fantom integration
"ape-optimism", # Needed for Optimism integration
Expand Down
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ def get_url_f(testnet: bool = False, tld: str = "io"):
"goerli": org_testnet_url("goerli", "basescan"),
"mainnet": org_url("basescan"),
},
"blast": {
"sepolia": testnet_url("sepolia", "blastscan"),
"mainnet": url("blastscan"),
},
"polygon-zkevm": {
"mainnet": com_testnet_url("zkevm", "polygonscan"),
"goerli": com_testnet_url("testnet-zkevm", "polygonscan"),
Expand Down

0 comments on commit 582310d

Please sign in to comment.