@flarenetwork/flare-periphery-contract-artifacts 0.1.44-alpha.3 → 0.1.44-alpha.4
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.
- package/coston2/artifacts/contracts/IFAssetRedeemComposer.sol/IFAssetRedeemComposer.json +711 -0
- package/coston2/artifacts/contracts/IFAssetRedeemerAccount.sol/IFAssetRedeemerAccount.json +59 -0
- package/coston2/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +335 -32
- package/coston2/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +755 -403
- package/coston2/artifacts/contracts/IOwnableWithTimelock.sol/IOwnableWithTimelock.json +152 -0
- package/coston2/artifacts/contracts/IPauseFacet.sol/IPauseFacet.json +220 -0
- package/coston2/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +9 -82
- package/coston2/artifacts/contracts/IPersonalAccountReaderFacet.sol/IPersonalAccountReaderFacet.json +228 -0
- package/coston2/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +3 -28
- package/dist/coston2/abis.d.ts.map +1 -1
- package/dist/coston2/artifacts/contracts/IFAssetRedeemComposer.sol/IFAssetRedeemComposer.json +711 -0
- package/dist/coston2/artifacts/contracts/IFAssetRedeemerAccount.sol/IFAssetRedeemerAccount.json +59 -0
- package/dist/coston2/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +335 -32
- package/dist/coston2/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +755 -403
- package/dist/coston2/artifacts/contracts/IOwnableWithTimelock.sol/IOwnableWithTimelock.json +152 -0
- package/dist/coston2/artifacts/contracts/IPauseFacet.sol/IPauseFacet.json +220 -0
- package/dist/coston2/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +9 -82
- package/dist/coston2/artifacts/contracts/IPersonalAccountReaderFacet.sol/IPersonalAccountReaderFacet.json +228 -0
- package/dist/coston2/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +3 -28
- package/dist/index.js +12 -6
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
- package/coston2/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json +0 -186
- package/coston2/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json +0 -188
- package/dist/coston2/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json +0 -186
- package/dist/coston2/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json +0 -188
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
{
|
|
14
14
|
"inputs": [
|
|
15
15
|
{
|
|
16
|
-
"internalType": "
|
|
16
|
+
"internalType": "enum IVaultsFacet.VaultType",
|
|
17
17
|
"name": "vaultType",
|
|
18
18
|
"type": "uint8"
|
|
19
19
|
}
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"indexed": true,
|
|
90
|
-
"internalType": "
|
|
90
|
+
"internalType": "enum IVaultsFacet.VaultType",
|
|
91
91
|
"name": "vaultType",
|
|
92
92
|
"type": "uint8"
|
|
93
93
|
}
|
|
@@ -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",
|
|
@@ -135,7 +110,7 @@
|
|
|
135
110
|
"type": "address[]"
|
|
136
111
|
},
|
|
137
112
|
{
|
|
138
|
-
"internalType": "
|
|
113
|
+
"internalType": "enum IVaultsFacet.VaultType[]",
|
|
139
114
|
"name": "_vaultTypes",
|
|
140
115
|
"type": "uint8[]"
|
|
141
116
|
}
|
package/dist/index.js
CHANGED
|
@@ -183,7 +183,6 @@ var IConfirmedBlockHeightExists$1 = require('./coston2/artifacts/contracts/IConf
|
|
|
183
183
|
var IConfirmedBlockHeightExistsVerification$1 = require('./coston2/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json');
|
|
184
184
|
var ICoreVaultClient$1 = require('./coston2/artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json');
|
|
185
185
|
var ICoreVaultClientSettings$1 = require('./coston2/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json');
|
|
186
|
-
var ICustomInstructionsFacet = require('./coston2/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json');
|
|
187
186
|
var IDelegationAccount$1 = require('./coston2/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json');
|
|
188
187
|
var IDiamond = require('./coston2/artifacts/contracts/diamond/interfaces/IDiamond.sol/IDiamond.json');
|
|
189
188
|
var IDiamondCut = require('./coston2/artifacts/contracts/diamond/interfaces/IDiamondCut.sol/IDiamondCut.json');
|
|
@@ -198,6 +197,8 @@ var IEVMTransactionVerification$1 = require('./coston2/artifacts/contracts/IEVMT
|
|
|
198
197
|
var IEntityManager$1 = require('./coston2/artifacts/contracts/IEntityManager.sol/IEntityManager.json');
|
|
199
198
|
var IExecutorsFacet = require('./coston2/artifacts/contracts/IExecutorsFacet.sol/IExecutorsFacet.json');
|
|
200
199
|
var IFAsset$1 = require('./coston2/artifacts/contracts/IFAsset.sol/IFAsset.json');
|
|
200
|
+
var IFAssetRedeemComposer = require('./coston2/artifacts/contracts/IFAssetRedeemComposer.sol/IFAssetRedeemComposer.json');
|
|
201
|
+
var IFAssetRedeemerAccount = require('./coston2/artifacts/contracts/IFAssetRedeemerAccount.sol/IFAssetRedeemerAccount.json');
|
|
201
202
|
var IFastUpdateIncentiveManager$1 = require('./coston2/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json');
|
|
202
203
|
var IFastUpdater$1 = require('./coston2/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json');
|
|
203
204
|
var IFastUpdatesConfiguration$1 = require('./coston2/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json');
|
|
@@ -285,14 +286,17 @@ var IInflationGenesis$1 = require('./coston2/artifacts/contracts/genesis/interfa
|
|
|
285
286
|
var IInstructionFeesFacet = require('./coston2/artifacts/contracts/IInstructionFeesFacet.sol/IInstructionFeesFacet.json');
|
|
286
287
|
var IInstructionsFacet = require('./coston2/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json');
|
|
287
288
|
var IMasterAccountController = require('./coston2/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json');
|
|
289
|
+
var IOwnableWithTimelock = require('./coston2/artifacts/contracts/IOwnableWithTimelock.sol/IOwnableWithTimelock.json');
|
|
288
290
|
var IPChainStakeMirror = require('./coston2/artifacts/contracts/IPChainStakeMirror.sol/IPChainStakeMirror.json');
|
|
289
291
|
var IPChainStakeMirrorMultiSigVoting = require('./coston2/artifacts/contracts/IPChainStakeMirrorMultiSigVoting.sol/IPChainStakeMirrorMultiSigVoting.json');
|
|
290
292
|
var IPChainStakeMirrorVerifier = require('./coston2/artifacts/contracts/IPChainStakeMirrorVerifier.sol/IPChainStakeMirrorVerifier.json');
|
|
291
293
|
var IPChainVotePower = require('./coston2/artifacts/contracts/IPChainVotePower.sol/IPChainVotePower.json');
|
|
294
|
+
var IPauseFacet = require('./coston2/artifacts/contracts/IPauseFacet.sol/IPauseFacet.json');
|
|
292
295
|
var IPayment$1 = require('./coston2/artifacts/contracts/IPayment.sol/IPayment.json');
|
|
293
296
|
var IPaymentProofsFacet = require('./coston2/artifacts/contracts/IPaymentProofsFacet.sol/IPaymentProofsFacet.json');
|
|
294
297
|
var IPaymentVerification$1 = require('./coston2/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json');
|
|
295
298
|
var IPersonalAccount = require('./coston2/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json');
|
|
299
|
+
var IPersonalAccountReaderFacet = require('./coston2/artifacts/contracts/IPersonalAccountReaderFacet.sol/IPersonalAccountReaderFacet.json');
|
|
296
300
|
var IPersonalAccountsFacet = require('./coston2/artifacts/contracts/IPersonalAccountsFacet.sol/IPersonalAccountsFacet.json');
|
|
297
301
|
var IPollingFtso$1 = require('./coston2/artifacts/contracts/IPollingFtso.sol/IPollingFtso.json');
|
|
298
302
|
var IPollingManagementGroup$1 = require('./coston2/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json');
|
|
@@ -308,7 +312,6 @@ var IReferencedPaymentNonexistenceVerification$1 = require('./coston2/artifacts/
|
|
|
308
312
|
var IRelay$1 = require('./coston2/artifacts/contracts/IRelay.sol/IRelay.json');
|
|
309
313
|
var IRewardManager$1 = require('./coston2/artifacts/contracts/IRewardManager.sol/IRewardManager.json');
|
|
310
314
|
var ISubmission$1 = require('./coston2/artifacts/contracts/ISubmission.sol/ISubmission.json');
|
|
311
|
-
var ISwapFacet = require('./coston2/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json');
|
|
312
315
|
var ITimelockFacet = require('./coston2/artifacts/contracts/ITimelockFacet.sol/ITimelockFacet.json');
|
|
313
316
|
var ITypeTemplate$1 = require('./coston2/artifacts/contracts/fdc/interfaces/ITypeTemplate.sol/ITypeTemplate.json');
|
|
314
317
|
var ITypeTemplateVerification$1 = require('./coston2/artifacts/contracts/fdc/interfaces/ITypeTemplateVerification.sol/ITypeTemplateVerification.json');
|
|
@@ -490,7 +493,7 @@ var IReferencedPaymentNonexistenceVerification$2 = require('./flare/artifacts/co
|
|
|
490
493
|
var IRelay$2 = require('./flare/artifacts/contracts/IRelay.sol/IRelay.json');
|
|
491
494
|
var IRewardManager$2 = require('./flare/artifacts/contracts/IRewardManager.sol/IRewardManager.json');
|
|
492
495
|
var ISubmission$2 = require('./flare/artifacts/contracts/ISubmission.sol/ISubmission.json');
|
|
493
|
-
var ISwapFacet
|
|
496
|
+
var ISwapFacet = require('./flare/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json');
|
|
494
497
|
var ITimelockFacet$1 = require('./flare/artifacts/contracts/ITimelockFacet.sol/ITimelockFacet.json');
|
|
495
498
|
var ITypeTemplate$2 = require('./flare/artifacts/contracts/fdc/interfaces/ITypeTemplate.sol/ITypeTemplate.json');
|
|
496
499
|
var ITypeTemplateVerification$2 = require('./flare/artifacts/contracts/fdc/interfaces/ITypeTemplateVerification.sol/ITypeTemplateVerification.json');
|
|
@@ -8764,7 +8767,6 @@ const interfaceAbis$2 = {
|
|
|
8764
8767
|
IConfirmedBlockHeightExistsVerification: IConfirmedBlockHeightExistsVerification$1,
|
|
8765
8768
|
ICoreVaultClient: ICoreVaultClient$1,
|
|
8766
8769
|
ICoreVaultClientSettings: ICoreVaultClientSettings$1,
|
|
8767
|
-
ICustomInstructionsFacet: ICustomInstructionsFacet,
|
|
8768
8770
|
IDelegationAccount: IDelegationAccount$1,
|
|
8769
8771
|
IDiamond: IDiamond,
|
|
8770
8772
|
IDiamondCut: IDiamondCut,
|
|
@@ -8779,6 +8781,8 @@ const interfaceAbis$2 = {
|
|
|
8779
8781
|
IEntityManager: IEntityManager$1,
|
|
8780
8782
|
IExecutorsFacet: IExecutorsFacet,
|
|
8781
8783
|
IFAsset: IFAsset$1,
|
|
8784
|
+
IFAssetRedeemComposer: IFAssetRedeemComposer,
|
|
8785
|
+
IFAssetRedeemerAccount: IFAssetRedeemerAccount,
|
|
8782
8786
|
IFastUpdateIncentiveManager: IFastUpdateIncentiveManager$1,
|
|
8783
8787
|
IFastUpdater: IFastUpdater$1,
|
|
8784
8788
|
IFastUpdatesConfiguration: IFastUpdatesConfiguration$1,
|
|
@@ -8866,14 +8870,17 @@ const interfaceAbis$2 = {
|
|
|
8866
8870
|
IInstructionFeesFacet: IInstructionFeesFacet,
|
|
8867
8871
|
IInstructionsFacet: IInstructionsFacet,
|
|
8868
8872
|
IMasterAccountController: IMasterAccountController,
|
|
8873
|
+
IOwnableWithTimelock: IOwnableWithTimelock,
|
|
8869
8874
|
IPChainStakeMirror: IPChainStakeMirror,
|
|
8870
8875
|
IPChainStakeMirrorMultiSigVoting: IPChainStakeMirrorMultiSigVoting,
|
|
8871
8876
|
IPChainStakeMirrorVerifier: IPChainStakeMirrorVerifier,
|
|
8872
8877
|
IPChainVotePower: IPChainVotePower,
|
|
8878
|
+
IPauseFacet: IPauseFacet,
|
|
8873
8879
|
IPayment: IPayment$1,
|
|
8874
8880
|
IPaymentProofsFacet: IPaymentProofsFacet,
|
|
8875
8881
|
IPaymentVerification: IPaymentVerification$1,
|
|
8876
8882
|
IPersonalAccount: IPersonalAccount,
|
|
8883
|
+
IPersonalAccountReaderFacet: IPersonalAccountReaderFacet,
|
|
8877
8884
|
IPersonalAccountsFacet: IPersonalAccountsFacet,
|
|
8878
8885
|
IPollingFtso: IPollingFtso$1,
|
|
8879
8886
|
IPollingManagementGroup: IPollingManagementGroup$1,
|
|
@@ -8889,7 +8896,6 @@ const interfaceAbis$2 = {
|
|
|
8889
8896
|
IRelay: IRelay$1,
|
|
8890
8897
|
IRewardManager: IRewardManager$1,
|
|
8891
8898
|
ISubmission: ISubmission$1,
|
|
8892
|
-
ISwapFacet: ISwapFacet,
|
|
8893
8899
|
ITimelockFacet: ITimelockFacet,
|
|
8894
8900
|
ITypeTemplate: ITypeTemplate$1,
|
|
8895
8901
|
ITypeTemplateVerification: ITypeTemplateVerification$1,
|
|
@@ -9398,7 +9404,7 @@ const interfaceAbis$1 = {
|
|
|
9398
9404
|
IRelay: IRelay$2,
|
|
9399
9405
|
IRewardManager: IRewardManager$2,
|
|
9400
9406
|
ISubmission: ISubmission$2,
|
|
9401
|
-
ISwapFacet: ISwapFacet
|
|
9407
|
+
ISwapFacet: ISwapFacet,
|
|
9402
9408
|
ITimelockFacet: ITimelockFacet$1,
|
|
9403
9409
|
ITypeTemplate: ITypeTemplate$2,
|
|
9404
9410
|
ITypeTemplateVerification: ITypeTemplateVerification$2,
|