@panoptic-eng/sdk 1.0.12 → 1.0.14
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/README.md +23 -1
- package/dist/cow/index.js +1 -1
- package/dist/deployments.d.ts +127 -0
- package/dist/deployments.d.ts.map +1 -0
- package/dist/deployments.js +303 -0
- package/dist/deployments.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +302 -1
- package/dist/index.js.map +1 -1
- package/dist/panoptic/v2/index.d.ts +2 -2
- package/dist/panoptic/v2/index.d.ts.map +1 -1
- package/dist/panoptic/v2/index.js +1 -1
- package/dist/uniswap/index.js +1 -1
- package/dist/{writes-BeAgqpRs.js → writes-BjhsHNh-.js} +43 -11
- package/dist/writes-BjhsHNh-.js.map +1 -0
- package/package.json +25 -8
- package/dist/writes-BeAgqpRs.js.map +0 -1
|
@@ -6,7 +6,7 @@ import { BORROW_INDEX_BITS$1 as BORROW_INDEX_BITS, BPS_SCALE$1 as BPS_SCALE, MAR
|
|
|
6
6
|
import { CheckRouterApprovalParams, QuoteSwapExactInViaRouterParams, QuoteSwapExactOutViaRouterParams } from "../../types-BQejAFnu.js";
|
|
7
7
|
import { Abi, Address as Address$1, Client, ContractFunctionArgs, ContractFunctionName, Hash, Hex, Log, PublicClient, WalletClient } from "viem";
|
|
8
8
|
import { ReactNode } from "react";
|
|
9
|
-
import * as
|
|
9
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
10
10
|
|
|
11
11
|
//#region src/panoptic/v2/errors/contract.d.ts
|
|
12
12
|
/**
|
|
@@ -5425,7 +5425,7 @@ interface PanopticProviderProps extends PanopticContextValue {
|
|
|
5425
5425
|
declare function PanopticProvider({
|
|
5426
5426
|
children,
|
|
5427
5427
|
...value
|
|
5428
|
-
}: PanopticProviderProps):
|
|
5428
|
+
}: PanopticProviderProps): react_jsx_runtime18.JSX.Element;
|
|
5429
5429
|
/**
|
|
5430
5430
|
* Access the Panoptic SDK context.
|
|
5431
5431
|
*
|