Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/protofire/safe-eth-py
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Agustin Tradito committed Apr 11, 2023
2 parents 0c74c01 + 3727f1d commit 88ed189
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -76,6 +76,8 @@ jobs:
- name: Test packaging
run: pip install -e .
- name: Send results to coveralls
# Ignore coveralls issues
continue-on-error: true
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Required for coveralls
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
@@ -264,6 +264,10 @@
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 28314790, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 28314796, "1.3.0"),
],
EthereumNetwork.IOTEX_NETWORK_MAINNET: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 22172521, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 22172524, "1.3.0"),
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
@@ -457,4 +461,7 @@
EthereumNetwork.CROSSBELL: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 28314747), # v1.3.0
],
EthereumNetwork.IOTEX_NETWORK_MAINNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 22172504), # v1.3.0
],
}
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt
coverage==6.5.0
coverage==7.2.3
faker==18.3.2
pytest==7.2.2
pytest==7.3.0
pytest-django==4.5.2
pytest-env==0.8.1
pytest-rerunfailures==11.1.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==4.1.7
django==4.2
django-filter==23.1
djangorestframework==3.14.0
hexbytes==0.2.3

0 comments on commit 88ed189

Please sign in to comment.