Skip to content

Commit

Permalink
Adapt for v1.4.1
Browse files Browse the repository at this point in the history
- Decode v1.4.1 proxy factory creation
- Support v1.4.1 event indexing (some events changed from v1.3.1)
  • Loading branch information
Uxio0 committed Sep 25, 2023
1 parent 8695c98 commit 6333818
Show file tree
Hide file tree
Showing 12 changed files with 382 additions and 947 deletions.
2 changes: 2 additions & 0 deletions safe_transaction_service/contracts/tx_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
get_safe_V1_0_0_contract,
get_safe_V1_1_1_contract,
get_safe_V1_3_0_contract,
get_safe_V1_4_1_contract,
get_uniswap_exchange_contract,
)
from gnosis.safe.multi_send import MultiSend
Expand Down Expand Up @@ -334,6 +335,7 @@ def get_supported_abis(self) -> Iterable[ABIFunction]:
get_safe_V1_0_0_contract(self.dummy_w3).abi,
get_safe_V1_1_1_contract(self.dummy_w3).abi,
get_safe_V1_3_0_contract(self.dummy_w3).abi,
get_safe_V1_4_1_contract(self.dummy_w3).abi,
]

# Order is important. If signature is the same (e.g. renaming of `baseGas`) last elements in the list
Expand Down
Empty file.
Loading

0 comments on commit 6333818

Please sign in to comment.