@flarenetwork/flare-periphery-contract-artifacts 0.1.39 → 0.1.40

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 (23) hide show
  1. package/coston/artifacts/contracts/IFAsset.sol/IFAsset.json +263 -0
  2. package/coston2/artifacts/contracts/IFAsset.sol/IFAsset.json +263 -0
  3. package/coston2/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +14 -2
  4. package/coston2/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +54 -15
  5. package/coston2/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +14 -2
  6. package/coston2/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json +37 -10
  7. package/dist/coston/abis.d.ts.map +1 -1
  8. package/dist/coston/artifacts/contracts/IFAsset.sol/IFAsset.json +263 -0
  9. package/dist/coston2/abis.d.ts.map +1 -1
  10. package/dist/coston2/artifacts/contracts/IFAsset.sol/IFAsset.json +263 -0
  11. package/dist/coston2/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +14 -2
  12. package/dist/coston2/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +54 -15
  13. package/dist/coston2/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +14 -2
  14. package/dist/coston2/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json +37 -10
  15. package/dist/flare/abis.d.ts.map +1 -1
  16. package/dist/flare/artifacts/contracts/IFAsset.sol/IFAsset.json +263 -0
  17. package/dist/index.js +8 -0
  18. package/dist/index.js.map +1 -1
  19. package/dist/songbird/abis.d.ts.map +1 -1
  20. package/dist/songbird/artifacts/contracts/IFAsset.sol/IFAsset.json +263 -0
  21. package/flare/artifacts/contracts/IFAsset.sol/IFAsset.json +263 -0
  22. package/package.json +1 -1
  23. package/songbird/artifacts/contracts/IFAsset.sol/IFAsset.json +263 -0
@@ -0,0 +1,263 @@
1
+ [
2
+ {
3
+ "anonymous": false,
4
+ "inputs": [
5
+ {
6
+ "indexed": true,
7
+ "internalType": "address",
8
+ "name": "owner",
9
+ "type": "address"
10
+ },
11
+ {
12
+ "indexed": true,
13
+ "internalType": "address",
14
+ "name": "spender",
15
+ "type": "address"
16
+ },
17
+ {
18
+ "indexed": false,
19
+ "internalType": "uint256",
20
+ "name": "value",
21
+ "type": "uint256"
22
+ }
23
+ ],
24
+ "name": "Approval",
25
+ "type": "event"
26
+ },
27
+ {
28
+ "anonymous": false,
29
+ "inputs": [
30
+ {
31
+ "indexed": true,
32
+ "internalType": "address",
33
+ "name": "from",
34
+ "type": "address"
35
+ },
36
+ {
37
+ "indexed": true,
38
+ "internalType": "address",
39
+ "name": "to",
40
+ "type": "address"
41
+ },
42
+ {
43
+ "indexed": false,
44
+ "internalType": "uint256",
45
+ "name": "value",
46
+ "type": "uint256"
47
+ }
48
+ ],
49
+ "name": "Transfer",
50
+ "type": "event"
51
+ },
52
+ {
53
+ "inputs": [
54
+ {
55
+ "internalType": "address",
56
+ "name": "owner",
57
+ "type": "address"
58
+ },
59
+ {
60
+ "internalType": "address",
61
+ "name": "spender",
62
+ "type": "address"
63
+ }
64
+ ],
65
+ "name": "allowance",
66
+ "outputs": [
67
+ {
68
+ "internalType": "uint256",
69
+ "name": "",
70
+ "type": "uint256"
71
+ }
72
+ ],
73
+ "stateMutability": "view",
74
+ "type": "function"
75
+ },
76
+ {
77
+ "inputs": [
78
+ {
79
+ "internalType": "address",
80
+ "name": "spender",
81
+ "type": "address"
82
+ },
83
+ {
84
+ "internalType": "uint256",
85
+ "name": "amount",
86
+ "type": "uint256"
87
+ }
88
+ ],
89
+ "name": "approve",
90
+ "outputs": [
91
+ {
92
+ "internalType": "bool",
93
+ "name": "",
94
+ "type": "bool"
95
+ }
96
+ ],
97
+ "stateMutability": "nonpayable",
98
+ "type": "function"
99
+ },
100
+ {
101
+ "inputs": [],
102
+ "name": "assetManager",
103
+ "outputs": [
104
+ {
105
+ "internalType": "address",
106
+ "name": "",
107
+ "type": "address"
108
+ }
109
+ ],
110
+ "stateMutability": "view",
111
+ "type": "function"
112
+ },
113
+ {
114
+ "inputs": [],
115
+ "name": "assetName",
116
+ "outputs": [
117
+ {
118
+ "internalType": "string",
119
+ "name": "",
120
+ "type": "string"
121
+ }
122
+ ],
123
+ "stateMutability": "view",
124
+ "type": "function"
125
+ },
126
+ {
127
+ "inputs": [],
128
+ "name": "assetSymbol",
129
+ "outputs": [
130
+ {
131
+ "internalType": "string",
132
+ "name": "",
133
+ "type": "string"
134
+ }
135
+ ],
136
+ "stateMutability": "view",
137
+ "type": "function"
138
+ },
139
+ {
140
+ "inputs": [
141
+ {
142
+ "internalType": "address",
143
+ "name": "account",
144
+ "type": "address"
145
+ }
146
+ ],
147
+ "name": "balanceOf",
148
+ "outputs": [
149
+ {
150
+ "internalType": "uint256",
151
+ "name": "",
152
+ "type": "uint256"
153
+ }
154
+ ],
155
+ "stateMutability": "view",
156
+ "type": "function"
157
+ },
158
+ {
159
+ "inputs": [],
160
+ "name": "decimals",
161
+ "outputs": [
162
+ {
163
+ "internalType": "uint8",
164
+ "name": "",
165
+ "type": "uint8"
166
+ }
167
+ ],
168
+ "stateMutability": "view",
169
+ "type": "function"
170
+ },
171
+ {
172
+ "inputs": [],
173
+ "name": "name",
174
+ "outputs": [
175
+ {
176
+ "internalType": "string",
177
+ "name": "",
178
+ "type": "string"
179
+ }
180
+ ],
181
+ "stateMutability": "view",
182
+ "type": "function"
183
+ },
184
+ {
185
+ "inputs": [],
186
+ "name": "symbol",
187
+ "outputs": [
188
+ {
189
+ "internalType": "string",
190
+ "name": "",
191
+ "type": "string"
192
+ }
193
+ ],
194
+ "stateMutability": "view",
195
+ "type": "function"
196
+ },
197
+ {
198
+ "inputs": [],
199
+ "name": "totalSupply",
200
+ "outputs": [
201
+ {
202
+ "internalType": "uint256",
203
+ "name": "",
204
+ "type": "uint256"
205
+ }
206
+ ],
207
+ "stateMutability": "view",
208
+ "type": "function"
209
+ },
210
+ {
211
+ "inputs": [
212
+ {
213
+ "internalType": "address",
214
+ "name": "to",
215
+ "type": "address"
216
+ },
217
+ {
218
+ "internalType": "uint256",
219
+ "name": "amount",
220
+ "type": "uint256"
221
+ }
222
+ ],
223
+ "name": "transfer",
224
+ "outputs": [
225
+ {
226
+ "internalType": "bool",
227
+ "name": "",
228
+ "type": "bool"
229
+ }
230
+ ],
231
+ "stateMutability": "nonpayable",
232
+ "type": "function"
233
+ },
234
+ {
235
+ "inputs": [
236
+ {
237
+ "internalType": "address",
238
+ "name": "from",
239
+ "type": "address"
240
+ },
241
+ {
242
+ "internalType": "address",
243
+ "name": "to",
244
+ "type": "address"
245
+ },
246
+ {
247
+ "internalType": "uint256",
248
+ "name": "amount",
249
+ "type": "uint256"
250
+ }
251
+ ],
252
+ "name": "transferFrom",
253
+ "outputs": [
254
+ {
255
+ "internalType": "bool",
256
+ "name": "",
257
+ "type": "bool"
258
+ }
259
+ ],
260
+ "stateMutability": "nonpayable",
261
+ "type": "function"
262
+ }
263
+ ]
package/dist/index.js CHANGED
@@ -32,6 +32,7 @@ var IDiamondLoupe = require('./coston/artifacts/contracts/diamond/interfaces/IDi
32
32
  var IEVMTransaction = require('./coston/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json');
33
33
  var IEVMTransactionVerification = require('./coston/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json');
34
34
  var IEntityManager = require('./coston/artifacts/contracts/IEntityManager.sol/IEntityManager.json');
35
+ var IFAsset = require('./coston/artifacts/contracts/IFAsset.sol/IFAsset.json');
35
36
  var IFastUpdateIncentiveManager = require('./coston/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json');
36
37
  var IFastUpdater = require('./coston/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json');
37
38
  var IFastUpdatesConfiguration = require('./coston/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json');
@@ -185,6 +186,7 @@ var IEVMTransaction$1 = require('./coston2/artifacts/contracts/IEVMTransaction.s
185
186
  var IEVMTransactionVerification$1 = require('./coston2/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json');
186
187
  var IEntityManager$1 = require('./coston2/artifacts/contracts/IEntityManager.sol/IEntityManager.json');
187
188
  var IExecutorsFacet = require('./coston2/artifacts/contracts/IExecutorsFacet.sol/IExecutorsFacet.json');
189
+ var IFAsset$1 = require('./coston2/artifacts/contracts/IFAsset.sol/IFAsset.json');
188
190
  var IFastUpdateIncentiveManager$1 = require('./coston2/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json');
189
191
  var IFastUpdater$1 = require('./coston2/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json');
190
192
  var IFastUpdatesConfiguration$1 = require('./coston2/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json');
@@ -353,6 +355,7 @@ var IDistributionToDelegators$1 = require('./flare/artifacts/contracts/IDistribu
353
355
  var IEVMTransaction$2 = require('./flare/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json');
354
356
  var IEVMTransactionVerification$2 = require('./flare/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json');
355
357
  var IEntityManager$2 = require('./flare/artifacts/contracts/IEntityManager.sol/IEntityManager.json');
358
+ var IFAsset$2 = require('./flare/artifacts/contracts/IFAsset.sol/IFAsset.json');
356
359
  var IFastUpdateIncentiveManager$2 = require('./flare/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json');
357
360
  var IFastUpdater$2 = require('./flare/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json');
358
361
  var IFastUpdatesConfiguration$2 = require('./flare/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json');
@@ -509,6 +512,7 @@ var IDiamondLoupe$3 = require('./songbird/artifacts/contracts/diamond/interfaces
509
512
  var IEVMTransaction$3 = require('./songbird/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json');
510
513
  var IEVMTransactionVerification$3 = require('./songbird/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json');
511
514
  var IEntityManager$3 = require('./songbird/artifacts/contracts/IEntityManager.sol/IEntityManager.json');
515
+ var IFAsset$3 = require('./songbird/artifacts/contracts/IFAsset.sol/IFAsset.json');
512
516
  var IFastUpdateIncentiveManager$3 = require('./songbird/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json');
513
517
  var IFastUpdater$3 = require('./songbird/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json');
514
518
  var IFastUpdatesConfiguration$3 = require('./songbird/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json');
@@ -8251,6 +8255,7 @@ const interfaceAbis$3 = {
8251
8255
  IEVMTransaction: IEVMTransaction,
8252
8256
  IEVMTransactionVerification: IEVMTransactionVerification,
8253
8257
  IEntityManager: IEntityManager,
8258
+ IFAsset: IFAsset,
8254
8259
  IFastUpdateIncentiveManager: IFastUpdateIncentiveManager,
8255
8260
  IFastUpdater: IFastUpdater,
8256
8261
  IFastUpdatesConfiguration: IFastUpdatesConfiguration,
@@ -8724,6 +8729,7 @@ const interfaceAbis$2 = {
8724
8729
  IEVMTransactionVerification: IEVMTransactionVerification$1,
8725
8730
  IEntityManager: IEntityManager$1,
8726
8731
  IExecutorsFacet: IExecutorsFacet,
8732
+ IFAsset: IFAsset$1,
8727
8733
  IFastUpdateIncentiveManager: IFastUpdateIncentiveManager$1,
8728
8734
  IFastUpdater: IFastUpdater$1,
8729
8735
  IFastUpdatesConfiguration: IFastUpdatesConfiguration$1,
@@ -9219,6 +9225,7 @@ const interfaceAbis$1 = {
9219
9225
  IEVMTransaction: IEVMTransaction$2,
9220
9226
  IEVMTransactionVerification: IEVMTransactionVerification$2,
9221
9227
  IEntityManager: IEntityManager$2,
9228
+ IFAsset: IFAsset$2,
9222
9229
  IFastUpdateIncentiveManager: IFastUpdateIncentiveManager$2,
9223
9230
  IFastUpdater: IFastUpdater$2,
9224
9231
  IFastUpdatesConfiguration: IFastUpdatesConfiguration$2,
@@ -9695,6 +9702,7 @@ const interfaceAbis = {
9695
9702
  IEVMTransaction: IEVMTransaction$3,
9696
9703
  IEVMTransactionVerification: IEVMTransactionVerification$3,
9697
9704
  IEntityManager: IEntityManager$3,
9705
+ IFAsset: IFAsset$3,
9698
9706
  IFastUpdateIncentiveManager: IFastUpdateIncentiveManager$3,
9699
9707
  IFastUpdater: IFastUpdater$3,
9700
9708
  IFastUpdatesConfiguration: IFastUpdatesConfiguration$3,