mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-06 03:07:58 +00:00
@@ -16,9 +16,9 @@
|
||||
"@types/node": "^10.3.3",
|
||||
"@types/ws": "^5.1.2",
|
||||
"express": "^4.16.3",
|
||||
"iplocation": "^5.0.1",
|
||||
"iplocation": "^6.1.0",
|
||||
"typescript": "^2.9.2",
|
||||
"ws": "5.2.0"
|
||||
"ws": "6.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tap-spec": "^5.0.0",
|
||||
|
||||
@@ -26,7 +26,7 @@ export class Chains extends React.Component<Chains.Props, {}> {
|
||||
{
|
||||
this.chains.map((chain) => this.renderChain(chain))
|
||||
}
|
||||
<a className="Chains-fork-me" href="https://github.com/polkadot-js/dotstats" target="_blank">
|
||||
<a className="Chains-fork-me" href="https://github.com/paritytech/substrate-telemetry" target="_blank">
|
||||
<Icon src={githubIcon} alt="Fork Me!" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user