Skip to content

Commit

Permalink
Add a network page as the first element in a "reference" section. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines authored Nov 8, 2023
1 parent a948b49 commit 1ff970e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,27 @@ const config: Config = {
}
]
},
{
label: 'Network',
content: [
{
label: 'Faucet',
path: 'https://faucet.testnet-1.topos.technology/'
},
{
label: 'Blockscout',
path: 'https://topos.blockscout.testnet-1.topos.technology/'
},
{
label: 'Explorer',
path: 'https://explorer.testnet-1.topos.technology/'
},
{
label: 'Important Addresses',
path: '/content/topos-reference/network.html'
}
]
},
{
label: 'Topos Terms',
content: [
Expand Down
23 changes: 23 additions & 0 deletions content/topos-reference/network.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Topos Network Reference
description: Important Network Addresses for Topos
---

# Important Network Addresses for the Topos Testnet

## Faucet

The Topos Faucet for the Testnet can be found at [https://faucet.testnet-1.topos.technology/](https://faucet.testnet-1.topos.technology/).

## Blockscout

The Topos Blockscout can be found at [https://topos.blockscout.testnet-1.topos.technology/](https://topos.blockscout.testnet-1.topos.technology/).

## Explorer

The Topos network explorer can be found at [https://explorer.testnet-1.topos.technology/](https://explorer.testnet-1.topos.technology/).

## Important Contract Addresses

* ToposCoreProxy: 0x5a9957D674622F4562A0673D14105e36509F381d
* SubnetRegistrator: 0xA14bF3186C276B0991f21135507aD6A26161F856

0 comments on commit 1ff970e

Please sign in to comment.