File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -211,4 +211,5 @@ interface Liquidation {
211211 liquidation_sender : string ;
212212 [ key : string ] : unknown ; // Uses unknown instead of any
213213}
214+
214215export type { Liquidation } ;
Original file line number Diff line number Diff line change @@ -24,4 +24,5 @@ sentioApi.interceptors.response.use(
2424 return Promise . reject ( error ) ;
2525 } ,
2626) ;
27+
2728export default sentioApi ;
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ let naviClient: NAVISDKClient | null = null;
1212 * @param numberOfAccounts - Number of accounts to generate
1313 * @returns JSON string with initialization status
1414 */
15+
1516export async function initializeNaviClient (
1617 ...args : ( string | number | bigint | boolean ) [ ]
1718) : Promise < string > {
@@ -149,6 +150,7 @@ async function checkUserLiquidations(address: string) {
149150 } ;
150151 }
151152}
153+
152154export async function checkUserLiquidationStatusTool (
153155 ...args : ( string | number | bigint | boolean ) [ ]
154156) : Promise < string > {
You can’t perform that action at this time.
0 commit comments