Skip to content

Commit

Permalink
add papi link to network info (#1968)
Browse files Browse the repository at this point in the history
* add papi link to network info

* add 'papi' to works
  • Loading branch information
pepoviola authored Feb 24, 2025
1 parent da4c783 commit 6cb21ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion javascript/packages/orchestrator/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,13 @@ export class Network {
[{ colSpan: 2, hAlign: "center", content: "Node Information" }],
[decorators.cyan("Name"), decorators.green(node.name)],
[
decorators.cyan("Direct Link"),
decorators.cyan("Direct Link (pjs)"),
`https://polkadot.js.org/apps/?rpc=${wsUri}#/explorer`,
],
[
decorators.cyan("Direct Link (papi)"),
`https://dev.papi.how/explorer#networkId=custom&endpoint=${wsUri}`,
],
[decorators.cyan("Prometheus Link"), node.prometheusUri],
[decorators.cyan("Log Cmd"), logCommand],
]);
Expand Down
3 changes: 2 additions & 1 deletion javascript/words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ ondemand
onfinality
opencensus
otlp
papi
parachain
parachains
paritydb
Expand Down Expand Up @@ -192,4 +193,4 @@ zndsl
zombienet
zombiepipe
zombinet
zstd
zstd

0 comments on commit 6cb21ab

Please sign in to comment.