Skip to content

Commit

Permalink
update polkadot-launch configs (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored Nov 14, 2022
1 parent 3bf427f commit 9181258
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cargo build --release
Run:
`cp target/release/polkadot ../../bin/polkadot-0.9.24-sudo`
It is assumed that the bin directory exists at this relative path.
Note: When using the `launch-rococo-local-with-encointer` setup it is assumed that the `bin` folder also contains a `polkadot-0.9.24` binary.
Note: When using the `launch-rococo-local-with-encointer` setup it is assumed that the `bin` folder also contains a `polkadot-v0.9.28` binary.


### Setup local testnet with polkadot-launch
Expand Down
2 changes: 1 addition & 1 deletion polkadot-launch/launch-kusama-local-with-encointer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"relaychain": {
"bin": "../../../bin/polkadot-0.9.23-sudo",
"bin": "../../../bin/polkadot-v0.9.28-sudo",
"chain": "kusama-local",
"nodes": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"relaychain": {
"bin": "../../../bin/polkadot-0.9.23",
"bin": "../../../bin/polkadot-v0.9.28",
"chain": "rococo-local",
"nodes": [
{
Expand Down
2 changes: 1 addition & 1 deletion polkadot-launch/launch-rococo-local-with-encointer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"relaychain": {
"bin": "../../../bin/polkadot-0.9.24",
"bin": "../../../bin/polkadot-v0.9.28",
"chain": "rococo-local",
"nodes": [
{
Expand Down
2 changes: 1 addition & 1 deletion polkadot-launch/launch-rococo-local-with-launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"relaychain": {
"bin": "../../../bin/polkadot-0.9.24",
"bin": "../../../bin/polkadot-v0.9.28",
"chain": "rococo-local",
"nodes": [
{
Expand Down
2 changes: 1 addition & 1 deletion polkadot-launch/launch-rococo-local.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"relaychain": {
"bin": "../../../bin/polkadot-0.9.23",
"bin": "../../../bin/polkadot-v0.9.28",
"chain": "rococo-local",
"nodes": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"relaychain": {
"bin": "../../bin/polkadot-v0.9.16-rc9",
"bin": "../../bin/polkadot-v0.9.28",
"chain": "rococo",
"nodes": [
{
Expand Down
2 changes: 1 addition & 1 deletion polkadot-launch/launch-rococo-with-launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"relaychain": {
"bin": "../../../bin/polkadot-0.9.23",
"bin": "../../../bin/polkadot-v0.9.28",
"chain": "rococo",
"nodes": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"relaychain": {
"bin": "../../bin/polkadot-v0.9.16-rc9",
"bin": "../../bin/polkadot-v0.9.28",
"chain": "westend-local",
"nodes": [
{
Expand Down
2 changes: 1 addition & 1 deletion polkadot-launch/launch-westend-local.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"relaychain": {
"bin": "../../bin/polkadot-v0.9.16-rc9",
"bin": "../../bin/polkadot-v0.9.28",
"chain": "westend-local",
"nodes": [
{
Expand Down

0 comments on commit 9181258

Please sign in to comment.