@gmsol-labs/gmsol-sdk 0.5.0-alpha.16 → 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_bg.js +1 -1
- package/index_bg.wasm +0 -0
- package/package.json +1 -1
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.
|
|
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-
|
|
5
|
+
"version": "0.5.0-beta.0",
|
|
6
6
|
"license": "SEE LICENSE IN ../../LICENSE",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|