@skip-go/widget 1.1.0 → 1.1.1
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Skip Go Widget
|
|
2
2
|
|
|
3
|
-
The `@skip-go/widget` package is an npm package providing a React component for a full swap interface using the [Skip API](https://skip.build/).
|
|
3
|
+
The `@skip-go/widget` package is an npm package providing a React component for a full swap interface using the [Skip Go API](https://skip.build/).
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -110,7 +110,7 @@ The `SwapWidgetProvider` component accepts the following prop:
|
|
|
110
110
|
};
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
- `apiURL` (Optional): Custom API URL to override Skip API endpoint. Defaults to Skip proxied endpoints. Please reach out to us first if you want to be whitelisted.
|
|
113
|
+
- `apiURL` (Optional): Custom API URL to override Skip Go API endpoint. Defaults to Skip proxied endpoints. Please reach out to us first if you want to be whitelisted.
|
|
114
114
|
|
|
115
115
|
By following these steps, you can easily integrate the Skip Go Widget into your React application and customize it to meet your specific needs.
|
|
116
116
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skip-go/widget",
|
|
3
3
|
"description": "Swap widget",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"repository": "https://github.com/skip-mev/widget",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
62
62
|
"@radix-ui/react-switch": "^1.0.3",
|
|
63
63
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
64
|
-
"@skip-go/core": "0.
|
|
64
|
+
"@skip-go/core": "0.3.1",
|
|
65
65
|
"@solana/spl-token": "^0.4.6",
|
|
66
66
|
"@solana/wallet-adapter-react": "^0.15.35",
|
|
67
67
|
"@solana/wallet-adapter-wallets": "^0.19.32",
|