Skip to content

Commit ada6257

Browse files
committed
Add missing Abis
1 parent 19ac63c commit ada6257

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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": "Create2FailedDeployment",
78+
"name": "FailedDeployment",
7979
"inputs": []
8080
},
8181
{
8282
"type": "error",
83-
"name": "Create2InsufficientBalance",
83+
"name": "InsufficientBalance",
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": "FailedInnerCall",
628+
"name": "FailedCall",
629629
"inputs": []
630630
},
631631
{

abis/Factory.json

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

0 commit comments

Comments
 (0)