From 1ff970e7e948c07ca1b73f9b448231dfe4b6fadc Mon Sep 17 00:00:00 2001 From: Kirk Haines Date: Wed, 8 Nov 2023 06:48:16 -0700 Subject: [PATCH] Add a network page as the first element in a "reference" section. (#16) --- config.ts | 21 +++++++++++++++++++++ content/topos-reference/network.md | 23 +++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 content/topos-reference/network.md diff --git a/config.ts b/config.ts index aa40de2..36ae770 100644 --- a/config.ts +++ b/config.ts @@ -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: [ diff --git a/content/topos-reference/network.md b/content/topos-reference/network.md new file mode 100644 index 0000000..8cebdf1 --- /dev/null +++ b/content/topos-reference/network.md @@ -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 \ No newline at end of file