Skip to content

Commit 87cf135

Browse files
committed
pkg
1 parent d70c7e6 commit 87cf135

File tree

29 files changed

+44
-44
lines changed

29 files changed

+44
-44
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<a href="https://github.com/hyperweb-io/chain-registry/actions/workflows/run-tests.yml">
99
<img height="20" src="https://github.com/hyperweb-io/chain-registry/actions/workflows/run-tests.yml/badge.svg" />
1010
</a>
11-
<a href="https://github.com/hyperweb-io/lib-count">
12-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Ftotal.json" />
11+
<a href="https://github.com/constructive-io/lib-count">
12+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Ftotal.json" />
1313
</a>
14-
<a href="https://github.com/hyperweb-io/lib-count">
15-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Fmonthly.json" />
14+
<a href="https://github.com/constructive-io/lib-count">
15+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Fmonthly.json" />
1616
</a>
1717
<br />
1818
<a href="https://github.com/hyperweb-io/chain-registry/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>

v1/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<a href="https://github.com/hyperweb-io/chain-registry/actions/workflows/run-tests.yml">
99
<img height="20" src="https://github.com/hyperweb-io/chain-registry/actions/workflows/run-tests.yml/badge.svg" />
1010
</a>
11-
<a href="https://github.com/hyperweb-io/lib-count">
12-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Ftotal.json" />
11+
<a href="https://github.com/constructive-io/lib-count">
12+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Ftotal.json" />
1313
</a>
14-
<a href="https://github.com/hyperweb-io/lib-count">
15-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Fmonthly.json" />
14+
<a href="https://github.com/constructive-io/lib-count">
15+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Fmonthly.json" />
1616
</a>
1717
<br />
1818
<a href="https://github.com/hyperweb-io/chain-registry/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>

v1/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"command": {
1414
"create": {
1515
"homepage": "https://github.com/hyperweb-io/chain-registry",
16-
"license": "SEE LICENSE IN LICENSE",
16+
"license": "MIT",
1717
"access": "restricted"
1818
},
1919
"publish": {

v1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/hyperweb-io/chain-registry"
99
},
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "restricted"
1313
},

v1/packages/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Chain Registry Asset Lists",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/chain-registry",
7-
"license": "SEE LICENSE IN LICENSE",
7+
"license": "MIT",
88
"main": "index.js",
99
"module": "esm/index.js",
1010
"types": "index.d.ts",

v1/packages/chain-registry/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<a href="https://github.com/hyperweb-io/chain-registry/actions/workflows/run-tests.yml">
99
<img height="20" src="https://github.com/hyperweb-io/chain-registry/actions/workflows/run-tests.yml/badge.svg" />
1010
</a>
11-
<a href="https://github.com/hyperweb-io/lib-count">
12-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Ftotal.json" />
11+
<a href="https://github.com/constructive-io/lib-count">
12+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Ftotal.json" />
1313
</a>
14-
<a href="https://github.com/hyperweb-io/lib-count">
15-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Fmonthly.json" />
14+
<a href="https://github.com/constructive-io/lib-count">
15+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Fmonthly.json" />
1616
</a>
1717
<br />
1818
<a href="https://github.com/hyperweb-io/chain-registry/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>

v1/packages/chain-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Cosmos chain registry ⚛️",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
7-
"license": "SEE LICENSE IN LICENSE",
7+
"license": "MIT",
88
"main": "index.js",
99
"module": "esm/index.js",
1010
"types": "index.d.ts",

v1/packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Chain Registry Client",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/chain-registry",
7-
"license": "SEE LICENSE IN LICENSE",
7+
"license": "MIT",
88
"main": "index.js",
99
"module": "esm/index.js",
1010
"types": "index.d.ts",

v1/packages/cosmostation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Chain Registry to Cosmostation",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/chain-registry",
7-
"license": "SEE LICENSE IN LICENSE",
7+
"license": "MIT",
88
"main": "index.js",
99
"module": "esm/index.js",
1010
"types": "index.d.ts",

v1/packages/juno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Chain Registry info for Juno",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/chain-registry",
7-
"license": "SEE LICENSE IN LICENSE",
7+
"license": "MIT",
88
"main": "index.js",
99
"module": "esm/index.js",
1010
"types": "index.d.ts",

0 commit comments

Comments
 (0)