Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Sj-001 committed Mar 27, 2023
2 parents dcb50e1 + 1df516a commit cd9e707
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Expand Up @@ -256,6 +256,10 @@
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 938848, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 939064, "1.3.0"),
],
EthereumNetwork.KAVA_EVM: [
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 2116303, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 2116307, "1.3.0"),
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -443,4 +447,7 @@
EthereumNetwork.BASE_GOERLI_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 938848), # v1.3.0
],
EthereumNetwork.KAVA_EVM: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 2116356), # v1.3.0
],
}
2 changes: 1 addition & 1 deletion requirements-test.txt
@@ -1,6 +1,6 @@
-r requirements.txt
coverage==6.5.0
faker==17.6.0
faker==18.3.1
pytest==7.2.2
pytest-django==4.5.2
pytest-env==0.8.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
django==4.1.7
django-filter==22.1
django-filter==23.1
djangorestframework==3.14.0
hexbytes==0.2.3
packaging
Expand Down

0 comments on commit cd9e707

Please sign in to comment.