|
1 | 1 | { |
2 | 2 | "released": true, |
3 | 3 | "contractName": "Safe4337Module", |
4 | | - "version": "0.1.0", |
| 4 | + "version": "0.2.0", |
5 | 5 | "networkAddresses": { |
6 | | - "5": "0x39E54Bb2b3Aa444b4B39DEe15De3b7809c36Fc38", |
7 | | - "137": "0x39E54Bb2b3Aa444b4B39DEe15De3b7809c36Fc38", |
8 | | - "80001": "0x39E54Bb2b3Aa444b4B39DEe15De3b7809c36Fc38", |
9 | | - "11155111": "0x39E54Bb2b3Aa444b4B39DEe15De3b7809c36Fc38" |
| 6 | + "5": "0xa581c4A4DB7175302464fF3C06380BC3270b4037", |
| 7 | + "137": "0xa581c4A4DB7175302464fF3C06380BC3270b4037", |
| 8 | + "80001": "0xa581c4A4DB7175302464fF3C06380BC3270b4037", |
| 9 | + "11155111": "0xa581c4A4DB7175302464fF3C06380BC3270b4037" |
10 | 10 | }, |
11 | 11 | "abi": [ |
12 | 12 | { |
|
185 | 185 | { |
186 | 186 | "inputs": [ |
187 | 187 | { |
188 | | - "internalType": "address", |
189 | | - "name": "safe", |
190 | | - "type": "address" |
191 | | - }, |
192 | | - { |
193 | | - "internalType": "bytes", |
194 | | - "name": "callData", |
195 | | - "type": "bytes" |
196 | | - }, |
197 | | - { |
198 | | - "internalType": "uint256", |
199 | | - "name": "nonce", |
200 | | - "type": "uint256" |
201 | | - }, |
202 | | - { |
203 | | - "internalType": "uint256", |
204 | | - "name": "preVerificationGas", |
205 | | - "type": "uint256" |
206 | | - }, |
207 | | - { |
208 | | - "internalType": "uint256", |
209 | | - "name": "verificationGasLimit", |
210 | | - "type": "uint256" |
211 | | - }, |
212 | | - { |
213 | | - "internalType": "uint256", |
214 | | - "name": "callGasLimit", |
215 | | - "type": "uint256" |
216 | | - }, |
217 | | - { |
218 | | - "internalType": "uint256", |
219 | | - "name": "maxFeePerGas", |
220 | | - "type": "uint256" |
221 | | - }, |
222 | | - { |
223 | | - "internalType": "uint256", |
224 | | - "name": "maxPriorityFeePerGas", |
225 | | - "type": "uint256" |
226 | | - }, |
227 | | - { |
228 | | - "internalType": "address", |
229 | | - "name": "entryPoint", |
230 | | - "type": "address" |
| 188 | + "components": [ |
| 189 | + { |
| 190 | + "internalType": "address", |
| 191 | + "name": "sender", |
| 192 | + "type": "address" |
| 193 | + }, |
| 194 | + { |
| 195 | + "internalType": "uint256", |
| 196 | + "name": "nonce", |
| 197 | + "type": "uint256" |
| 198 | + }, |
| 199 | + { |
| 200 | + "internalType": "bytes", |
| 201 | + "name": "initCode", |
| 202 | + "type": "bytes" |
| 203 | + }, |
| 204 | + { |
| 205 | + "internalType": "bytes", |
| 206 | + "name": "callData", |
| 207 | + "type": "bytes" |
| 208 | + }, |
| 209 | + { |
| 210 | + "internalType": "uint256", |
| 211 | + "name": "callGasLimit", |
| 212 | + "type": "uint256" |
| 213 | + }, |
| 214 | + { |
| 215 | + "internalType": "uint256", |
| 216 | + "name": "verificationGasLimit", |
| 217 | + "type": "uint256" |
| 218 | + }, |
| 219 | + { |
| 220 | + "internalType": "uint256", |
| 221 | + "name": "preVerificationGas", |
| 222 | + "type": "uint256" |
| 223 | + }, |
| 224 | + { |
| 225 | + "internalType": "uint256", |
| 226 | + "name": "maxFeePerGas", |
| 227 | + "type": "uint256" |
| 228 | + }, |
| 229 | + { |
| 230 | + "internalType": "uint256", |
| 231 | + "name": "maxPriorityFeePerGas", |
| 232 | + "type": "uint256" |
| 233 | + }, |
| 234 | + { |
| 235 | + "internalType": "bytes", |
| 236 | + "name": "paymasterAndData", |
| 237 | + "type": "bytes" |
| 238 | + }, |
| 239 | + { |
| 240 | + "internalType": "bytes", |
| 241 | + "name": "signature", |
| 242 | + "type": "bytes" |
| 243 | + } |
| 244 | + ], |
| 245 | + "internalType": "struct UserOperation", |
| 246 | + "name": "userOp", |
| 247 | + "type": "tuple" |
231 | 248 | } |
232 | 249 | ], |
233 | 250 | "name": "getOperationHash", |
234 | 251 | "outputs": [ |
235 | 252 | { |
236 | 253 | "internalType": "bytes32", |
237 | | - "name": "", |
| 254 | + "name": "operationHash", |
238 | 255 | "type": "bytes32" |
239 | 256 | } |
240 | 257 | ], |
|
0 commit comments