@percolatorct/sdk 1.0.0-beta.8 → 1.0.0-beta.9

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.
@@ -181,10 +181,6 @@ export interface MarketConfig {
181
181
  fundingInvScaleNotionalE6: bigint;
182
182
  fundingMaxPremiumBps: bigint;
183
183
  fundingMaxBpsPerSlot: bigint;
184
- fundingPremiumWeightBps: bigint;
185
- fundingSettlementIntervalSlots: bigint;
186
- fundingPremiumDampeningE6: bigint;
187
- fundingPremiumMaxBpsPerSlot: bigint;
188
184
  threshFloor: bigint;
189
185
  threshRiskBps: bigint;
190
186
  threshUpdateIntervalSlots: bigint;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percolatorct/sdk",
3
- "version": "1.0.0-beta.8",
3
+ "version": "1.0.0-beta.9",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "engines": {