From 16e49a9d1c02255a91e410c86a28ad026a32a5c4 Mon Sep 17 00:00:00 2001 From: desislavva Date: Thu, 27 Jun 2024 11:14:57 +0300 Subject: [PATCH] feat(contracts): LeaserConfig - add protocols_registry --- src/contracts/types/LeaserConfigInfo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/contracts/types/LeaserConfigInfo.ts b/src/contracts/types/LeaserConfigInfo.ts index 44833bc..039c15c 100644 --- a/src/contracts/types/LeaserConfigInfo.ts +++ b/src/contracts/types/LeaserConfigInfo.ts @@ -12,4 +12,5 @@ export interface LeaserConfigInfo { lpp?: string; reserve?: string; dex?: DEX; + protocols_registry?: string; }