Skip to content

Commit

Permalink
deps: update chain-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Apr 19, 2023
1 parent 5c4a100 commit fd058bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"bignumber.js": "9.1.1",
"chain-registry": "1.10.0",
"chain-registry": "1.12.0",
"chakra-react-select": "4.6.0",
"fast-fuzzy": "1.12.0",
"font-awesome": "^4.7.0",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,13 @@
dependencies:
"@babel/runtime" "^7.19.4"

"@chain-registry/types@^0.15.0":
version "0.15.0"
resolved "https://registry.yarnpkg.com/@chain-registry/types/-/types-0.15.0.tgz#1ceead9f188ad968a99963b8db6899e58be24a66"
integrity sha512-nUKNqEvWkGO0AqT2y3/H9qQ4yxXh5glvgPOOFAuvlaU0sSGnUB4lQjPDaVGmV4DUmEBx3oZ6D078cvwmtcdhAw==
dependencies:
"@babel/runtime" "^7.19.4"

"@chain-registry/utils@^1.3.0":
version "1.4.0"
resolved "https://registry.npmjs.org/@chain-registry/utils/-/utils-1.4.0.tgz"
Expand Down Expand Up @@ -4938,13 +4945,13 @@ chai@^4.3.7:
pathval "^1.1.1"
type-detect "^4.0.5"

chain-registry@1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/chain-registry/-/chain-registry-1.10.0.tgz#b0afb3d0919fee40bafccea465ac19117ad9ed7c"
integrity sha512-JfdJufFq2F5tRpw1PMO32pv199xnZvwoSLKpW/wlbVOdpyLka7s4GwxgqYK+CPOdfCj5v6GiaGfWTq7slUemXg==
chain-registry@1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/chain-registry/-/chain-registry-1.12.0.tgz#23cbe79a5ae67e351791ed5fdeab7bf98d8a384f"
integrity sha512-+q5ber9dEZZYdycIvYtmrEyKN9vBBf20JvWqjN8CfdcIE+PDLMcj4PjJvNI+ImxXVhKLnPnzEXd0ynRtgbws+g==
dependencies:
"@babel/runtime" "^7.19.4"
"@chain-registry/types" "^0.14.0"
"@chain-registry/types" "^0.15.0"

chain-registry@^1.5.0:
version "1.9.0"
Expand Down

0 comments on commit fd058bb

Please sign in to comment.