Skip to content
Snippets Groups Projects
Commit a2044bb8 authored by Jun Jiang's avatar Jun Jiang Committed by GitHub
Browse files

Update index.html (#1798)

parent c5d04104
No related merge requests found
......@@ -16,7 +16,7 @@ async function start() {
await init('./pkg/polkadot_cli_bg.wasm');
log('Successfully loaded WASM');
log('Fetching chain spec');
const chain_spec_response = await fetch("https://raw.githubusercontent.com/paritytech/polkadot/master/service/res/westend.json");
const chain_spec_response = await fetch("https://raw.githubusercontent.com/paritytech/polkadot/master/node/service/res/westend.json");
const chain_spec_text = await chain_spec_response.text();
// Build our client.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment