Function getLpWrappedERC20Address

  • Parameters

    • __namedParameters: {
          chainId: CHAIN_IDS;
          poolKey: `0x${string}`;
          options?: DefaultOptions & {
              gasLimit?: bigint;
              gasPriceLimit?: bigint;
          } & {
              useSubgraph?: boolean;
          };
      }
      • chainId: CHAIN_IDS
      • poolKey: `0x${string}`
      • Optional options?: DefaultOptions & {
            gasLimit?: bigint;
            gasPriceLimit?: bigint;
        } & {
            useSubgraph?: boolean;
        }

    Returns Promise<`0x${string}`>