@kodiak-finance/orderly-markets 2.7.4 → 2.8.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 CHANGED
@@ -572,6 +572,7 @@ declare function useSymbolInfoBarFullScript(options: UseSymbolInfoBarFullScriptO
572
572
  fundingPeriod: string;
573
573
  capFunding: string;
574
574
  floorFunding: string;
575
+ annualizedFundingRate: string;
575
576
  };
576
577
 
577
578
  type SymbolInfoBarFullProps = Pick<MarketsProviderProps, "onSymbolChange"> & UseSymbolInfoBarFullScriptReturn & {
package/dist/index.d.ts CHANGED
@@ -572,6 +572,7 @@ declare function useSymbolInfoBarFullScript(options: UseSymbolInfoBarFullScriptO
572
572
  fundingPeriod: string;
573
573
  capFunding: string;
574
574
  floorFunding: string;
575
+ annualizedFundingRate: string;
575
576
  };
576
577
 
577
578
  type SymbolInfoBarFullProps = Pick<MarketsProviderProps, "onSymbolChange"> & UseSymbolInfoBarFullScriptReturn & {