Added new menu option
parent
d6efb42c7c
commit
b8faba774a
|
@ -16,5 +16,11 @@
|
||||||
],
|
],
|
||||||
"preCreateCommand": "cargo build --release && cargo check",
|
"preCreateCommand": "cargo build --release && cargo check",
|
||||||
"postStartCommand": "./target/release/node-template --dev --ws-external",
|
"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"
|
"image": "paritytech/substrate-playground-template-node-template:latest"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue