@flaunch/sdk 0.7.0 → 0.7.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/README.md +1 -1
- package/dist/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createDrift } from '@delvtech/drift';
|
|
2
|
-
import { zeroAddress, parseEther, encodeAbiParameters, maxUint256 as maxUint256$1, encodeFunctionData, maxUint160, maxUint48, hexToBigInt as hexToBigInt$1, pad as pad$1, keccak256 as keccak256$1, encodePacked, stringToHex as stringToHex$1, parseUnits, formatUnits as formatUnits$1, concat, toHex as toHex$1, createPublicClient, http } from 'viem';
|
|
2
|
+
import { zeroAddress, parseEther, encodeAbiParameters, maxUint256 as maxUint256$1, encodeFunctionData, maxUint160, maxUint48, hexToBigInt as hexToBigInt$1, pad as pad$1, keccak256 as keccak256$1, encodePacked, stringToHex as stringToHex$1, parseUnits, zeroHash, formatUnits as formatUnits$1, concat, toHex as toHex$1, createPublicClient, http } from 'viem';
|
|
3
3
|
import axios from 'axios';
|
|
4
4
|
import { TickMath } from '@uniswap/v3-sdk';
|
|
5
5
|
import { viemAdapter } from '@delvtech/drift-viem';
|
|
@@ -12284,7 +12284,7 @@ class ReadWriteFlaunchZap extends ReadFlaunchZap {
|
|
|
12284
12284
|
depositData: "0x",
|
|
12285
12285
|
},
|
|
12286
12286
|
_whitelistParams: {
|
|
12287
|
-
merkleRoot:
|
|
12287
|
+
merkleRoot: zeroHash,
|
|
12288
12288
|
merkleIPFSHash: "",
|
|
12289
12289
|
maxTokens: 0n,
|
|
12290
12290
|
},
|
|
@@ -12292,7 +12292,7 @@ class ReadWriteFlaunchZap extends ReadFlaunchZap {
|
|
|
12292
12292
|
airdropIndex: 0n,
|
|
12293
12293
|
airdropAmount: 0n,
|
|
12294
12294
|
airdropEndTime: 0n,
|
|
12295
|
-
merkleRoot:
|
|
12295
|
+
merkleRoot: zeroHash,
|
|
12296
12296
|
merkleIPFSHash: "",
|
|
12297
12297
|
},
|
|
12298
12298
|
}, {
|
|
@@ -12360,7 +12360,7 @@ class ReadWriteFlaunchZap extends ReadFlaunchZap {
|
|
|
12360
12360
|
depositData: "0x",
|
|
12361
12361
|
},
|
|
12362
12362
|
_whitelistParams: {
|
|
12363
|
-
merkleRoot:
|
|
12363
|
+
merkleRoot: zeroHash,
|
|
12364
12364
|
merkleIPFSHash: "",
|
|
12365
12365
|
maxTokens: 0n,
|
|
12366
12366
|
},
|
|
@@ -12368,7 +12368,7 @@ class ReadWriteFlaunchZap extends ReadFlaunchZap {
|
|
|
12368
12368
|
airdropIndex: 0n,
|
|
12369
12369
|
airdropAmount: 0n,
|
|
12370
12370
|
airdropEndTime: 0n,
|
|
12371
|
-
merkleRoot:
|
|
12371
|
+
merkleRoot: zeroHash,
|
|
12372
12372
|
merkleIPFSHash: "",
|
|
12373
12373
|
},
|
|
12374
12374
|
}, {
|