Skip to content

Commit 983a4d2

Browse files
authored
Merge pull request #14 from flare-foundation:0.1.43
Update version to 0.1.43
2 parents 1bcfaad + 71a685b commit 983a4d2

File tree

16 files changed

+7
-1167
lines changed

16 files changed

+7
-1167
lines changed

coston2/abis.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import IConfirmedBlockHeightExists from "./artifacts/contracts/IConfirmedBlockHe
2727
import IConfirmedBlockHeightExistsVerification from "./artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json";
2828
import ICoreVaultClient from "./artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json";
2929
import ICoreVaultClientSettings from "./artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json";
30-
import ICustomInstructionsFacet from "./artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json";
3130
import IDelegationAccount from "./artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json";
3231
import IDiamond from "./artifacts/contracts/diamond/interfaces/IDiamond.sol/IDiamond.json";
3332
import IDiamondCut from "./artifacts/contracts/diamond/interfaces/IDiamondCut.sol/IDiamondCut.json";
@@ -213,7 +212,6 @@ export const interfaceAbis: { [key: string]: any } = {
213212
IConfirmedBlockHeightExistsVerification: IConfirmedBlockHeightExistsVerification,
214213
ICoreVaultClient: ICoreVaultClient,
215214
ICoreVaultClientSettings: ICoreVaultClientSettings,
216-
ICustomInstructionsFacet: ICustomInstructionsFacet,
217215
IDelegationAccount: IDelegationAccount,
218216
IDiamond: IDiamond,
219217
IDiamondCut: IDiamondCut,

coston2/artifacts/contracts/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json

Lines changed: 0 additions & 186 deletions
This file was deleted.

coston2/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
"name": "InvalidAmount",
1010
"type": "error"
1111
},
12-
{
13-
"inputs": [],
14-
"name": "InvalidCustomInstructionHash",
15-
"type": "error"
16-
},
1712
{
1813
"inputs": [
1914
{
@@ -223,48 +218,6 @@
223218
"name": "CollateralReserved",
224219
"type": "event"
225220
},
226-
{
227-
"anonymous": false,
228-
"inputs": [
229-
{
230-
"indexed": true,
231-
"internalType": "address",
232-
"name": "personalAccount",
233-
"type": "address"
234-
},
235-
{
236-
"indexed": true,
237-
"internalType": "bytes32",
238-
"name": "callHash",
239-
"type": "bytes32"
240-
},
241-
{
242-
"components": [
243-
{
244-
"internalType": "address",
245-
"name": "targetContract",
246-
"type": "address"
247-
},
248-
{
249-
"internalType": "uint256",
250-
"name": "value",
251-
"type": "uint256"
252-
},
253-
{
254-
"internalType": "bytes",
255-
"name": "data",
256-
"type": "bytes"
257-
}
258-
],
259-
"indexed": false,
260-
"internalType": "struct ICustomInstructionsFacet.CustomCall[]",
261-
"name": "customInstruction",
262-
"type": "tuple[]"
263-
}
264-
],
265-
"name": "CustomInstructionExecuted",
266-
"type": "event"
267-
},
268221
{
269222
"anonymous": false,
270223
"inputs": [

0 commit comments

Comments
 (0)