flash-sdk 12.1.2-alpha.0 → 13.0.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.
@@ -12,3 +12,4 @@ export declare const BN_ZERO: import("bn.js");
12
12
  export declare const BN_ONE: import("bn.js");
13
13
  export declare const DAY_SECONDS: import("bn.js");
14
14
  export declare const METAPLEX_PROGRAM_ID: PublicKey;
15
+ export declare const PYTH_LAZER_PROGRAM_ID: PublicKey;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.METAPLEX_PROGRAM_ID = exports.DAY_SECONDS = exports.BN_ONE = exports.BN_ZERO = exports.ORACLE_EXPONENT = exports.RATE_POWER = exports.RATE_DECIMALS = exports.FAF_DECIMALS = exports.LP_DECIMALS = exports.BPS_POWER = exports.BPS_DECIMALS = exports.USD_DECIMALS = exports.PERCENTAGE_DECIMALS = void 0;
3
+ exports.PYTH_LAZER_PROGRAM_ID = exports.METAPLEX_PROGRAM_ID = exports.DAY_SECONDS = exports.BN_ONE = exports.BN_ZERO = exports.ORACLE_EXPONENT = exports.RATE_POWER = exports.RATE_DECIMALS = exports.FAF_DECIMALS = exports.LP_DECIMALS = exports.BPS_POWER = exports.BPS_DECIMALS = exports.USD_DECIMALS = exports.PERCENTAGE_DECIMALS = void 0;
4
4
  var web3_js_1 = require("@solana/web3.js");
5
5
  var bn_js_1 = require("bn.js");
6
6
  exports.PERCENTAGE_DECIMALS = 4;
@@ -16,3 +16,4 @@ exports.BN_ZERO = new bn_js_1.BN(0);
16
16
  exports.BN_ONE = new bn_js_1.BN(1);
17
17
  exports.DAY_SECONDS = new bn_js_1.BN(3600);
18
18
  exports.METAPLEX_PROGRAM_ID = new web3_js_1.PublicKey("metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s");
19
+ exports.PYTH_LAZER_PROGRAM_ID = new web3_js_1.PublicKey("pytd2yyk641x7ak7mkaasSJVXh6YYZnC7wTmtgAyxPt");