We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801d788 commit c057d16Copy full SHA for c057d16
1 file changed
src/Safe.sol
@@ -102,7 +102,7 @@ library Safe {
102
i.multiSendCallOnly[11155111] = MultiSendCallOnly(MULTI_SEND_CALL_ONLY_ADDRESS_CANONICAL);
103
i.multiSendCallOnly[1313161554] = MultiSendCallOnly(MULTI_SEND_CALL_ONLY_ADDRESS_CANONICAL);
104
105
- i.http.initialize().withHeader("Content-Type", "application/json");
+ i.http.initialize().withHeader("Content-Type", "application/json").withFollowRedirects(true);
106
return self;
107
}
108
0 commit comments