Skip to content

Commit

Permalink
fix: orai chain rest node override
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Dec 18, 2023
1 parent 9899044 commit 7d4da42
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .yarn/patches/chain-registry-npm-1.20.0-e290300d1b.patch

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
"@expo/prebuild-config": "~6.2.4",
"expo-modules-autolinking": "~1.5.0",
"@expo/config-plugins": "~7.2.2",
"@expo/metro-config": "~0.10.0"
"@expo/metro-config": "~0.10.0",
"chain-registry@^1.20.0": "patch:chain-registry@npm%3A1.20.0#./.yarn/patches/chain-registry-npm-1.20.0-e290300d1b.patch"
},
"private": true,
"packageManager": "[email protected]"
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7847,7 +7847,7 @@ __metadata:
languageName: node
linkType: hard

"chain-registry@npm:^1.20.0":
"chain-registry@npm:1.20.0":
version: 1.20.0
resolution: "chain-registry@npm:1.20.0"
dependencies:
Expand All @@ -7857,6 +7857,16 @@ __metadata:
languageName: node
linkType: hard

"chain-registry@patch:chain-registry@npm%3A1.20.0#./.yarn/patches/chain-registry-npm-1.20.0-e290300d1b.patch::locator=teritori-dapp%40workspace%3A.":
version: 1.20.0
resolution: "chain-registry@patch:chain-registry@npm%3A1.20.0#./.yarn/patches/chain-registry-npm-1.20.0-e290300d1b.patch::version=1.20.0&hash=e664f8&locator=teritori-dapp%40workspace%3A."
dependencies:
"@babel/runtime": ^7.21.0
"@chain-registry/types": ^0.17.0
checksum: e60cf0654aad27910e4d238bcd7fb718a50151c3b3518cf4d9b293aa207c4a35f7585068429c5abb55dca530d0806659f10127438ca07161c264bd4250d6fe57
languageName: node
linkType: hard

"chalk@npm:^1.0.0, chalk@npm:^1.1.3":
version: 1.1.3
resolution: "chalk@npm:1.1.3"
Expand Down

0 comments on commit 7d4da42

Please sign in to comment.