Skip to content

Commit f4bfc9d

Browse files
challetfubuloubu
andauthored
feat: add sepolia network [APE-696] (#59)
* add sepolia network * fix: update pin for eth-ape --------- Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
1 parent 781afce commit f4bfc9d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

ape_infura/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"ethereum": [
77
"mainnet",
88
"goerli",
9+
"sepolia",
910
],
1011
"arbitrum": [
1112
"mainnet",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
url="https://github.com/ApeWorX/ape-infura",
6868
include_package_data=True,
6969
install_requires=[
70-
"eth-ape>=0.6.0,<0.7",
70+
"eth-ape>=0.6.5,<0.7",
7171
],
7272
python_requires=">=3.8,<3.11",
7373
extras_require=extras_require,

tests/test_provider.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[
1111
("ethereum", "mainnet"),
1212
("ethereum", "goerli"),
13+
("ethereum", "sepolia"),
1314
("arbitrum", "mainnet"),
1415
("arbitrum", "goerli"),
1516
("optimism", "mainnet"),

0 commit comments

Comments
 (0)