Skip to content

Commit

Permalink
fix: remove goerli from supported networks
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Mar 14, 2024
1 parent 665e418 commit 6b4120d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ape_alchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,18 @@
NETWORKS = {
"ethereum": [
"mainnet",
"goerli",
"sepolia",
],
"arbitrum": [
"mainnet",
"goerli",
"sepolia",
],
"base": [
"mainnet",
"goerli",
"sepolia",
],
"optimism": [
"mainnet",
"goerli",
"sepolia",
],
"polygon": [
Expand Down

0 comments on commit 6b4120d

Please sign in to comment.