perk-protocol 0.2.0 → 1.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.
package/dist/constants.js CHANGED
@@ -8,7 +8,7 @@ exports.PYTH_SOL_USD_FEED = exports.PYTH_PROGRAM_ID = exports.WINDOW_BAND_MULTIP
8
8
  const web3_js_1 = require("@solana/web3.js");
9
9
  const bn_js_1 = __importDefault(require("bn.js"));
10
10
  // Program ID
11
- exports.PERK_PROGRAM_ID = new web3_js_1.PublicKey("5mqYowuNCA8iKFjqn6XKA7vURuaKEUUmPK5QJiCbHyMW");
11
+ exports.PERK_PROGRAM_ID = new web3_js_1.PublicKey("3L72e4b8wKJ8ReMpLUeXxVNrRGpiK6m4VYxeSnecpNW2");
12
12
  // PDA Seeds
13
13
  exports.PROTOCOL_SEED = Buffer.from("protocol");
14
14
  exports.MARKET_SEED = Buffer.from("market");
package/dist/idl.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "5mqYowuNCA8iKFjqn6XKA7vURuaKEUUmPK5QJiCbHyMW",
2
+ "address": "3L72e4b8wKJ8ReMpLUeXxVNrRGpiK6m4VYxeSnecpNW2",
3
3
  "metadata": {
4
4
  "name": "perk_protocol",
5
5
  "version": "0.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "perk-protocol",
3
- "version": "0.2.0",
3
+ "version": "1.0.0",
4
4
  "description": "TypeScript SDK for the Perk perpetual futures protocol on Solana",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",