@whetstone-research/doppler-sdk 1.0.15 → 1.0.17

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.
Files changed (33) hide show
  1. package/dist/{chunk-TVBSIQIX.js → chunk-6TOPYGOG.js} +4 -3
  2. package/dist/chunk-6TOPYGOG.js.map +1 -0
  3. package/dist/{chunk-3BW6IVP3.cjs → chunk-AKLS6T3R.cjs} +4 -3
  4. package/dist/chunk-AKLS6T3R.cjs.map +1 -0
  5. package/dist/{chunk-NMTYI3TB.js → chunk-C2D7CIXP.js} +6 -4
  6. package/dist/{chunk-NMTYI3TB.js.map → chunk-C2D7CIXP.js.map} +1 -1
  7. package/dist/{chunk-W5TMS4RD.cjs → chunk-GUGN3EYX.cjs} +39 -37
  8. package/dist/{chunk-W5TMS4RD.cjs.map → chunk-GUGN3EYX.cjs.map} +1 -1
  9. package/dist/evm/index.cjs +4 -3
  10. package/dist/evm/index.cjs.map +1 -1
  11. package/dist/evm/index.js +4 -3
  12. package/dist/evm/index.js.map +1 -1
  13. package/dist/{oracle-DN8BrGPh.d.ts → oracle-7PmpwwPx.d.cts} +2 -0
  14. package/dist/{oracle-DN8BrGPh.d.cts → oracle-7PmpwwPx.d.ts} +2 -0
  15. package/dist/{pda-5D3GD5S6.js → pda-N6ULJYLG.js} +3 -3
  16. package/dist/pda-N6ULJYLG.js.map +1 -0
  17. package/dist/{pda-GNZYNRUH.cjs → pda-PZRHQJMK.cjs} +16 -16
  18. package/dist/pda-PZRHQJMK.cjs.map +1 -0
  19. package/dist/solana/index.cjs +2004 -450
  20. package/dist/solana/index.cjs.map +1 -1
  21. package/dist/solana/index.d.cts +1306 -511
  22. package/dist/solana/index.d.ts +1306 -511
  23. package/dist/solana/index.js +1847 -294
  24. package/dist/solana/index.js.map +1 -1
  25. package/dist/solana/react/index.cjs +47 -47
  26. package/dist/solana/react/index.d.cts +1 -1
  27. package/dist/solana/react/index.d.ts +1 -1
  28. package/dist/solana/react/index.js +3 -3
  29. package/package.json +1 -1
  30. package/dist/chunk-3BW6IVP3.cjs.map +0 -1
  31. package/dist/chunk-TVBSIQIX.js.map +0 -1
  32. package/dist/pda-5D3GD5S6.js.map +0 -1
  33. package/dist/pda-GNZYNRUH.cjs.map +0 -1
@@ -190,6 +190,8 @@ interface InitializePoolArgs {
190
190
  initialFeeSplitBps: number;
191
191
  liquidityMeasureTokenIndex: number;
192
192
  numeraireMintOverride: Address | null;
193
+ hookProgram: Address;
194
+ hookFlags: number;
193
195
  }
194
196
  interface InitializeOracleArgs {
195
197
  maxPriceChangeRatioQ64: bigint;
@@ -190,6 +190,8 @@ interface InitializePoolArgs {
190
190
  initialFeeSplitBps: number;
191
191
  liquidityMeasureTokenIndex: number;
192
192
  numeraireMintOverride: Address | null;
193
+ hookProgram: Address;
194
+ hookFlags: number;
193
195
  }
194
196
  interface InitializeOracleArgs {
195
197
  maxPriceChangeRatioQ64: bigint;
@@ -1,4 +1,4 @@
1
- export { areMintsOrdered, getConfigAddress, getLiquidityAddresses, getOracleAddress, getPoolAddress, getPoolAuthorityAddress, getPoolInitAddresses, getPoolVault0Address, getPoolVault1Address, getPositionAddress, getProtocolFeePositionAddress, getSwapAddresses, sortMints } from './chunk-TVBSIQIX.js';
1
+ export { areMintsOrdered, getConfigAddress, getLiquidityAddresses, getOracleAddress, getPoolAddress, getPoolAuthorityAddress, getPoolInitAddresses, getPoolVault0Address, getPoolVault1Address, getPositionAddress, getProtocolFeePositionAddress, getSwapAddresses, sortMints } from './chunk-6TOPYGOG.js';
2
2
  import './chunk-PZ5AY32C.js';
3
- //# sourceMappingURL=pda-5D3GD5S6.js.map
4
- //# sourceMappingURL=pda-5D3GD5S6.js.map
3
+ //# sourceMappingURL=pda-N6ULJYLG.js.map
4
+ //# sourceMappingURL=pda-N6ULJYLG.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"pda-N6ULJYLG.js"}
@@ -1,61 +1,61 @@
1
1
  'use strict';
2
2
 
3
- var chunk3BW6IVP3_cjs = require('./chunk-3BW6IVP3.cjs');
3
+ var chunkAKLS6T3R_cjs = require('./chunk-AKLS6T3R.cjs');
4
4
  require('./chunk-Q7SFCCGT.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "areMintsOrdered", {
9
9
  enumerable: true,
10
- get: function () { return chunk3BW6IVP3_cjs.areMintsOrdered; }
10
+ get: function () { return chunkAKLS6T3R_cjs.areMintsOrdered; }
11
11
  });
12
12
  Object.defineProperty(exports, "getConfigAddress", {
13
13
  enumerable: true,
14
- get: function () { return chunk3BW6IVP3_cjs.getConfigAddress; }
14
+ get: function () { return chunkAKLS6T3R_cjs.getConfigAddress; }
15
15
  });
16
16
  Object.defineProperty(exports, "getLiquidityAddresses", {
17
17
  enumerable: true,
18
- get: function () { return chunk3BW6IVP3_cjs.getLiquidityAddresses; }
18
+ get: function () { return chunkAKLS6T3R_cjs.getLiquidityAddresses; }
19
19
  });
20
20
  Object.defineProperty(exports, "getOracleAddress", {
21
21
  enumerable: true,
22
- get: function () { return chunk3BW6IVP3_cjs.getOracleAddress; }
22
+ get: function () { return chunkAKLS6T3R_cjs.getOracleAddress; }
23
23
  });
24
24
  Object.defineProperty(exports, "getPoolAddress", {
25
25
  enumerable: true,
26
- get: function () { return chunk3BW6IVP3_cjs.getPoolAddress; }
26
+ get: function () { return chunkAKLS6T3R_cjs.getPoolAddress; }
27
27
  });
28
28
  Object.defineProperty(exports, "getPoolAuthorityAddress", {
29
29
  enumerable: true,
30
- get: function () { return chunk3BW6IVP3_cjs.getPoolAuthorityAddress; }
30
+ get: function () { return chunkAKLS6T3R_cjs.getPoolAuthorityAddress; }
31
31
  });
32
32
  Object.defineProperty(exports, "getPoolInitAddresses", {
33
33
  enumerable: true,
34
- get: function () { return chunk3BW6IVP3_cjs.getPoolInitAddresses; }
34
+ get: function () { return chunkAKLS6T3R_cjs.getPoolInitAddresses; }
35
35
  });
36
36
  Object.defineProperty(exports, "getPoolVault0Address", {
37
37
  enumerable: true,
38
- get: function () { return chunk3BW6IVP3_cjs.getPoolVault0Address; }
38
+ get: function () { return chunkAKLS6T3R_cjs.getPoolVault0Address; }
39
39
  });
40
40
  Object.defineProperty(exports, "getPoolVault1Address", {
41
41
  enumerable: true,
42
- get: function () { return chunk3BW6IVP3_cjs.getPoolVault1Address; }
42
+ get: function () { return chunkAKLS6T3R_cjs.getPoolVault1Address; }
43
43
  });
44
44
  Object.defineProperty(exports, "getPositionAddress", {
45
45
  enumerable: true,
46
- get: function () { return chunk3BW6IVP3_cjs.getPositionAddress; }
46
+ get: function () { return chunkAKLS6T3R_cjs.getPositionAddress; }
47
47
  });
48
48
  Object.defineProperty(exports, "getProtocolFeePositionAddress", {
49
49
  enumerable: true,
50
- get: function () { return chunk3BW6IVP3_cjs.getProtocolFeePositionAddress; }
50
+ get: function () { return chunkAKLS6T3R_cjs.getProtocolFeePositionAddress; }
51
51
  });
52
52
  Object.defineProperty(exports, "getSwapAddresses", {
53
53
  enumerable: true,
54
- get: function () { return chunk3BW6IVP3_cjs.getSwapAddresses; }
54
+ get: function () { return chunkAKLS6T3R_cjs.getSwapAddresses; }
55
55
  });
56
56
  Object.defineProperty(exports, "sortMints", {
57
57
  enumerable: true,
58
- get: function () { return chunk3BW6IVP3_cjs.sortMints; }
58
+ get: function () { return chunkAKLS6T3R_cjs.sortMints; }
59
59
  });
60
- //# sourceMappingURL=pda-GNZYNRUH.cjs.map
61
- //# sourceMappingURL=pda-GNZYNRUH.cjs.map
60
+ //# sourceMappingURL=pda-PZRHQJMK.cjs.map
61
+ //# sourceMappingURL=pda-PZRHQJMK.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"pda-PZRHQJMK.cjs"}