@gmsol-labs/gmsol-sdk 0.5.0-alpha.15 → 0.5.0-beta.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/index.d.ts CHANGED
@@ -126,6 +126,7 @@ export interface TransactionGroupOptions {
126
126
  max_instructions_per_tx?: number | undefined;
127
127
  compute_unit_price_micro_lamports?: number | undefined;
128
128
  luts?: Map<StringPubkey, StringPubkey[]>;
129
+ memo?: string | undefined;
129
130
  }
130
131
 
131
132
  /**
package/index_bg.js CHANGED
@@ -1147,7 +1147,7 @@ export class Pubkey {
1147
1147
  */
1148
1148
  equals(other) {
1149
1149
  _assertClass(other, Pubkey);
1150
- const ret = wasm.pubkey_equals(this.__wbg_ptr, other.__wbg_ptr);
1150
+ const ret = wasm.hash_equals(this.__wbg_ptr, other.__wbg_ptr);
1151
1151
  return ret !== 0;
1152
1152
  }
1153
1153
  /**
package/index_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gmsol-labs/gmsol-sdk",
3
3
  "type": "module",
4
4
  "description": "GMX-Solana is an extension of GMX on the Solana blockchain.",
5
- "version": "0.5.0-alpha.15",
5
+ "version": "0.5.0-beta.0",
6
6
  "license": "SEE LICENSE IN ../../LICENSE",
7
7
  "repository": {
8
8
  "type": "git",