Skip to content

Commit 0b20af9

Browse files
Fix ABIs
1 parent 4fa4bb9 commit 0b20af9

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

abis/Allocator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
},
398398
{
399399
"type": "error",
400-
"name": "FailedCall",
400+
"name": "FailedInnerCall",
401401
"inputs": []
402402
},
403403
{

abis/AllocatorV1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
},
380380
{
381381
"type": "error",
382-
"name": "FailedCall",
382+
"name": "FailedInnerCall",
383383
"inputs": []
384384
},
385385
{

abis/BeaconProxyFactory.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
},
7676
{
7777
"type": "error",
78-
"name": "FailedDeployment",
78+
"name": "Create2FailedDeployment",
7979
"inputs": []
8080
},
8181
{
8282
"type": "error",
83-
"name": "InsufficientBalance",
83+
"name": "Create2InsufficientBalance",
8484
"inputs": [
8585
{
8686
"name": "balance",

abis/Client.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
},
626626
{
627627
"type": "error",
628-
"name": "FailedCall",
628+
"name": "FailedInnerCall",
629629
"inputs": []
630630
},
631631
{

abis/Factory.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -229,17 +229,12 @@
229229
},
230230
{
231231
"type": "error",
232-
"name": "FailedDeployment",
232+
"name": "Create2FailedDeployment",
233233
"inputs": []
234234
},
235235
{
236236
"type": "error",
237-
"name": "FunctionDisabled",
238-
"inputs": []
239-
},
240-
{
241-
"type": "error",
242-
"name": "InsufficientBalance",
237+
"name": "Create2InsufficientBalance",
243238
"inputs": [
244239
{
245240
"name": "balance",
@@ -253,6 +248,11 @@
253248
}
254249
]
255250
},
251+
{
252+
"type": "error",
253+
"name": "FunctionDisabled",
254+
"inputs": []
255+
},
256256
{
257257
"type": "error",
258258
"name": "OwnableInvalidOwner",

0 commit comments

Comments
 (0)