@injectivelabs/networks 1.0.21 → 1.0.23

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # 🌟 Injective Protocol - Networks and Endpoints
2
2
 
3
- [![downloads](https://img.shields.io/npm/dm/@injectivelabs/tx-ts.svg)](https://www.npmjs.com/package/@injectivelabs/tx-ts)
4
- [![npm-version](https://img.shields.io/npm/v/@injectivelabs/tx-ts.svg)](https://www.npmjs.com/package/@injectivelabs/tx-ts)
3
+ [![downloads](https://img.shields.io/npm/dm/@injectivelabs/networks.svg)](https://www.npmjs.com/package/@injectivelabs/networks)
4
+ [![npm-version](https://img.shields.io/npm/v/@injectivelabs/networks.svg)](https://www.npmjs.com/package/@injectivelabs/networks)
5
5
  [![license](https://img.shields.io/npm/l/express.svg)]()
6
6
 
7
7
  _Accessing decentralized finance through TypeScript (for Web and Node environment)_
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/networks",
3
3
  "description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.",
4
- "version": "1.0.21",
4
+ "version": "1.0.23",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Bojan Angjelkoski",
@@ -31,10 +31,10 @@
31
31
  "start": "node dist/index.js"
32
32
  },
33
33
  "dependencies": {
34
- "@injectivelabs/exceptions": "^1.0.13",
35
- "@injectivelabs/utils": "^1.0.19",
34
+ "@injectivelabs/exceptions": "^1.0.14",
35
+ "@injectivelabs/utils": "^1.0.20",
36
36
  "link-module-alias": "^1.2.0",
37
37
  "shx": "^0.3.2"
38
38
  },
39
- "gitHead": "02bed31496feb19d3a4fd7f2e05a0c321dba498c"
39
+ "gitHead": "7abb05a13325bb21f497982abc0578fd29b2e601"
40
40
  }