@epicentral/sos-sdk 0.2.6 → 0.2.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.
@@ -86,7 +86,7 @@ import {
86
86
  } from "../instructions";
87
87
 
88
88
  export const OPTION_PROGRAM_PROGRAM_ADDRESS =
89
- "BAo7w76URdPRGBc9SuA5p2fUB7zsXpepNjntN8MGLodZ" as Address<"BAo7w76URdPRGBc9SuA5p2fUB7zsXpepNjntN8MGLodZ">;
89
+ "AoLSsFTxnpa488AYf3RS2bwrv53zZY9aFYSFCAheek8q" as Address<"AoLSsFTxnpa488AYf3RS2bwrv53zZY9aFYSFCAheek8q">;
90
90
 
91
91
  export enum OptionProgramAccount {
92
92
  CollateralPool,
@@ -665,7 +665,7 @@ export function identifyOptionProgramInstruction(
665
665
  }
666
666
 
667
667
  export type ParsedOptionProgramInstruction<
668
- TProgram extends string = "BAo7w76URdPRGBc9SuA5p2fUB7zsXpepNjntN8MGLodZ",
668
+ TProgram extends string = "AoLSsFTxnpa488AYf3RS2bwrv53zZY9aFYSFCAheek8q",
669
669
  > =
670
670
  | ({
671
671
  instructionType: OptionProgramInstruction.AcceptAdmin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epicentral/sos-sdk",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "private": false,
5
5
  "description": "Solana Option Standard SDK. The frontend-first SDK for Native Options Trading on Solana. Created by Epicentral Labs.",
6
6
  "type": "module",