damm-sdk 1.1.31-alpha.6 → 1.1.31-alpha.7
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.cjs +9698 -10835
- package/dist/index.cjs.map +46 -61
- package/dist/index.js +2596 -3112
- package/dist/index.js.map +15 -21
- package/package.json +1 -1
- package/src/integrations/slipstream/slipstream.ts +1 -1
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@ import { Wallet, ethers } from "ethers";
|
|
|
3
3
|
import { type Call, createCall, type HexString, type Unwrapable } from "../../types";
|
|
4
4
|
import SlipstreamRouterAbi from "./swap.router.abi.ts";
|
|
5
5
|
import SlipstreamPositionManagerAbi from "./position.manager.abi.ts";
|
|
6
|
-
import
|
|
6
|
+
import SlipstreamGuageAbi from "./guage.abi.ts";
|
|
7
7
|
|
|
8
8
|
const swapRouterInterface = new ethers.utils.Interface(SlipstreamRouterAbi);
|
|
9
9
|
const positionManagerInterface = new ethers.utils.Interface(SlipstreamPositionManagerAbi);
|