File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,26 @@ dependencies:
5454 import_remapping :
5555 - " @openzeppelin/contracts=openzeppelin/v3.4.0"
5656
57+ - name : safe-contracts
58+ github : safe-global/safe-smart-account
59+ version : v1.4.1
60+ config_override :
61+ compile :
62+ exclude :
63+ - test
64+ - examples
65+ - interfaces
66+
67+ dependencies :
68+ - name : openzeppelin
69+ github : OpenZeppelin/openzeppelin-contracts
70+ version : 3.4.0
71+
72+ solidity :
73+ version : 0.7.6
74+ import_remapping :
75+ - " @openzeppelin/contracts=openzeppelin/v3.4.0"
76+
5777foundry :
5878 fork :
5979 ethereum :
Original file line number Diff line number Diff line change 6565 include_package_data = True ,
6666 install_requires = [
6767 "click>=8.1.7,<9" ,
68- "eip712>=0.2.10 ,<3" ,
68+ "eip712>=0.2.11 ,<3" ,
6969 "eth-ape>=0.8.21,<0.9" ,
7070 "eth-utils>=2.1.0,<6" ,
7171 "pydantic>=2.10.2,<3" ,
Original file line number Diff line number Diff line change 1818 scope = "session" ,
1919 # TODO: Test more versions.
2020 params = (
21+ "1.4.1" ,
2122 "1.3.0" ,
2223 "1.1.1" ,
2324 ),
You can’t perform that action at this time.
0 commit comments