Added new menu option

main
Julien Eluard 2020-10-15 16:23:00 +02:00 committed by GitHub
parent d6efb42c7c
commit b8faba774a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -16,5 +16,11 @@
],
"preCreateCommand": "cargo build --release && cargo check",
"postStartCommand": "./target/release/node-template --dev --ws-external",
"menuActions": [
{"id": "polkadotjs",
"label": "Open PolkadotJS Apps",
"type": "external-preview",
"args": ["https://polkadot.js.org/apps/?rpc=wss%3A%2F%2F/$HOST/wss"]}
],
"image": "paritytech/substrate-playground-template-node-template:latest"
}