@curvefi/llamalend-api 1.0.34 → 1.0.35
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.
|
@@ -397,6 +397,10 @@
|
|
|
397
397
|
{
|
|
398
398
|
"name": "callback_args",
|
|
399
399
|
"type": "uint256[]"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "callback_bytes",
|
|
403
|
+
"type": "bytes"
|
|
400
404
|
}
|
|
401
405
|
],
|
|
402
406
|
"name": "create_loan_extended",
|
|
@@ -448,6 +452,34 @@
|
|
|
448
452
|
"stateMutability": "payable",
|
|
449
453
|
"type": "function"
|
|
450
454
|
},
|
|
455
|
+
{
|
|
456
|
+
"stateMutability": "nonpayable",
|
|
457
|
+
"type": "function",
|
|
458
|
+
"name": "borrow_more_extended",
|
|
459
|
+
"inputs": [
|
|
460
|
+
{
|
|
461
|
+
"name": "collateral",
|
|
462
|
+
"type": "uint256"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "debt",
|
|
466
|
+
"type": "uint256"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "callbacker",
|
|
470
|
+
"type": "address"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"name": "callback_args",
|
|
474
|
+
"type": "uint256[]"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "callback_bytes",
|
|
478
|
+
"type": "bytes"
|
|
479
|
+
}
|
|
480
|
+
],
|
|
481
|
+
"outputs": []
|
|
482
|
+
},
|
|
451
483
|
{
|
|
452
484
|
"inputs": [
|
|
453
485
|
{
|
|
@@ -477,6 +509,10 @@
|
|
|
477
509
|
{
|
|
478
510
|
"name": "callback_args",
|
|
479
511
|
"type": "uint256[]"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"name": "callback_bytes",
|
|
515
|
+
"type": "bytes"
|
|
480
516
|
}
|
|
481
517
|
],
|
|
482
518
|
"name": "repay_extended",
|
package/package.json
CHANGED
|
@@ -397,6 +397,10 @@
|
|
|
397
397
|
{
|
|
398
398
|
"name": "callback_args",
|
|
399
399
|
"type": "uint256[]"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "callback_bytes",
|
|
403
|
+
"type": "bytes"
|
|
400
404
|
}
|
|
401
405
|
],
|
|
402
406
|
"name": "create_loan_extended",
|
|
@@ -448,6 +452,34 @@
|
|
|
448
452
|
"stateMutability": "payable",
|
|
449
453
|
"type": "function"
|
|
450
454
|
},
|
|
455
|
+
{
|
|
456
|
+
"stateMutability": "nonpayable",
|
|
457
|
+
"type": "function",
|
|
458
|
+
"name": "borrow_more_extended",
|
|
459
|
+
"inputs": [
|
|
460
|
+
{
|
|
461
|
+
"name": "collateral",
|
|
462
|
+
"type": "uint256"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "debt",
|
|
466
|
+
"type": "uint256"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "callbacker",
|
|
470
|
+
"type": "address"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"name": "callback_args",
|
|
474
|
+
"type": "uint256[]"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "callback_bytes",
|
|
478
|
+
"type": "bytes"
|
|
479
|
+
}
|
|
480
|
+
],
|
|
481
|
+
"outputs": []
|
|
482
|
+
},
|
|
451
483
|
{
|
|
452
484
|
"inputs": [
|
|
453
485
|
{
|
|
@@ -477,6 +509,10 @@
|
|
|
477
509
|
{
|
|
478
510
|
"name": "callback_args",
|
|
479
511
|
"type": "uint256[]"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"name": "callback_bytes",
|
|
515
|
+
"type": "bytes"
|
|
480
516
|
}
|
|
481
517
|
],
|
|
482
518
|
"name": "repay_extended",
|