suidouble 1.28.2 → 1.32.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.
@@ -302,7 +302,7 @@ export default class SuiInBrowser extends SuiCommonMethods {
302
302
  },
303
303
  {
304
304
  name: 'Phantom',
305
- icon: icons['OKX'],
305
+ icon: icons['PHANTOM'],
306
306
  downloadUrls: {
307
307
  chrome: 'https://chromewebstore.google.com/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa',
308
308
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suidouble",
3
- "version": "1.28.2",
3
+ "version": "1.32.0",
4
4
  "description": "Set of provider, package and object classes for javascript representation of Sui Move smart contracts. Use same code for publishing, upgrading, integration testing, interaction with smart contracts and integration in browser web3 dapps",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
25
  "@mysten/bcs": "^1.6.0",
26
- "@mysten/sui": "^1.28.2",
26
+ "@mysten/sui": "^1.32.0",
27
27
  "@polymedia/coinmeta": "^0.0.17",
28
28
  "@scure/bip39": "^1.6.0",
29
29
  "@wallet-standard/core": "^1.1.1",