@bolt-liquidity-hq/cosmwasm-client 0.1.0-beta.5 → 0.1.0-beta.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 +14 -3
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +30 -56
package/README.md
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
|
-
# Bolt Liquidity
|
|
1
|
+
# CosmWasm Client for Bolt Liquidity
|
|
2
2
|
|
|
3
3
|
Typescript SDK to interact with Bolt Liquidity on CosmWasm based blockchains.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
+
# Using npm
|
|
8
9
|
npm install @bolt-liquidity-hq/cosmwasm-client
|
|
10
|
+
|
|
11
|
+
# Using yarn
|
|
12
|
+
yarn add @bolt-liquidity-hq/cosmwasm-client
|
|
13
|
+
|
|
14
|
+
# Using pnpm
|
|
15
|
+
pnpm add @bolt-liquidity-hq/cosmwasm-client
|
|
9
16
|
```
|
|
10
17
|
|
|
11
18
|
## Usage
|
|
@@ -32,10 +39,14 @@ const result = await client.swap(signer, {
|
|
|
32
39
|
});
|
|
33
40
|
```
|
|
34
41
|
|
|
42
|
+
## 📖 API Reference
|
|
43
|
+
|
|
44
|
+
Full API documentation is available in our [docs](https://bolt-liquidity-hq.github.io/bolt-liquidity-ts-sdk/).
|
|
45
|
+
|
|
35
46
|
## Development
|
|
36
47
|
|
|
37
48
|
See the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
|
|
38
49
|
|
|
39
|
-
## License
|
|
50
|
+
## 📄 License
|
|
40
51
|
|
|
41
|
-
Apache 2.0
|
|
52
|
+
Apache 2.0 - see [LICENSE](../../LICENSE) for details.
|
package/dist/index.cjs
CHANGED
|
@@ -327,7 +327,7 @@ var ArchwayMainnetChainConfig = {
|
|
|
327
327
|
};
|
|
328
328
|
var ArchwayMainnetContracts = {
|
|
329
329
|
oracle: "archway1cr5l0tvhqsdjfzun4jkwqfzv7fadu598hultcra4jrljgwl639wsksmd28",
|
|
330
|
-
router: "
|
|
330
|
+
router: "archway1vu2ctevyav3wlka9yn7hmcm0xnlltklnnceqaanpuh0eete80xgsymc3ln"
|
|
331
331
|
};
|
|
332
332
|
var ArchwayMainnetAssets = {
|
|
333
333
|
aarch: {
|
|
@@ -5525,7 +5525,7 @@ var ArchwayTestnetChainConfig = {
|
|
|
5525
5525
|
};
|
|
5526
5526
|
var ArchwayTestnetContracts = {
|
|
5527
5527
|
oracle: "archway1ehpghtr0v95kfx648dck7pvs08d6ah97l99xkx87t2zx8tcyen0s9n90x4",
|
|
5528
|
-
router: "
|
|
5528
|
+
router: "archway1rtdlmwgedg2vnsdyp3l23yr8eh7gspndt0x5cv5n9vxnerm374cs8lxk25"
|
|
5529
5529
|
};
|
|
5530
5530
|
var ArchwayTestnetAssets = {
|
|
5531
5531
|
aconst: {
|