add setBaseBorrowMin function
This commit is contained in:
@@ -122,6 +122,19 @@
|
||||
"name": "AbsorbDebt",
|
||||
"type": "event"
|
||||
},
|
||||
{
|
||||
"anonymous": false,
|
||||
"inputs": [
|
||||
{
|
||||
"indexed": false,
|
||||
"internalType": "uint104",
|
||||
"name": "baseBorrowMin",
|
||||
"type": "uint104"
|
||||
}
|
||||
],
|
||||
"name": "BaseBorrowMinUpdated",
|
||||
"type": "event"
|
||||
},
|
||||
{
|
||||
"anonymous": false,
|
||||
"inputs": [
|
||||
@@ -532,6 +545,19 @@
|
||||
"stateMutability": "view",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
{
|
||||
"internalType": "uint104",
|
||||
"name": "newBaseBorrowMin",
|
||||
"type": "uint104"
|
||||
}
|
||||
],
|
||||
"name": "setBaseBorrowMin",
|
||||
"outputs": [],
|
||||
"stateMutability": "nonpayable",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user