@flarenetwork/flare-periphery-contract-artifacts 0.1.42 → 0.1.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/coston2/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +0 -47
  2. package/coston2/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +0 -256
  3. package/coston2/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +0 -58
  4. package/coston2/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +0 -25
  5. package/dist/coston2/abis.d.ts.map +1 -1
  6. package/dist/coston2/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +0 -47
  7. package/dist/coston2/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +0 -256
  8. package/dist/coston2/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +0 -58
  9. package/dist/coston2/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +0 -25
  10. package/dist/flare/abis.d.ts.map +1 -1
  11. package/dist/flare/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +0 -47
  12. package/dist/flare/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +0 -256
  13. package/dist/flare/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +0 -58
  14. package/dist/flare/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +0 -25
  15. package/dist/index.js +0 -4
  16. package/dist/index.js.map +1 -1
  17. package/flare/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +0 -47
  18. package/flare/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +0 -256
  19. package/flare/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +0 -58
  20. package/flare/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +0 -25
  21. package/package.json +1 -1
  22. package/coston2/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json +0 -186
  23. package/dist/coston2/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json +0 -186
  24. package/dist/flare/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json +0 -186
  25. package/flare/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json +0 -186
@@ -64,11 +64,6 @@
64
64
  "name": "AgentsVaultsLengthsMismatch",
65
65
  "type": "error"
66
66
  },
67
- {
68
- "inputs": [],
69
- "name": "EmptyCustomInstruction",
70
- "type": "error"
71
- },
72
67
  {
73
68
  "inputs": [
74
69
  {
@@ -101,11 +96,6 @@
101
96
  "name": "InvalidAmount",
102
97
  "type": "error"
103
98
  },
104
- {
105
- "inputs": [],
106
- "name": "InvalidCustomInstructionHash",
107
- "type": "error"
108
- },
109
99
  {
110
100
  "inputs": [],
111
101
  "name": "InvalidExecutor",
@@ -289,22 +279,6 @@
289
279
  "name": "PersonalAccountNotSuccessfullyDeployed",
290
280
  "type": "error"
291
281
  },
292
- {
293
- "inputs": [],
294
- "name": "TargetAddressZero",
295
- "type": "error"
296
- },
297
- {
298
- "inputs": [
299
- {
300
- "internalType": "address",
301
- "name": "target",
302
- "type": "address"
303
- }
304
- ],
305
- "name": "TargetNotAContract",
306
- "type": "error"
307
- },
308
282
  {
309
283
  "inputs": [],
310
284
  "name": "TimelockDurationTooLong",
@@ -599,74 +573,6 @@
599
573
  "name": "CollateralReserved",
600
574
  "type": "event"
601
575
  },
602
- {
603
- "anonymous": false,
604
- "inputs": [
605
- {
606
- "indexed": true,
607
- "internalType": "bytes32",
608
- "name": "customInstructionHash",
609
- "type": "bytes32"
610
- }
611
- ],
612
- "name": "CustomInstructionAlreadyRegistered",
613
- "type": "event"
614
- },
615
- {
616
- "anonymous": false,
617
- "inputs": [
618
- {
619
- "indexed": true,
620
- "internalType": "address",
621
- "name": "personalAccount",
622
- "type": "address"
623
- },
624
- {
625
- "indexed": true,
626
- "internalType": "bytes32",
627
- "name": "callHash",
628
- "type": "bytes32"
629
- },
630
- {
631
- "components": [
632
- {
633
- "internalType": "address",
634
- "name": "targetContract",
635
- "type": "address"
636
- },
637
- {
638
- "internalType": "uint256",
639
- "name": "value",
640
- "type": "uint256"
641
- },
642
- {
643
- "internalType": "bytes",
644
- "name": "data",
645
- "type": "bytes"
646
- }
647
- ],
648
- "indexed": false,
649
- "internalType": "struct ICustomInstructionsFacet.CustomCall[]",
650
- "name": "customInstruction",
651
- "type": "tuple[]"
652
- }
653
- ],
654
- "name": "CustomInstructionExecuted",
655
- "type": "event"
656
- },
657
- {
658
- "anonymous": false,
659
- "inputs": [
660
- {
661
- "indexed": true,
662
- "internalType": "bytes32",
663
- "name": "customInstructionHash",
664
- "type": "bytes32"
665
- }
666
- ],
667
- "name": "CustomInstructionRegistered",
668
- "type": "event"
669
- },
670
576
  {
671
577
  "anonymous": false,
672
578
  "inputs": [
@@ -1210,31 +1116,6 @@
1210
1116
  "name": "VaultAdded",
1211
1117
  "type": "event"
1212
1118
  },
1213
- {
1214
- "anonymous": false,
1215
- "inputs": [
1216
- {
1217
- "indexed": true,
1218
- "internalType": "uint256",
1219
- "name": "vaultId",
1220
- "type": "uint256"
1221
- },
1222
- {
1223
- "indexed": true,
1224
- "internalType": "address",
1225
- "name": "vaultAddress",
1226
- "type": "address"
1227
- },
1228
- {
1229
- "indexed": true,
1230
- "internalType": "uint8",
1231
- "name": "vaultType",
1232
- "type": "uint8"
1233
- }
1234
- ],
1235
- "name": "VaultRemoved",
1236
- "type": "event"
1237
- },
1238
1119
  {
1239
1120
  "anonymous": false,
1240
1121
  "inputs": [
@@ -1332,42 +1213,6 @@
1332
1213
  "stateMutability": "nonpayable",
1333
1214
  "type": "function"
1334
1215
  },
1335
- {
1336
- "inputs": [
1337
- {
1338
- "components": [
1339
- {
1340
- "internalType": "address",
1341
- "name": "targetContract",
1342
- "type": "address"
1343
- },
1344
- {
1345
- "internalType": "uint256",
1346
- "name": "value",
1347
- "type": "uint256"
1348
- },
1349
- {
1350
- "internalType": "bytes",
1351
- "name": "data",
1352
- "type": "bytes"
1353
- }
1354
- ],
1355
- "internalType": "struct ICustomInstructionsFacet.CustomCall[]",
1356
- "name": "_customInstruction",
1357
- "type": "tuple[]"
1358
- }
1359
- ],
1360
- "name": "encodeCustomInstruction",
1361
- "outputs": [
1362
- {
1363
- "internalType": "bytes32",
1364
- "name": "_customInstructionHash",
1365
- "type": "bytes32"
1366
- }
1367
- ],
1368
- "stateMutability": "pure",
1369
- "type": "function"
1370
- },
1371
1216
  {
1372
1217
  "inputs": [
1373
1218
  {
@@ -1772,71 +1617,6 @@
1772
1617
  "stateMutability": "view",
1773
1618
  "type": "function"
1774
1619
  },
1775
- {
1776
- "inputs": [
1777
- {
1778
- "internalType": "bytes32",
1779
- "name": "_customInstructionHash",
1780
- "type": "bytes32"
1781
- }
1782
- ],
1783
- "name": "getCustomInstruction",
1784
- "outputs": [
1785
- {
1786
- "components": [
1787
- {
1788
- "internalType": "address",
1789
- "name": "targetContract",
1790
- "type": "address"
1791
- },
1792
- {
1793
- "internalType": "uint256",
1794
- "name": "value",
1795
- "type": "uint256"
1796
- },
1797
- {
1798
- "internalType": "bytes",
1799
- "name": "data",
1800
- "type": "bytes"
1801
- }
1802
- ],
1803
- "internalType": "struct ICustomInstructionsFacet.CustomCall[]",
1804
- "name": "_customInstruction",
1805
- "type": "tuple[]"
1806
- }
1807
- ],
1808
- "stateMutability": "view",
1809
- "type": "function"
1810
- },
1811
- {
1812
- "inputs": [
1813
- {
1814
- "internalType": "uint256",
1815
- "name": "_start",
1816
- "type": "uint256"
1817
- },
1818
- {
1819
- "internalType": "uint256",
1820
- "name": "_end",
1821
- "type": "uint256"
1822
- }
1823
- ],
1824
- "name": "getCustomInstructionHashes",
1825
- "outputs": [
1826
- {
1827
- "internalType": "bytes32[]",
1828
- "name": "_customInstructionHashes",
1829
- "type": "bytes32[]"
1830
- },
1831
- {
1832
- "internalType": "uint256",
1833
- "name": "_totalLength",
1834
- "type": "uint256"
1835
- }
1836
- ],
1837
- "stateMutability": "view",
1838
- "type": "function"
1839
- },
1840
1620
  {
1841
1621
  "inputs": [],
1842
1622
  "name": "getDefaultInstructionFee",
@@ -2107,42 +1887,6 @@
2107
1887
  "stateMutability": "view",
2108
1888
  "type": "function"
2109
1889
  },
2110
- {
2111
- "inputs": [
2112
- {
2113
- "components": [
2114
- {
2115
- "internalType": "address",
2116
- "name": "targetContract",
2117
- "type": "address"
2118
- },
2119
- {
2120
- "internalType": "uint256",
2121
- "name": "value",
2122
- "type": "uint256"
2123
- },
2124
- {
2125
- "internalType": "bytes",
2126
- "name": "data",
2127
- "type": "bytes"
2128
- }
2129
- ],
2130
- "internalType": "struct ICustomInstructionsFacet.CustomCall[]",
2131
- "name": "_customInstruction",
2132
- "type": "tuple[]"
2133
- }
2134
- ],
2135
- "name": "registerCustomInstruction",
2136
- "outputs": [
2137
- {
2138
- "internalType": "bytes32",
2139
- "name": "_customInstructionHash",
2140
- "type": "bytes32"
2141
- }
2142
- ],
2143
- "stateMutability": "nonpayable",
2144
- "type": "function"
2145
- },
2146
1890
  {
2147
1891
  "inputs": [
2148
1892
  {
@@ -14,34 +14,6 @@
14
14
  "name": "ApprovalFailed",
15
15
  "type": "error"
16
16
  },
17
- {
18
- "inputs": [
19
- {
20
- "components": [
21
- {
22
- "internalType": "address",
23
- "name": "targetContract",
24
- "type": "address"
25
- },
26
- {
27
- "internalType": "uint256",
28
- "name": "value",
29
- "type": "uint256"
30
- },
31
- {
32
- "internalType": "bytes",
33
- "name": "data",
34
- "type": "bytes"
35
- }
36
- ],
37
- "internalType": "struct ICustomInstructionsFacet.CustomCall",
38
- "name": "customCall",
39
- "type": "tuple"
40
- }
41
- ],
42
- "name": "CustomInstructionCallFailed",
43
- "type": "error"
44
- },
45
17
  {
46
18
  "inputs": [
47
19
  {
@@ -189,36 +161,6 @@
189
161
  "name": "CollateralReserved",
190
162
  "type": "event"
191
163
  },
192
- {
193
- "anonymous": false,
194
- "inputs": [
195
- {
196
- "components": [
197
- {
198
- "internalType": "address",
199
- "name": "targetContract",
200
- "type": "address"
201
- },
202
- {
203
- "internalType": "uint256",
204
- "name": "value",
205
- "type": "uint256"
206
- },
207
- {
208
- "internalType": "bytes",
209
- "name": "data",
210
- "type": "bytes"
211
- }
212
- ],
213
- "indexed": true,
214
- "internalType": "struct ICustomInstructionsFacet.CustomCall[]",
215
- "name": "customInstruction",
216
- "type": "tuple[]"
217
- }
218
- ],
219
- "name": "CustomInstructionExecuted",
220
- "type": "event"
221
- },
222
164
  {
223
165
  "anonymous": false,
224
166
  "inputs": [
@@ -95,31 +95,6 @@
95
95
  "name": "VaultAdded",
96
96
  "type": "event"
97
97
  },
98
- {
99
- "anonymous": false,
100
- "inputs": [
101
- {
102
- "indexed": true,
103
- "internalType": "uint256",
104
- "name": "vaultId",
105
- "type": "uint256"
106
- },
107
- {
108
- "indexed": true,
109
- "internalType": "address",
110
- "name": "vaultAddress",
111
- "type": "address"
112
- },
113
- {
114
- "indexed": true,
115
- "internalType": "uint8",
116
- "name": "vaultType",
117
- "type": "uint8"
118
- }
119
- ],
120
- "name": "VaultRemoved",
121
- "type": "event"
122
- },
123
98
  {
124
99
  "inputs": [],
125
100
  "name": "getVaults",
package/dist/index.js CHANGED
@@ -175,7 +175,6 @@ var IConfirmedBlockHeightExists$1 = require('./coston2/artifacts/contracts/IConf
175
175
  var IConfirmedBlockHeightExistsVerification$1 = require('./coston2/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json');
176
176
  var ICoreVaultClient$1 = require('./coston2/artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json');
177
177
  var ICoreVaultClientSettings$1 = require('./coston2/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json');
178
- var ICustomInstructionsFacet = require('./coston2/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json');
179
178
  var IDelegationAccount$1 = require('./coston2/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json');
180
179
  var IDiamond = require('./coston2/artifacts/contracts/diamond/interfaces/IDiamond.sol/IDiamond.json');
181
180
  var IDiamondCut = require('./coston2/artifacts/contracts/diamond/interfaces/IDiamondCut.sol/IDiamondCut.json');
@@ -351,7 +350,6 @@ var IConfirmedBlockHeightExists$2 = require('./flare/artifacts/contracts/IConfir
351
350
  var IConfirmedBlockHeightExistsVerification$2 = require('./flare/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json');
352
351
  var ICoreVaultClient$2 = require('./flare/artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json');
353
352
  var ICoreVaultClientSettings$2 = require('./flare/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json');
354
- var ICustomInstructionsFacet$1 = require('./flare/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json');
355
353
  var IDelegationAccount$2 = require('./flare/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json');
356
354
  var IDiamond$1 = require('./flare/artifacts/contracts/diamond/interfaces/IDiamond.sol/IDiamond.json');
357
355
  var IDiamondCut$1 = require('./flare/artifacts/contracts/diamond/interfaces/IDiamondCut.sol/IDiamondCut.json');
@@ -8736,7 +8734,6 @@ const interfaceAbis$2 = {
8736
8734
  IConfirmedBlockHeightExistsVerification: IConfirmedBlockHeightExistsVerification$1,
8737
8735
  ICoreVaultClient: ICoreVaultClient$1,
8738
8736
  ICoreVaultClientSettings: ICoreVaultClientSettings$1,
8739
- ICustomInstructionsFacet: ICustomInstructionsFacet,
8740
8737
  IDelegationAccount: IDelegationAccount$1,
8741
8738
  IDiamond: IDiamond,
8742
8739
  IDiamondCut: IDiamondCut,
@@ -9246,7 +9243,6 @@ const interfaceAbis$1 = {
9246
9243
  IConfirmedBlockHeightExistsVerification: IConfirmedBlockHeightExistsVerification$2,
9247
9244
  ICoreVaultClient: ICoreVaultClient$2,
9248
9245
  ICoreVaultClientSettings: ICoreVaultClientSettings$2,
9249
- ICustomInstructionsFacet: ICustomInstructionsFacet$1,
9250
9246
  IDelegationAccount: IDelegationAccount$2,
9251
9247
  IDiamond: IDiamond$1,
9252
9248
  IDiamondCut: IDiamondCut$1,