@meterio/sumer-js 0.1.44 → 0.1.45

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.
@@ -21066,6 +21066,11 @@ exports.abi = {
21066
21066
  "FixedInterestRateModel": [
21067
21067
  {
21068
21068
  "inputs": [
21069
+ {
21070
+ "internalType": "uint256",
21071
+ "name": "blocksPerYearOnChain",
21072
+ "type": "uint256"
21073
+ },
21069
21074
  {
21070
21075
  "internalType": "uint256",
21071
21076
  "name": "initBorrowRate",
@@ -21125,6 +21130,19 @@ exports.abi = {
21125
21130
  "stateMutability": "nonpayable",
21126
21131
  "type": "function"
21127
21132
  },
21133
+ {
21134
+ "inputs": [],
21135
+ "name": "blocksPerYear",
21136
+ "outputs": [
21137
+ {
21138
+ "internalType": "uint256",
21139
+ "name": "",
21140
+ "type": "uint256"
21141
+ }
21142
+ ],
21143
+ "stateMutability": "view",
21144
+ "type": "function"
21145
+ },
21128
21146
  {
21129
21147
  "inputs": [],
21130
21148
  "name": "borrowRate",