Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Add the Incal blockscout. (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines authored Nov 15, 2023
1 parent fe015a6 commit 21f2efa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,13 @@ const config: Config = {
path: 'https://faucet.testnet-1.topos.technology/'
},
{
label: 'Blockscout',
label: 'Topos Blockscout',
path: 'https://topos.blockscout.testnet-1.topos.technology/'
},
{
label: 'Incal Blockscout',
path: 'https://incal.blockscout.testnet-1.topos.technology/'
},
{
label: 'Explorer',
path: 'https://explorer.testnet-1.topos.technology/'
Expand Down
6 changes: 4 additions & 2 deletions content/topos-reference/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ description: Important Network Addresses for Topos

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

## Blockscout
## Blockscouts

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

The Incal Blockscout can be found at [https://incal.blockscout.testnet-1.topos.technology/](https://incal.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
* SubnetRegistrator: 0xA14bF3186C276B0991f21135507aD6A26161F856

0 comments on commit 21f2efa

Please sign in to comment.