Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
479cc3d3
Unverified
Commit
479cc3d3
authored
Oct 09, 2020
by
Jun Jiang
Committed by
GitHub
Oct 09, 2020
Browse files
Update index.html (#1798)
parent
b6ea6dde
Pipeline
#110015
passed with stages
in 21 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cli/browser-demo/index.html
View file @
479cc3d3
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment