@ape.swap/bonds-sdk 1.0.473 → 1.0.475

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 (128) hide show
  1. package/dist/config/abi/bondNft.json +424 -0
  2. package/dist/config/abi/ens-public-resolver.json +816 -0
  3. package/dist/config/abi/ens-registrar.json +422 -0
  4. package/dist/config/abi/erc20_bytes32.json +30 -0
  5. package/dist/config/abi/jungleChef.json +291 -0
  6. package/dist/config/abi/launchBonds.json +2014 -0
  7. package/dist/config/abi/lockVeAbond.json +2198 -0
  8. package/dist/config/abi/migrationBond.json +1639 -0
  9. package/dist/config/abi/migrationFveAbond.json +160 -0
  10. package/dist/config/abi/multicallv3.json +92 -0
  11. package/dist/config/abi/sousChef.json +649 -0
  12. package/dist/config/abi/types/Banana.d.ts +417 -0
  13. package/dist/config/abi/types/Banana.js +1 -0
  14. package/dist/config/abi/types/Bond.d.ts +803 -0
  15. package/dist/config/abi/types/Bond.js +1 -0
  16. package/dist/config/abi/types/BondNft.d.ts +603 -0
  17. package/dist/config/abi/types/BondNft.js +1 -0
  18. package/dist/config/abi/types/EnsPublicResolver.d.ts +513 -0
  19. package/dist/config/abi/types/EnsPublicResolver.js +1 -0
  20. package/dist/config/abi/types/EnsRegistrar.d.ts +274 -0
  21. package/dist/config/abi/types/EnsRegistrar.js +1 -0
  22. package/dist/config/abi/types/Erc20.d.ts +168 -0
  23. package/dist/config/abi/types/Erc20.js +1 -0
  24. package/dist/config/abi/types/Erc20_bytes32.d.ts +50 -0
  25. package/dist/config/abi/types/Erc20_bytes32.js +1 -0
  26. package/dist/config/abi/types/JungleChef.d.ts +260 -0
  27. package/dist/config/abi/types/JungleChef.js +1 -0
  28. package/dist/config/abi/types/LaunchBonds.d.ts +1362 -0
  29. package/dist/config/abi/types/LaunchBonds.js +1 -0
  30. package/dist/config/abi/types/LensContract.d.ts +295 -0
  31. package/dist/config/abi/types/LensContract.js +1 -0
  32. package/dist/config/abi/types/LockVeAbond.d.ts +1279 -0
  33. package/dist/config/abi/types/LockVeAbond.js +1 -0
  34. package/dist/config/abi/types/MigrationBond.d.ts +1136 -0
  35. package/dist/config/abi/types/MigrationBond.js +1 -0
  36. package/dist/config/abi/types/MigrationFveAbond.d.ts +290 -0
  37. package/dist/config/abi/types/MigrationFveAbond.js +1 -0
  38. package/dist/config/abi/types/MiniComplexRewarder.d.ts +469 -0
  39. package/dist/config/abi/types/MiniComplexRewarder.js +1 -0
  40. package/dist/config/abi/types/Multicallv2.d.ts +150 -0
  41. package/dist/config/abi/types/Multicallv2.js +1 -0
  42. package/dist/config/abi/types/Multicallv3.d.ts +98 -0
  43. package/dist/config/abi/types/Multicallv3.js +1 -0
  44. package/dist/config/abi/types/NonFungibleApes.d.ts +532 -0
  45. package/dist/config/abi/types/NonFungibleApes.js +1 -0
  46. package/dist/config/abi/types/NonFungibleBananas.d.ts +505 -0
  47. package/dist/config/abi/types/NonFungibleBananas.js +1 -0
  48. package/dist/config/abi/types/PriceGetter.d.ts +713 -0
  49. package/dist/config/abi/types/PriceGetter.js +1 -0
  50. package/dist/config/abi/types/PriceGetterLinea.d.ts +789 -0
  51. package/dist/config/abi/types/PriceGetterLinea.js +1 -0
  52. package/dist/config/abi/types/PriceGetterV2.d.ts +729 -0
  53. package/dist/config/abi/types/PriceGetterV2.js +1 -0
  54. package/dist/config/abi/types/SousChef.d.ts +579 -0
  55. package/dist/config/abi/types/SousChef.js +1 -0
  56. package/dist/config/abi/types/Treasury.d.ts +277 -0
  57. package/dist/config/abi/types/Treasury.js +1 -0
  58. package/dist/config/abi/types/Weth.d.ts +221 -0
  59. package/dist/config/abi/types/Weth.js +1 -0
  60. package/dist/config/abi/types/Zap.d.ts +528 -0
  61. package/dist/config/abi/types/Zap.js +1 -0
  62. package/dist/config/abi/types/common.d.ts +22 -0
  63. package/dist/config/abi/types/common.js +1 -0
  64. package/dist/config/abi/types/factories/Banana__factory.d.ts +475 -0
  65. package/dist/config/abi/types/factories/Banana__factory.js +628 -0
  66. package/dist/config/abi/types/factories/BondNft__factory.d.ts +723 -0
  67. package/dist/config/abi/types/factories/BondNft__factory.js +951 -0
  68. package/dist/config/abi/types/factories/Bond__factory.d.ts +799 -0
  69. package/dist/config/abi/types/factories/Bond__factory.js +1042 -0
  70. package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +649 -0
  71. package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +833 -0
  72. package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +338 -0
  73. package/dist/config/abi/types/factories/EnsRegistrar__factory.js +439 -0
  74. package/dist/config/abi/types/factories/Erc20__factory.d.ts +175 -0
  75. package/dist/config/abi/types/factories/Erc20__factory.js +239 -0
  76. package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +30 -0
  77. package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +47 -0
  78. package/dist/config/abi/types/factories/JungleChef__factory.d.ts +247 -0
  79. package/dist/config/abi/types/factories/JungleChef__factory.js +326 -0
  80. package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +1560 -0
  81. package/dist/config/abi/types/factories/LaunchBonds__factory.js +2031 -0
  82. package/dist/config/abi/types/factories/LensContract__factory.d.ts +254 -0
  83. package/dist/config/abi/types/factories/LensContract__factory.js +338 -0
  84. package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +1698 -0
  85. package/dist/config/abi/types/factories/LockVeAbond__factory.js +2215 -0
  86. package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +1268 -0
  87. package/dist/config/abi/types/factories/MigrationBond__factory.js +1656 -0
  88. package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +262 -0
  89. package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +346 -0
  90. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +448 -0
  91. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +586 -0
  92. package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +115 -0
  93. package/dist/config/abi/types/factories/Multicallv2__factory.js +160 -0
  94. package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +76 -0
  95. package/dist/config/abi/types/factories/Multicallv3__factory.js +109 -0
  96. package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +617 -0
  97. package/dist/config/abi/types/factories/NonFungibleApes__factory.js +810 -0
  98. package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +576 -0
  99. package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +756 -0
  100. package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +1105 -0
  101. package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +1465 -0
  102. package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +1027 -0
  103. package/dist/config/abi/types/factories/PriceGetterV2__factory.js +1364 -0
  104. package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +999 -0
  105. package/dist/config/abi/types/factories/PriceGetter__factory.js +1326 -0
  106. package/dist/config/abi/types/factories/SousChef__factory.d.ts +511 -0
  107. package/dist/config/abi/types/factories/SousChef__factory.js +666 -0
  108. package/dist/config/abi/types/factories/Treasury__factory.d.ts +235 -0
  109. package/dist/config/abi/types/factories/Treasury__factory.js +309 -0
  110. package/dist/config/abi/types/factories/Weth__factory.d.ts +220 -0
  111. package/dist/config/abi/types/factories/Weth__factory.js +296 -0
  112. package/dist/config/abi/types/factories/Zap__factory.d.ts +695 -0
  113. package/dist/config/abi/types/factories/Zap__factory.js +889 -0
  114. package/dist/config/abi/types/factories/index.d.ts +25 -0
  115. package/dist/config/abi/types/factories/index.js +28 -0
  116. package/dist/config/abi/types/index.d.ts +51 -0
  117. package/dist/config/abi/types/index.js +26 -0
  118. package/dist/config/abi/weth.json +279 -0
  119. package/dist/hooks/useClaimBill.d.ts +4 -0
  120. package/dist/hooks/useClaimBill.js +59 -0
  121. package/dist/hooks/useContract.d.ts +25 -0
  122. package/dist/hooks/useContract.js +107 -0
  123. package/dist/pages/YourBonds/YourBonds.js +37 -10
  124. package/dist/utils/index.d.ts +16 -0
  125. package/dist/utils/index.js +127 -0
  126. package/dist/utils/track.d.ts +7 -0
  127. package/dist/utils/track.js +17 -0
  128. package/package.json +1 -1
@@ -0,0 +1,628 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, utils } from "ethers";
5
+ var _abi = [
6
+ {
7
+ anonymous: false,
8
+ inputs: [
9
+ {
10
+ indexed: true,
11
+ internalType: "address",
12
+ name: "owner",
13
+ type: "address",
14
+ },
15
+ {
16
+ indexed: true,
17
+ internalType: "address",
18
+ name: "spender",
19
+ type: "address",
20
+ },
21
+ {
22
+ indexed: false,
23
+ internalType: "uint256",
24
+ name: "value",
25
+ type: "uint256",
26
+ },
27
+ ],
28
+ name: "Approval",
29
+ type: "event",
30
+ },
31
+ {
32
+ anonymous: false,
33
+ inputs: [
34
+ {
35
+ indexed: true,
36
+ internalType: "address",
37
+ name: "delegator",
38
+ type: "address",
39
+ },
40
+ {
41
+ indexed: true,
42
+ internalType: "address",
43
+ name: "fromDelegate",
44
+ type: "address",
45
+ },
46
+ {
47
+ indexed: true,
48
+ internalType: "address",
49
+ name: "toDelegate",
50
+ type: "address",
51
+ },
52
+ ],
53
+ name: "DelegateChanged",
54
+ type: "event",
55
+ },
56
+ {
57
+ anonymous: false,
58
+ inputs: [
59
+ {
60
+ indexed: true,
61
+ internalType: "address",
62
+ name: "delegate",
63
+ type: "address",
64
+ },
65
+ {
66
+ indexed: false,
67
+ internalType: "uint256",
68
+ name: "previousBalance",
69
+ type: "uint256",
70
+ },
71
+ {
72
+ indexed: false,
73
+ internalType: "uint256",
74
+ name: "newBalance",
75
+ type: "uint256",
76
+ },
77
+ ],
78
+ name: "DelegateVotesChanged",
79
+ type: "event",
80
+ },
81
+ {
82
+ anonymous: false,
83
+ inputs: [
84
+ {
85
+ indexed: true,
86
+ internalType: "address",
87
+ name: "previousOwner",
88
+ type: "address",
89
+ },
90
+ {
91
+ indexed: true,
92
+ internalType: "address",
93
+ name: "newOwner",
94
+ type: "address",
95
+ },
96
+ ],
97
+ name: "OwnershipTransferred",
98
+ type: "event",
99
+ },
100
+ {
101
+ anonymous: false,
102
+ inputs: [
103
+ {
104
+ indexed: true,
105
+ internalType: "address",
106
+ name: "from",
107
+ type: "address",
108
+ },
109
+ {
110
+ indexed: true,
111
+ internalType: "address",
112
+ name: "to",
113
+ type: "address",
114
+ },
115
+ {
116
+ indexed: false,
117
+ internalType: "uint256",
118
+ name: "value",
119
+ type: "uint256",
120
+ },
121
+ ],
122
+ name: "Transfer",
123
+ type: "event",
124
+ },
125
+ {
126
+ inputs: [],
127
+ name: "DELEGATION_TYPEHASH",
128
+ outputs: [
129
+ {
130
+ internalType: "bytes32",
131
+ name: "",
132
+ type: "bytes32",
133
+ },
134
+ ],
135
+ stateMutability: "view",
136
+ type: "function",
137
+ },
138
+ {
139
+ inputs: [],
140
+ name: "DOMAIN_TYPEHASH",
141
+ outputs: [
142
+ {
143
+ internalType: "bytes32",
144
+ name: "",
145
+ type: "bytes32",
146
+ },
147
+ ],
148
+ stateMutability: "view",
149
+ type: "function",
150
+ },
151
+ {
152
+ inputs: [
153
+ {
154
+ internalType: "address",
155
+ name: "owner",
156
+ type: "address",
157
+ },
158
+ {
159
+ internalType: "address",
160
+ name: "spender",
161
+ type: "address",
162
+ },
163
+ ],
164
+ name: "allowance",
165
+ outputs: [
166
+ {
167
+ internalType: "uint256",
168
+ name: "",
169
+ type: "uint256",
170
+ },
171
+ ],
172
+ stateMutability: "view",
173
+ type: "function",
174
+ },
175
+ {
176
+ inputs: [
177
+ {
178
+ internalType: "address",
179
+ name: "spender",
180
+ type: "address",
181
+ },
182
+ {
183
+ internalType: "uint256",
184
+ name: "amount",
185
+ type: "uint256",
186
+ },
187
+ ],
188
+ name: "approve",
189
+ outputs: [
190
+ {
191
+ internalType: "bool",
192
+ name: "",
193
+ type: "bool",
194
+ },
195
+ ],
196
+ stateMutability: "nonpayable",
197
+ type: "function",
198
+ },
199
+ {
200
+ inputs: [
201
+ {
202
+ internalType: "address",
203
+ name: "account",
204
+ type: "address",
205
+ },
206
+ ],
207
+ name: "balanceOf",
208
+ outputs: [
209
+ {
210
+ internalType: "uint256",
211
+ name: "",
212
+ type: "uint256",
213
+ },
214
+ ],
215
+ stateMutability: "view",
216
+ type: "function",
217
+ },
218
+ {
219
+ inputs: [
220
+ {
221
+ internalType: "address",
222
+ name: "",
223
+ type: "address",
224
+ },
225
+ {
226
+ internalType: "uint32",
227
+ name: "",
228
+ type: "uint32",
229
+ },
230
+ ],
231
+ name: "checkpoints",
232
+ outputs: [
233
+ {
234
+ internalType: "uint32",
235
+ name: "fromBlock",
236
+ type: "uint32",
237
+ },
238
+ {
239
+ internalType: "uint256",
240
+ name: "votes",
241
+ type: "uint256",
242
+ },
243
+ ],
244
+ stateMutability: "view",
245
+ type: "function",
246
+ },
247
+ {
248
+ inputs: [],
249
+ name: "decimals",
250
+ outputs: [
251
+ {
252
+ internalType: "uint8",
253
+ name: "",
254
+ type: "uint8",
255
+ },
256
+ ],
257
+ stateMutability: "view",
258
+ type: "function",
259
+ },
260
+ {
261
+ inputs: [
262
+ {
263
+ internalType: "address",
264
+ name: "spender",
265
+ type: "address",
266
+ },
267
+ {
268
+ internalType: "uint256",
269
+ name: "subtractedValue",
270
+ type: "uint256",
271
+ },
272
+ ],
273
+ name: "decreaseAllowance",
274
+ outputs: [
275
+ {
276
+ internalType: "bool",
277
+ name: "",
278
+ type: "bool",
279
+ },
280
+ ],
281
+ stateMutability: "nonpayable",
282
+ type: "function",
283
+ },
284
+ {
285
+ inputs: [
286
+ {
287
+ internalType: "address",
288
+ name: "delegatee",
289
+ type: "address",
290
+ },
291
+ ],
292
+ name: "delegate",
293
+ outputs: [],
294
+ stateMutability: "nonpayable",
295
+ type: "function",
296
+ },
297
+ {
298
+ inputs: [
299
+ {
300
+ internalType: "address",
301
+ name: "delegatee",
302
+ type: "address",
303
+ },
304
+ {
305
+ internalType: "uint256",
306
+ name: "nonce",
307
+ type: "uint256",
308
+ },
309
+ {
310
+ internalType: "uint256",
311
+ name: "expiry",
312
+ type: "uint256",
313
+ },
314
+ {
315
+ internalType: "uint8",
316
+ name: "v",
317
+ type: "uint8",
318
+ },
319
+ {
320
+ internalType: "bytes32",
321
+ name: "r",
322
+ type: "bytes32",
323
+ },
324
+ {
325
+ internalType: "bytes32",
326
+ name: "s",
327
+ type: "bytes32",
328
+ },
329
+ ],
330
+ name: "delegateBySig",
331
+ outputs: [],
332
+ stateMutability: "nonpayable",
333
+ type: "function",
334
+ },
335
+ {
336
+ inputs: [
337
+ {
338
+ internalType: "address",
339
+ name: "delegator",
340
+ type: "address",
341
+ },
342
+ ],
343
+ name: "delegates",
344
+ outputs: [
345
+ {
346
+ internalType: "address",
347
+ name: "",
348
+ type: "address",
349
+ },
350
+ ],
351
+ stateMutability: "view",
352
+ type: "function",
353
+ },
354
+ {
355
+ inputs: [
356
+ {
357
+ internalType: "address",
358
+ name: "account",
359
+ type: "address",
360
+ },
361
+ ],
362
+ name: "getCurrentVotes",
363
+ outputs: [
364
+ {
365
+ internalType: "uint256",
366
+ name: "",
367
+ type: "uint256",
368
+ },
369
+ ],
370
+ stateMutability: "view",
371
+ type: "function",
372
+ },
373
+ {
374
+ inputs: [
375
+ {
376
+ internalType: "address",
377
+ name: "account",
378
+ type: "address",
379
+ },
380
+ {
381
+ internalType: "uint256",
382
+ name: "blockNumber",
383
+ type: "uint256",
384
+ },
385
+ ],
386
+ name: "getPriorVotes",
387
+ outputs: [
388
+ {
389
+ internalType: "uint256",
390
+ name: "",
391
+ type: "uint256",
392
+ },
393
+ ],
394
+ stateMutability: "view",
395
+ type: "function",
396
+ },
397
+ {
398
+ inputs: [
399
+ {
400
+ internalType: "address",
401
+ name: "spender",
402
+ type: "address",
403
+ },
404
+ {
405
+ internalType: "uint256",
406
+ name: "addedValue",
407
+ type: "uint256",
408
+ },
409
+ ],
410
+ name: "increaseAllowance",
411
+ outputs: [
412
+ {
413
+ internalType: "bool",
414
+ name: "",
415
+ type: "bool",
416
+ },
417
+ ],
418
+ stateMutability: "nonpayable",
419
+ type: "function",
420
+ },
421
+ {
422
+ inputs: [
423
+ {
424
+ internalType: "address",
425
+ name: "_to",
426
+ type: "address",
427
+ },
428
+ {
429
+ internalType: "uint256",
430
+ name: "_amount",
431
+ type: "uint256",
432
+ },
433
+ ],
434
+ name: "mint",
435
+ outputs: [],
436
+ stateMutability: "nonpayable",
437
+ type: "function",
438
+ },
439
+ {
440
+ inputs: [],
441
+ name: "name",
442
+ outputs: [
443
+ {
444
+ internalType: "string",
445
+ name: "",
446
+ type: "string",
447
+ },
448
+ ],
449
+ stateMutability: "view",
450
+ type: "function",
451
+ },
452
+ {
453
+ inputs: [
454
+ {
455
+ internalType: "address",
456
+ name: "",
457
+ type: "address",
458
+ },
459
+ ],
460
+ name: "nonces",
461
+ outputs: [
462
+ {
463
+ internalType: "uint256",
464
+ name: "",
465
+ type: "uint256",
466
+ },
467
+ ],
468
+ stateMutability: "view",
469
+ type: "function",
470
+ },
471
+ {
472
+ inputs: [
473
+ {
474
+ internalType: "address",
475
+ name: "",
476
+ type: "address",
477
+ },
478
+ ],
479
+ name: "numCheckpoints",
480
+ outputs: [
481
+ {
482
+ internalType: "uint32",
483
+ name: "",
484
+ type: "uint32",
485
+ },
486
+ ],
487
+ stateMutability: "view",
488
+ type: "function",
489
+ },
490
+ {
491
+ inputs: [],
492
+ name: "owner",
493
+ outputs: [
494
+ {
495
+ internalType: "address",
496
+ name: "",
497
+ type: "address",
498
+ },
499
+ ],
500
+ stateMutability: "view",
501
+ type: "function",
502
+ },
503
+ {
504
+ inputs: [],
505
+ name: "totalStaked",
506
+ outputs: [
507
+ {
508
+ internalType: "uint256",
509
+ name: "",
510
+ type: "uint256",
511
+ },
512
+ ],
513
+ stateMutability: "view",
514
+ type: "function",
515
+ },
516
+ {
517
+ inputs: [],
518
+ name: "renounceOwnership",
519
+ outputs: [],
520
+ stateMutability: "nonpayable",
521
+ type: "function",
522
+ },
523
+ {
524
+ inputs: [],
525
+ name: "symbol",
526
+ outputs: [
527
+ {
528
+ internalType: "string",
529
+ name: "",
530
+ type: "string",
531
+ },
532
+ ],
533
+ stateMutability: "view",
534
+ type: "function",
535
+ },
536
+ {
537
+ inputs: [],
538
+ name: "totalSupply",
539
+ outputs: [
540
+ {
541
+ internalType: "uint256",
542
+ name: "",
543
+ type: "uint256",
544
+ },
545
+ ],
546
+ stateMutability: "view",
547
+ type: "function",
548
+ },
549
+ {
550
+ inputs: [
551
+ {
552
+ internalType: "address",
553
+ name: "recipient",
554
+ type: "address",
555
+ },
556
+ {
557
+ internalType: "uint256",
558
+ name: "amount",
559
+ type: "uint256",
560
+ },
561
+ ],
562
+ name: "transfer",
563
+ outputs: [
564
+ {
565
+ internalType: "bool",
566
+ name: "",
567
+ type: "bool",
568
+ },
569
+ ],
570
+ stateMutability: "nonpayable",
571
+ type: "function",
572
+ },
573
+ {
574
+ inputs: [
575
+ {
576
+ internalType: "address",
577
+ name: "sender",
578
+ type: "address",
579
+ },
580
+ {
581
+ internalType: "address",
582
+ name: "recipient",
583
+ type: "address",
584
+ },
585
+ {
586
+ internalType: "uint256",
587
+ name: "amount",
588
+ type: "uint256",
589
+ },
590
+ ],
591
+ name: "transferFrom",
592
+ outputs: [
593
+ {
594
+ internalType: "bool",
595
+ name: "",
596
+ type: "bool",
597
+ },
598
+ ],
599
+ stateMutability: "nonpayable",
600
+ type: "function",
601
+ },
602
+ {
603
+ inputs: [
604
+ {
605
+ internalType: "address",
606
+ name: "newOwner",
607
+ type: "address",
608
+ },
609
+ ],
610
+ name: "transferOwnership",
611
+ outputs: [],
612
+ stateMutability: "nonpayable",
613
+ type: "function",
614
+ },
615
+ ];
616
+ var Banana__factory = /** @class */ (function () {
617
+ function Banana__factory() {
618
+ }
619
+ Banana__factory.createInterface = function () {
620
+ return new utils.Interface(_abi);
621
+ };
622
+ Banana__factory.connect = function (address, signerOrProvider) {
623
+ return new Contract(address, _abi, signerOrProvider);
624
+ };
625
+ Banana__factory.abi = _abi;
626
+ return Banana__factory;
627
+ }());
628
+ export { Banana__factory };