@augumented-finance/protocol-v1
Version:
Augmented Protocol smart contracts
40 lines (39 loc) • 697 B
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "asset",
"type": "address"
}
],
"name": "getMarketBorrowRate",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"internalType": "uint256",
"name": "rate",
"type": "uint256"
}
],
"name": "setMarketBorrowRate",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]