Skip to content

Commit

Permalink
feat: add sepolia networks (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tburm authored Jan 25, 2024
1 parent dca5aa9 commit 96371b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ape_alchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@
"arbitrum": [
"mainnet",
"goerli",
"sepolia",
],
"base": [
"mainnet",
"goerli",
"sepolia",
],
"optimism": [
"mainnet",
"goerli",
"sepolia",
],
"polygon": [
"mainnet",
Expand Down

0 comments on commit 96371b5

Please sign in to comment.