Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
stanly-johnson authored and olanod committed Dec 13, 2021
1 parent b836717 commit 088ea68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ $(CLIPPY):
# Run command sets up a "devnet" with relay-chain validators, karura and virto collators
#
.PHONY: run run-parachain stop
POLKADOT=parity/polkadot:v0.9.12
POLKADOT=parity/polkadot:v0.9.13
KARURA=acala/karura-node
IMG=ghcr.io/virto-network/virto
SPEC=rococo-local
Expand Down
4 changes: 2 additions & 2 deletions devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ services:
# Relay chain validators
#
relay_a:
image: docker.io/parity/polkadot:v0.9.12
image: docker.io/parity/polkadot:v0.9.13
container_name: devnet_relay_a
command:
- --chain=${SPEC}
Expand All @@ -115,7 +115,7 @@ services:
- devnet

relay_b:
image: docker.io/parity/polkadot:v0.9.12
image: docker.io/parity/polkadot:v0.9.13
container_name: devnet_relay_b
command:
- --chain=${SPEC}
Expand Down

0 comments on commit 088ea68

Please sign in to comment.