Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Update dependency chain-registry to v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent 98894da commit 41e738f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@astroport/math": "0.5.1",
"@cosmjs/cosmwasm-stargate": "0.31.1",
"@cosmjs/proto-signing": "0.31.1",
"chain-registry": "1.19.0",
"chain-registry": "1.20.0",
"decimal.js": "10.4.3",
"ramda": "0.29.0",
"zeromq": "6.0.0-beta.17"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,10 @@
axios "^1.3"
ws "^8.13"

"@chain-registry/types@^0.16.0":
version "0.16.0"
resolved "https://registry.yarnpkg.com/@chain-registry/types/-/types-0.16.0.tgz#f76409186899a976d33693d7f458c33d71a66730"
integrity sha512-4j6vq2Vqn/nF+UBjvRPUVs6eM3+5rJ+dPmEWpd/OoNH3wTy1k6aoilcSTZRR//vGcI5EOVGsxhhJxUzo2qqweA==
"@chain-registry/types@^0.17.0":
version "0.17.0"
resolved "https://registry.yarnpkg.com/@chain-registry/types/-/types-0.17.0.tgz#bbe9176a6d30a491259fab1fcdcee2b7edf6141f"
integrity sha512-lavACU4oDxioUy8lZOFZN0Vrr2qR+Dg2yEh/mkrPfOldcioavREXJou0elDyyXwq4pGLC5YQ+IISCtQ4Du0bdw==
dependencies:
"@babel/runtime" "^7.21.0"

Expand Down Expand Up @@ -2434,13 +2434,13 @@ case-anything@^2.1.13:
resolved "https://registry.yarnpkg.com/case-anything/-/case-anything-2.1.13.tgz#0cdc16278cb29a7fcdeb072400da3f342ba329e9"
integrity sha512-zlOQ80VrQ2Ue+ymH5OuM/DlDq64mEm+B9UTdHULv5osUMD6HalNTblf2b1u/m6QecjsnOkBpqVZ+XPwIVsy7Ng==

chain-registry@1.19.0:
version "1.19.0"
resolved "https://registry.yarnpkg.com/chain-registry/-/chain-registry-1.19.0.tgz#6d2d56b56efebee0d15ced8f9bd8329a099ce04d"
integrity sha512-7Ax0cRurfS+I0Oru3Td8NqBY/2YRCv570XM555E5vu3ib3f/k5SELwxsSalTtQj+Furx6quEyKWuOjrNwPpcQg==
chain-registry@1.20.0:
version "1.20.0"
resolved "https://registry.yarnpkg.com/chain-registry/-/chain-registry-1.20.0.tgz#1442a1d715a7ebf57781aeb185e3cbaa7b08196c"
integrity sha512-kBeQVdopECXasauhaA+HiJNSB0UpzNmxtv5AvIpJBAZc3nuM2wzPxaHAiPz1OG5ifYwMraOkvPNxwOnXd1nZzw==
dependencies:
"@babel/runtime" "^7.21.0"
"@chain-registry/types" "^0.16.0"
"@chain-registry/types" "^0.17.0"

chalk@^2.4.1, chalk@^2.4.2:
version "2.4.2"
Expand Down

0 comments on commit 41e738f

Please sign in to comment.