-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @chain-registry/[email protected] - @chain-registry/[email protected] - @chain-registry/[email protected] - @chain-registry/[email protected]
- Loading branch information
1 parent
60faa75
commit 7027c55
Showing
8 changed files
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@chain-registry/v2", | ||
"version": "1.71.55", | ||
"version": "1.71.56", | ||
"description": "Cosmos chain registry ⚛️", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@chain-registry/v2-client", | ||
"version": "1.54.55", | ||
"version": "1.54.56", | ||
"description": "Chain Registry Client", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/cosmology-tech/chain-registry", | ||
|
@@ -36,7 +36,7 @@ | |
}, | ||
"dependencies": { | ||
"@chain-registry/v2-types": "^0.53.29", | ||
"@chain-registry/v2-utils": "^1.52.55", | ||
"@chain-registry/v2-utils": "^1.52.56", | ||
"bfs-path": "^1.0.2", | ||
"cross-fetch": "^3.1.5" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@chain-registry/v2-keplr", | ||
"version": "0.0.56", | ||
"version": "0.0.57", | ||
"author": "Dan Lynch <[email protected]>", | ||
"description": "Chain Registry to Keplr", | ||
"main": "index.js", | ||
|
@@ -20,7 +20,7 @@ | |
"url": "https://github.com/chain-registry/v2-keplr/issues" | ||
}, | ||
"dependencies": { | ||
"@chain-registry/v2": "^1.71.55", | ||
"@chain-registry/v2": "^1.71.56", | ||
"@chain-registry/v2-types": "^0.53.29", | ||
"@keplr-wallet/cosmos": "0.12.28", | ||
"@keplr-wallet/crypto": "0.12.28", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@chain-registry/v2-utils", | ||
"version": "1.52.55", | ||
"version": "1.52.56", | ||
"description": "Chain Registry Utils", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/cosmology-tech/chain-registry", | ||
|
@@ -32,7 +32,7 @@ | |
"@types/sha.js": "^2.4.0" | ||
}, | ||
"dependencies": { | ||
"@chain-registry/v2": "^1.71.55", | ||
"@chain-registry/v2": "^1.71.56", | ||
"@chain-registry/v2-types": "^0.53.29", | ||
"bignumber.js": "9.1.2", | ||
"sha.js": "^2.4.11" | ||
|