Skip to content

Commit

Permalink
Upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
nordicenergy committed Jan 9, 2020
1 parent e5c44ad commit bc6be71
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "blockchain-explorer",
"name": "prod-smart-contract-viewer",
"version": "1.0.0",
"private": true,
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<meta property="og:url" content="https://powerchain1.nordicenergy.io/partner/nordicenergy/"/>
<meta property="og:url" content="https://bc1.nordicenergy.io/partner/nordicenergy/"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Nordic Energy Blockchain Explorer for Energy Case"/>
<meta property="og:description" content="View and decode transactions for Nordic Energy contracts"/>
<meta property="og:image" content="https://www.nordicenergy.io/content/uploads/brand/[email protected]"/>
<meta property="og:image" content="https://www.nordicenergy.io/content/uploads/[email protected]"/>
<meta property="og:image:width" content="269"/>
<meta property="og:image:height" content="57"/>
<link rel="icon" href="https://www.nordicenergy.io/content/uploads/brand/cropped-nordicenergy_icon_secondary-01-32x32.png"/>
<link rel="icon" href="https://www.nordicenergy.io/content/uploads/cropped-nordicenergy_icon_secondary-01-32x32.png"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://bootswatch.com/3/cyborg/bootstrap.min.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid top-header">
<router-link to="/" class="logo">
<img src="https://www.lition.io/wp-content/uploads/2018/03/lition[email protected]">
<img src="https://www.nordicenergy.io/content/uploads/nordicenergy[email protected]">
</router-link>

<div class="form-inline">
Expand Down
8 changes: 4 additions & 4 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export default {
'54084': {
name: 'PowerChain Testnet',
manager: 'http://40.113.129.13:22004',
rpc: 'http://40.113.129.13:22000/',
manager: 'https://localhost:22004',
rpc: 'https://localhost:22000/',
},
'78377': {
name: 'PowerChain Prod',
manager: 'http://40.113.129.13:32004',
rpc: 'http://40.113.129.13:32000/',
manager: 'http://localhost:32004',
rpc: 'http://localhost:32000/',
},
};

0 comments on commit bc6be71

Please sign in to comment.