Skip to content

Commit

Permalink
chore: apply the changes of finschia v4.0.0-rc5
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <[email protected]>
  • Loading branch information
zemyblue committed May 24, 2024
1 parent dddc5ff commit 54d7993
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/finschia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/tendermint-rpc": "^0.31.0",
"@cosmjs/utils": "^0.31.0",
"@finschia/finschia-proto": "4.0.0-rc4",
"@finschia/finschia-proto": "4.0.0-rc5",
"cosmjs-types": "^0.8.0",
"long": "^4.0.0",
"pako": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/finschia/env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Choose from https://hub.docker.com/r/finschia/finschianode/tags
REPOSITORY="finschia/finschianode"
VERSION="4.0.0-rc4"
VERSION="4.0.0-rc5"
CONTAINER_NAME="finschia-app"
2 changes: 1 addition & 1 deletion scripts/simapp/env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Choose from https://hub.docker.com/r/finschia/finschia-simapp/tags
REPOSITORY="finschia/finschia-simapp"
VERSION="0.49.0-rc6"
VERSION="0.49.0-rc7"
CONTAINER_NAME="finschia-simapp"
4 changes: 2 additions & 2 deletions scripts/with-ibc/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
finschia-app:
image: "finschia/finschianode:4.0.0-rc4"
image: "finschia/finschianode:4.0.0-rc5"
ports:
- "26658:26657"
- "1317:1317"
Expand All @@ -15,7 +15,7 @@ services:
- host.docker.internal:host-gateway

finschia2-app:
image: "finschia/finschianode:4.0.0-rc4"
image: "finschia/finschianode:4.0.0-rc5"
ports:
- "26558:26657"
- "1318:1317"
Expand Down
2 changes: 1 addition & 1 deletion scripts/with-ibc/finschia/env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Choose from https://hub.docker.com/r/finschia/finschianode/tags
REPOSITORY="finschia/finschianode"
VERSION="4.0.0-rc4"
VERSION="4.0.0-rc5"
CONTAINER_NAME="finschia-app"
2 changes: 1 addition & 1 deletion scripts/with-ibc/finschia2/env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Choose from https://hub.docker.com/r/finschia/finschianode/tags
REPOSITORY="finschia/finschianode"
VERSION="4.0.0-rc4"
VERSION="4.0.0-rc5"
CONTAINER_NAME="finschia2-app"
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@finschia/[email protected]rc4":
version "4.0.0-rc4"
resolved "https://registry.yarnpkg.com/@finschia/finschia-proto/-/finschia-proto-4.0.0-rc4.tgz#6fa689714787f5673901fa5aa2ce52d5395e60b8"
integrity sha512-S69IyMit7nyhVijTki5o9vIyHchZdO4JSSTfrES/vMRRHxX/esTSkB8IjxNyDWTTmXGIBaCDZmFvS/qFeoRNVw==
"@finschia/[email protected]rc5":
version "4.0.0-rc5"
resolved "https://registry.yarnpkg.com/@finschia/finschia-proto/-/finschia-proto-4.0.0-rc5.tgz#c7c5cf2438ec549de8b106e9de7ed19b81b416ba"
integrity sha512-TAnM75A0PVplgLX42Pwu1+MZSUeJN9iC+IATBMTJzMJDqp0JjD8xugjHTwvvFyItZQSWV3sIMwkuMm77dzZXlA==
dependencies:
long "^4.0.0"
protobufjs "~6.11.2"
Expand Down

0 comments on commit 54d7993

Please sign in to comment.