@chain-registry/workflows 1.53.266 → 1.53.268

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -110,7 +110,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
110
110
 
111
111
  ## Credits
112
112
 
113
- 🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
113
+ 🛠 Built by the [Constructive](https://constructive.io) team makers of [Hyperweb](https://hyperweb.io)
114
114
 
115
115
 
116
116
  ## Disclaimer
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@chain-registry/workflows",
3
- "version": "1.53.266",
3
+ "version": "1.53.268",
4
4
  "description": "Chain Registry Workflows",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
7
- "license": "SEE LICENSE IN LICENSE",
7
+ "license": "MIT",
8
8
  "main": "index.js",
9
9
  "module": "esm/index.js",
10
10
  "types": "index.d.ts",
@@ -33,7 +33,7 @@
33
33
  "@types/sha.js": "^2.4.0"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/interfaces": "^0.52.266",
36
+ "@chain-registry/interfaces": "^0.52.268",
37
37
  "ajv": "^8.12.0",
38
38
  "ajv-formats": "^3.0.1",
39
39
  "bignumber.js": "9.1.2",
@@ -53,5 +53,5 @@
53
53
  "cosmos",
54
54
  "interchain"
55
55
  ],
56
- "gitHead": "eb66b31d16135c619bae5afc37bf15ed26c2e5d8"
56
+ "gitHead": "664be9797c350a2b0a64046d96d6a9efac11f11a"
57
57
  }