@ant-design/web3-assets 1.11.3 → 1.11.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @ant-design/web3-assets
2
2
 
3
+ ## 1.11.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 14fae53: fix(assets): Solana testnet and devent browser URL is incorrect
8
+ - e0db15a: chore: upgrade pnpm version from 8.9.0 to 9.14.4
9
+ - Updated dependencies [e0db15a]
10
+ - @ant-design/web3-common@1.15.1
11
+ - @ant-design/web3-icons@1.11.2
12
+
13
+ ## 1.11.4
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [0ac2be9]
18
+ - Updated dependencies [0b2a19d]
19
+ - @ant-design/web3-icons@1.11.1
20
+ - @ant-design/web3-common@1.15.0
21
+
3
22
  ## 1.11.3
4
23
 
5
24
  ### Patch Changes
@@ -21,7 +21,7 @@ export const SolanaDevnet = {
21
21
  icon: /*#__PURE__*/_jsx(SolanaColorful, {}),
22
22
  browser: {
23
23
  icon: /*#__PURE__*/_jsx(SolanaColorful, {}),
24
- getBrowserLink: createGetBrowserLink('https://explorer.solana.com/?cluster=devnet')
24
+ getBrowserLink: (address, type) => createGetBrowserLink('https://explorer.solana.com')(address, type) + '?cluster=devnet'
25
25
  },
26
26
  nativeCurrency: {
27
27
  name: 'Solana',
@@ -35,7 +35,7 @@ export const SolanaTestnet = {
35
35
  icon: /*#__PURE__*/_jsx(SolanaColorful, {}),
36
36
  browser: {
37
37
  icon: /*#__PURE__*/_jsx(SolanaColorful, {}),
38
- getBrowserLink: createGetBrowserLink('https://explorer.solana.com/?cluster=testnet')
38
+ getBrowserLink: (address, type) => createGetBrowserLink('https://explorer.solana.com')(address, type) + '?cluster=testnet'
39
39
  },
40
40
  nativeCurrency: {
41
41
  name: 'Solana',
@@ -27,7 +27,7 @@ const SolanaDevnet = exports.SolanaDevnet = {
27
27
  icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_web3Icons.SolanaColorful, {}),
28
28
  browser: {
29
29
  icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_web3Icons.SolanaColorful, {}),
30
- getBrowserLink: (0, _web3Common.createGetBrowserLink)('https://explorer.solana.com/?cluster=devnet')
30
+ getBrowserLink: (address, type) => (0, _web3Common.createGetBrowserLink)('https://explorer.solana.com')(address, type) + '?cluster=devnet'
31
31
  },
32
32
  nativeCurrency: {
33
33
  name: 'Solana',
@@ -41,7 +41,7 @@ const SolanaTestnet = exports.SolanaTestnet = {
41
41
  icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_web3Icons.SolanaColorful, {}),
42
42
  browser: {
43
43
  icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_web3Icons.SolanaColorful, {}),
44
- getBrowserLink: (0, _web3Common.createGetBrowserLink)('https://explorer.solana.com/?cluster=testnet')
44
+ getBrowserLink: (address, type) => (0, _web3Common.createGetBrowserLink)('https://explorer.solana.com')(address, type) + '?cluster=testnet'
45
45
  },
46
46
  nativeCurrency: {
47
47
  name: 'Solana',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ant-design/web3-assets",
3
- "version": "1.11.3",
3
+ "version": "1.11.5",
4
4
  "type": "module",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -50,15 +50,16 @@
50
50
  ],
51
51
  "keywords": [
52
52
  "ant",
53
+ "design",
54
+ "web3",
55
+ "antd",
53
56
  "component",
54
57
  "components",
55
- "design",
56
58
  "framework",
57
59
  "frontend",
58
60
  "react",
59
61
  "react-component",
60
- "ui",
61
- "web3"
62
+ "ui"
62
63
  ],
63
64
  "homepage": "https://web3.ant.design",
64
65
  "bugs": {
@@ -69,12 +70,12 @@
69
70
  "url": "https://github.com/ant-design/ant-design-web3"
70
71
  },
71
72
  "dependencies": {
72
- "@ant-design/web3-icons": "1.11.0",
73
- "@ant-design/web3-common": "1.14.0"
73
+ "@ant-design/web3-common": "1.15.1",
74
+ "@ant-design/web3-icons": "1.11.2"
74
75
  },
75
76
  "devDependencies": {
76
77
  "@types/react": "^18.3.5",
77
- "@types/react-dom": "^18.3.0",
78
+ "@types/react-dom": "^18.3.1",
78
79
  "father": "^4.4.4",
79
80
  "react": "18.3.1",
80
81
  "react-dom": "18.3.1",