suidouble 1.28.2 → 1.38.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/lib/SuiCoins.js +1 -0
- package/lib/SuiInBrowser.js +2 -2
- package/package.json +3 -3
package/lib/SuiCoins.js
CHANGED
|
@@ -3,6 +3,7 @@ import SuiCommonMethods from './SuiCommonMethods.js';
|
|
|
3
3
|
import { allCoinMetas } from '@polymedia/coinmeta';
|
|
4
4
|
import { normalizeStructTag } from "@mysten/sui/utils";
|
|
5
5
|
|
|
6
|
+
|
|
6
7
|
/**
|
|
7
8
|
* @typedef {import("./SuiCoin.js").CoinMeta} CoinMeta
|
|
8
9
|
* @typedef {import("./SuiCoin.js").SuidoubleCoinBalance} SuidoubleCoinBalance
|
package/lib/SuiInBrowser.js
CHANGED
|
@@ -273,7 +273,7 @@ export default class SuiInBrowser extends SuiCommonMethods {
|
|
|
273
273
|
static getPossibleWallets() {
|
|
274
274
|
return [
|
|
275
275
|
{
|
|
276
|
-
name: 'Slush
|
|
276
|
+
name: 'Slush',
|
|
277
277
|
icon: icons['SLUSH'],
|
|
278
278
|
downloadUrls: {
|
|
279
279
|
chrome: 'https://chromewebstore.google.com/detail/slush-%E2%80%94-a-sui-wallet/opcgpfmipidbgpenhmajoajpbobppdil',
|
|
@@ -302,7 +302,7 @@ export default class SuiInBrowser extends SuiCommonMethods {
|
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
304
|
name: 'Phantom',
|
|
305
|
-
icon: icons['
|
|
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.
|
|
3
|
+
"version": "1.38.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",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"author": "suidouble (https://github.com/suidouble)",
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@mysten/bcs": "^1.
|
|
26
|
-
"@mysten/sui": "^1.
|
|
25
|
+
"@mysten/bcs": "^1.8.0",
|
|
26
|
+
"@mysten/sui": "^1.38.0",
|
|
27
27
|
"@polymedia/coinmeta": "^0.0.17",
|
|
28
28
|
"@scure/bip39": "^1.6.0",
|
|
29
29
|
"@wallet-standard/core": "^1.1.1",
|