@sodax/wallet-sdk-react 0.0.1-rc.6 → 0.0.1-rc.7
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ A comprehensive React Wallet SDK tailored for the Sodax ecosystem that provides
|
|
|
12
12
|
- ICON Wallets: ✅ (Hana Wallet and other ICON-compatible extensions)
|
|
13
13
|
|
|
14
14
|
- Address and connection state management
|
|
15
|
-
- EVM (Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, Sonic, HyperEVM,
|
|
15
|
+
- EVM (Arbitrum, Avalanche, Base, BSC, Optimism, Polygon, Sonic, HyperEVM, LightLink) ✅
|
|
16
16
|
- Sui ✅
|
|
17
17
|
- Solana ✅
|
|
18
18
|
- Stellar ✅
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sodax/wallet-sdk-react",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "0.0.1-rc.
|
|
4
|
+
"version": "0.0.1-rc.7",
|
|
5
5
|
"description": "Wallet SDK of Sodax",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.cjs",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"viem": "2.29.2",
|
|
46
46
|
"wagmi": "^2.14.12",
|
|
47
47
|
"zustand": "4.5.2",
|
|
48
|
-
"@sodax/wallet-sdk-core": "0.0.1-rc.
|
|
49
|
-
"@sodax/types": "0.0.1-rc.
|
|
48
|
+
"@sodax/wallet-sdk-core": "0.0.1-rc.8",
|
|
49
|
+
"@sodax/types": "0.0.1-rc.19"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/react": "^19.0.8",
|