Skip to content

Commit

Permalink
Sugarchain: site settings for https://explorer.sugarchain.org
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptozeny committed Nov 27, 2018
1 parent 93372a2 commit 2d29302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// name your instance!
"title": "Sugarchain Block Explorer",

"address": "https://explorer-sugarchain.cryptozeny.com",
"address": "https://explorer.sugarchain.org",

// coin name
"coin": "Sugarchain",
Expand Down
4 changes: 2 additions & 2 deletions views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ html
link(rel='stylesheet', href='//cdn.datatables.net/plug-ins/725b2a2115b/integration/bootstrap/3/dataTables.bootstrap.css')
link(rel='stylesheet', href='//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css')
link(rel='stylesheet', href='/stylesheets/style.css')
meta(property='og:url', content='https://explorer-sugarchain.cryptozeny.com/')
meta(property='og:url', content='https://explorer.sugarchain.org/')
meta(property='og:title', content='Sugarchain Block Explorer')
meta(property='og:type', content='website')
meta(property='og:description', content='View detailed information on all sugarchain transactions and blocks. Explorer, Whale Alert, Node List, Top 100 and API.')
meta(property='og:image', content='https://explorer-sugarchain.cryptozeny.com/images/logo.png')
meta(property='og:image', content='https://explorer.sugarchain.org/images/logo.png')
script(src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js')
script(src='//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js')
script(src='/vendor/jqplot/jquery.jqplot.min.js')
Expand Down

0 comments on commit 2d29302

Please sign in to comment.