Function getPoolSnapshots

  • Parameters

    • __namedParameters: {
          chainId: CHAIN_IDS;
          prices?: Record<`0x${string}`, number>;
      }
      • chainId: CHAIN_IDS
      • Optional prices?: Record<`0x${string}`, number>

    Returns Promise<PoolSnapshot[]>