forked from nordicenergy/blockchain-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5c44ad
commit bc6be71
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/', | ||
}, | ||
}; |