Skip to content

Commit 88ed189

Browse files
committed
Merge branch 'master' of ssh://github.com/protofire/safe-eth-py
2 parents 0c74c01 + 3727f1d commit 88ed189

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
- name: Test packaging
7777
run: pip install -e .
7878
- name: Send results to coveralls
79+
# Ignore coveralls issues
80+
continue-on-error: true
7981
run: coveralls --service=github
8082
env:
8183
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Required for coveralls

gnosis/safe/addresses.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,10 @@
264264
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 28314790, "1.3.0+L2"),
265265
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 28314796, "1.3.0"),
266266
],
267+
EthereumNetwork.IOTEX_NETWORK_MAINNET: [
268+
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 22172521, "1.3.0+L2"),
269+
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 22172524, "1.3.0"),
270+
],
267271
}
268272

269273
PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
@@ -457,4 +461,7 @@
457461
EthereumNetwork.CROSSBELL: [
458462
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 28314747), # v1.3.0
459463
],
464+
EthereumNetwork.IOTEX_NETWORK_MAINNET: [
465+
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 22172504), # v1.3.0
466+
],
460467
}

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
2-
coverage==6.5.0
2+
coverage==7.2.3
33
faker==18.3.2
4-
pytest==7.2.2
4+
pytest==7.3.0
55
pytest-django==4.5.2
66
pytest-env==0.8.1
77
pytest-rerunfailures==11.1.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django==4.1.7
1+
django==4.2
22
django-filter==23.1
33
djangorestframework==3.14.0
44
hexbytes==0.2.3

0 commit comments

Comments
 (0)