docs: add scan, statescan, stats, treasury, governance subdomains to domains reference
This commit is contained in:
@@ -18,6 +18,11 @@
|
|||||||
| rpc | rpc.pezkuwichain.io | RPC endpoint |
|
| rpc | rpc.pezkuwichain.io | RPC endpoint |
|
||||||
| ws | ws.pezkuwichain.io | WebSocket endpoint |
|
| ws | ws.pezkuwichain.io | WebSocket endpoint |
|
||||||
| explorer | explorer.pezkuwichain.io | Block explorer |
|
| explorer | explorer.pezkuwichain.io | Block explorer |
|
||||||
|
| scan | scan.pezkuwichain.io | Blockchain scanner |
|
||||||
|
| statescan | statescan.pezkuwichain.io | State explorer |
|
||||||
|
| stats | stats.pezkuwichain.io | Validator stats |
|
||||||
|
| treasury | treasury.pezkuwichain.io | Treasury dashboard |
|
||||||
|
| governance | governance.pezkuwichain.io | Governance portal |
|
||||||
| docs | docs.pezkuwichain.io | Documentation |
|
| docs | docs.pezkuwichain.io | Documentation |
|
||||||
| wiki | wiki.pezkuwichain.io | Wiki |
|
| wiki | wiki.pezkuwichain.io | Wiki |
|
||||||
| wiki.network | wiki.network.pezkuwichain.io | Network wiki |
|
| wiki.network | wiki.network.pezkuwichain.io | Network wiki |
|
||||||
|
|||||||
@@ -59,6 +59,8 @@ jobs:
|
|||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
container:
|
container:
|
||||||
image: ${{ needs.preflight.outputs.IMAGE }}
|
image: ${{ needs.preflight.outputs.IMAGE }}
|
||||||
|
env:
|
||||||
|
SKIP_WASM_BUILD: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
|
||||||
|
|
||||||
|
|||||||
+1
@@ -41,6 +41,7 @@ web = [
|
|||||||
"web-time",
|
"web-time",
|
||||||
]
|
]
|
||||||
std = [
|
std = [
|
||||||
|
"native",
|
||||||
"futures-util/std",
|
"futures-util/std",
|
||||||
"getrandom?/std",
|
"getrandom?/std",
|
||||||
"serde/std",
|
"serde/std",
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ mod wasm_platform;
|
|||||||
#[cfg(all(feature = "web", not(feature = "native")))]
|
#[cfg(all(feature = "web", not(feature = "native")))]
|
||||||
mod wasm_socket;
|
mod wasm_socket;
|
||||||
|
|
||||||
|
#[cfg(any(feature = "native", feature = "web"))]
|
||||||
pub use helpers::{build_platform, DefaultPlatform};
|
pub use helpers::{build_platform, DefaultPlatform};
|
||||||
|
|
||||||
#[cfg(feature = "native")]
|
#[cfg(feature = "native")]
|
||||||
|
|||||||
Reference in New Issue
Block a user