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; }