Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 7f55733

Browse files
authored
Update Barz constants and ABI (#115)
1 parent fa502a0 commit 7f55733

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

abi/BarzAccountFacet.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"name": "AccountFacet__InitializationFailure",
1212
"type": "error"
1313
},
14+
{
15+
"inputs": [],
16+
"name": "AccountFacet__InvalidArrayLength",
17+
"type": "error"
18+
},
1419
{
1520
"inputs": [],
1621
"name": "AccountFacet__NonExistentVerificationFacet",

src/constants/barz.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const Barz = {
2-
Factory: "0xd984E461185CE4C155dae5B86Df260ff7EE23431",
3-
Secp256r1VerificationFacet: "0x5816fE7500DAE630D756a2aABeb29A4609EC6D0b",
4-
AccountFacet: "0xaa25B34558F66246A7F23050A14F386F1316963C",
5-
DefaultFallbackHandler: "0xa0bb5bf7Eb7dC7AA001F4Ec6271e543CE31374Fc",
2+
Factory: "0x729c310186a57833f622630a16d13f710b83272a",
3+
Secp256r1VerificationFacet: "0xeE1AF8E967eC04C84711842796A5E714D2FD33e6",
4+
AccountFacet: "0xFde53272dcd7938d16E031A6989753c321728332",
5+
DefaultFallbackHandler: "0x2e7f1dAe1F3799d20f5c31bEFdc7A620f664728D",
66
};

src/typechain/factories/BarzAccountFacet__factory.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ const _abi = [
2525
name: "AccountFacet__InitializationFailure",
2626
type: "error",
2727
},
28+
{
29+
inputs: [],
30+
name: "AccountFacet__InvalidArrayLength",
31+
type: "error",
32+
},
2833
{
2934
inputs: [],
3035
name: "AccountFacet__NonExistentVerificationFacet",

0 commit comments

Comments
 (0)