@xswap-link/sdk 0.10.9 → 0.10.11
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 +12 -0
- package/dist/index.global.js +197 -197
- package/dist/index.js +9 -9
- package/dist/index.mjs +9 -9
- package/package.json +1 -1
- package/src/components/Swap/SwapView/ConfirmationView/TxOverview/ArrowIcon.tsx +1 -1
- package/src/components/Swap/SwapView/ConfirmationView/TxOverview/SwapPanel/index.tsx +1 -1
- package/src/components/Swap/SwapView/SwapButton/index.tsx +0 -2
- package/src/components/TokenLogo/index.tsx +4 -1
- package/src/components/TxWidgetWC/index.tsx +32 -9
- package/src/constants/index.ts +3 -2
- package/src/context/SwapProvider.tsx +15 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @xswap-link/xswap-sdk
|
|
2
2
|
|
|
3
|
+
## 0.10.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ef84b33: fixed solana nativeFee display, and tokenLogo after errorOccured
|
|
8
|
+
|
|
9
|
+
## 0.10.10
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- f75cb4c: solana rpc from quicknode
|
|
14
|
+
|
|
3
15
|
## 0.10.9
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|