coreum-js 2.3.1 → 2.3.2

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # MANTLE
2
2
 
3
+ It's what wraps the CORE
4
+
3
5
  A TS/JS Library to connect, subscribe to events, sign transactions and query the Coreum Blockchain.
4
6
 
5
7
  # IMPORTANT: IF DECIDE TO USE THE `SIGNER`, FOR SECURITY USE ONLY ON THE SERVER SIDE.
@@ -7,7 +9,7 @@ A TS/JS Library to connect, subscribe to events, sign transactions and query the
7
9
  ## Usage
8
10
 
9
11
  ```typescript
10
- import Mantle from "mantle";
12
+ import Mantle from "coreum-js";
11
13
 
12
14
  const mantle: Mantle = new Mantle();
13
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coreum-js",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "JS/TS Library to to easily make use of the Coreum Blockchain",
5
5
  "main": "dist/main/index.js",
6
6
  "module": "dist/module/index.js",