@atomiqlabs/sdk 2.1.0 → 2.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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A typescript multichain client for atomiqlabs trustlesss cross-chain swaps. Enab
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
```
|
|
7
|
-
npm install
|
|
7
|
+
npm install @atomiqlabs/sdk
|
|
8
8
|
```
|
|
9
9
|
|
|
10
10
|
## Installing chain-specific connectors
|
|
@@ -12,8 +12,8 @@ npm install github:atomiqlabs/atomiq-sdk#refactor-storage
|
|
|
12
12
|
You can install only the chain-specific connectors that your project requires
|
|
13
13
|
|
|
14
14
|
```
|
|
15
|
-
npm install
|
|
16
|
-
npm install
|
|
15
|
+
npm install @atomiqlabs/chain-solana
|
|
16
|
+
npm install @atomiqlabs/chain-starknet
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## How to use?
|