@0dotxyz/p0-ts-sdk 2.7.0-alpha.1 → 2.7.0
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 +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +12 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/instructions.cjs +2 -3
- package/dist/instructions.cjs.map +1 -1
- package/dist/instructions.js +2 -3
- package/dist/instructions.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -21347,10 +21347,9 @@ var TransactionArenaKeyMap = {
|
|
|
21347
21347
|
};
|
|
21348
21348
|
|
|
21349
21349
|
// src/dialect.ts
|
|
21350
|
-
var NOT_YET_SCHEDULED = Number.MAX_SAFE_INTEGER;
|
|
21351
21350
|
var MARGINFI_V0_1_10_ACTIVATION = {
|
|
21352
|
-
// mainnet —
|
|
21353
|
-
MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA:
|
|
21351
|
+
// mainnet — upgrades Tuesday 2026-08-25 17:00 CEST (15:00 UTC)
|
|
21352
|
+
MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA: 178767e4,
|
|
21354
21353
|
// staging — running 0.1.10 since 2026-08-03
|
|
21355
21354
|
stag8sTKds2h4KzjUw3zKTsxbqvT4XKHdaR9X9E6Rct: 0
|
|
21356
21355
|
};
|