Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
Bump Version 1.1.3
  • Loading branch information
SuperBlockchain-Pool committed Jun 27, 2020
1 parent b5985d7 commit 5431f9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions config.js
Expand Up @@ -10,7 +10,7 @@ var refreshDelay = 30000;
var networkStat = {
"ztc": [
["cryptonote.club", "https://ztc.cryptonote.club:8199"],
["fastpool.xyz", "https://backup.fastpool.xyz:8128"],
["fastpool.xyz", "https://fastpool.xyz:8128"],
["superblockchain.con-ip.com", "https://superblockchain.con-ip.com:8135"],
["pool001.zent.cash", "https://pool001api.zent.cash:8080"]
]
Expand All @@ -19,7 +19,7 @@ var networkStat = {
var networkStat2 = {
"ztc": [
["cryptonote.club", "https://ztc.cryptonote.club:8199"],
["fastpool.xyz", "https://backup.fastpool.xyz:8128"],
["fastpool.xyz", "https://fastpool.xyz:8128"],
["superblockchain.con-ip.com", "https://superblockchain.con-ip.com:8135"],
["pool001.zent.cash", "https://pool001api.zent.cash:8080"]
]
Expand Down
16 changes: 8 additions & 8 deletions index.html
Expand Up @@ -16,16 +16,16 @@
<meta property="og:site_name" content="Zent Cash | Blockchain Explorer - [ZTC]"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="article"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-timeago/1.4.0/jquery.timeago.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-sparklines/2.1.2/jquery.sparkline.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<link href="css/themes/zent/style.css" rel="stylesheet" id="theme_link">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-timeago/1.4.0/jquery.timeago.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-sparklines/2.1.2/jquery.sparkline.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<link href="css/themes/zent/style.css" rel="stylesheet" id="theme_link">
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<script src="./config.js"></script>
<script src="js/main.js"></script>
<script src="js/main.js"></script>
</head>
<body>

Expand Down Expand Up @@ -262,7 +262,7 @@
<small>
<!-- This copyright should be left intact -->

Powered by <a target="_blank" href="https://github.com/ZentCashFoundation/zentcash-explorer" target="_blank"><i class="fa fa-github"></i> Zent Cash Blockchain Explorer</a> v. 1.1.2.<br />
Powered by <a target="_blank" href="https://github.com/ZentCashFoundation/zentcash-explorer" target="_blank"><i class="fa fa-github"></i> Zent Cash Blockchain Explorer</a> v1.1.3.<br />

</small>
</p>
Expand Down

0 comments on commit 5431f9d

Please sign in to comment.