Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade to latest polkadot #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@ KILT_IMG=kiltprotocol/kilt-node:1.6.2
KILT_SOURCE_SPEC=dev
KILT_RUNTIME=peregrine

RELAY_IMG=parity/polkadot:v0.9.18
RELAY_RAW_SPEC_FILE=rococo-0.9.18.raw.json
RELAY_IMG=parity/polkadot:v0.9.24
RELAY_RAW_SPEC_FILE=rococo-0.9.24.raw.json
RELAY_CHAIN_SPEC=/data/spec/${RELAY_RAW_SPEC_FILE}

PORT_RELAY_ALICE_WS=9944
PORT_RELAY_ALICE_LIBP2P=30333
PORT_RELAY_BOB_WS=9945
PORT_RELAY_BOB_LIBP2P=30334
PORT_RELAY_CHARLIE_WS=9946
PORT_RELAY_CHARLIE_LIBP2P=30335
PORT_PARA_ALICE_WS=9947
PORT_PARA_ALICE_LIBP2P=30336
PORT_PARA_BOB_WS=9948

PORT_RELAY_ALICE_LIBP2P=30333
PORT_RELAY_BOB_LIBP2P=30334
PORT_RELAY_CHARLIE_LIBP2P=30335
PORT_PARA_ALICE_LIBP2P=30336
PORT_PARA_BOB_LIBP2P=30337

RELAY_SUDO_KEY="//Alice"
RELAY_SUDO_KEY="//Alice//stash"

PARA_ID=2000 # Spiritnet-Dev
1 change: 0 additions & 1 deletion specs/kilt-genesis.hex

This file was deleted.

1 change: 0 additions & 1 deletion specs/kilt.wasm

This file was deleted.

146 changes: 0 additions & 146 deletions specs/polkadot.raw.json

This file was deleted.

877 changes: 0 additions & 877 deletions specs/rilt-dev.json

This file was deleted.

138 changes: 0 additions & 138 deletions specs/rococo-0.9.13.raw.json

This file was deleted.

149 changes: 0 additions & 149 deletions specs/rococo-0.9.18.raw.json

This file was deleted.

150 changes: 150 additions & 0 deletions specs/rococo-0.9.24.raw.json

Large diffs are not rendered by default.