@lavarage/sdk 7.4.0 → 7.4.1
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.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/evm.ts +2 -1
- package/interfaces/evm.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -867,7 +867,8 @@ function getPositionsEvm(provider, tokenHolderContractAddress) {
|
|
|
867
867
|
initialMargin: loan.userPaid,
|
|
868
868
|
transactionHash: "",
|
|
869
869
|
// Not available from loan data
|
|
870
|
-
timestamp: Number(loan.timestamp)
|
|
870
|
+
timestamp: Number(loan.timestamp),
|
|
871
|
+
interestRate: loan.collateral.interestRate
|
|
871
872
|
});
|
|
872
873
|
}
|
|
873
874
|
}
|