diff --git a/settings.json b/settings.json index e5d302db8..80d25eca9 100644 --- a/settings.json +++ b/settings.json @@ -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", diff --git a/views/layout.jade b/views/layout.jade index 4e875da93..d5df3dce9 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -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')