Skip to content

Commit ddba7bd

Browse files
authored
feat: add Tempo verifier URL (#1455)
1 parent fc9f83a commit ddba7bd

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

docs/pages/quickstart/developer-tools.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,6 @@ Explore Tempo activity in the [Stablecoin Explorer](https://explorer.money/trans
126126

127127
Tempo's official block explorer is available at [explore.tempo.xyz](https://explore.tempo.xyz). View transactions, blocks, accounts, and token activity on the Tempo network.
128128

129-
### Blockscout
130-
131-
Blockscout provides an open-source block explorer with support for Tempo’s network. Developers can use Blockscout to inspect Tempo transactions, contracts, and account activity.
132-
133-
Visit the [Tempo Blockscout Explorer](https://scout.tempo.xyz).
134-
135129
### Tenderly
136130

137131
[Tenderly](https://tenderly.co) delivers full-stack observability, debugging, and simulation tools for Tempo smart contract development and monitoring. With Tenderly you get real-time error tracking, EVM-level tracing, and off-chain transaction simulation — enabling you to catch bugs, analyze reverts, and inspect gas usage before transactions go live.

docs/pages/sdk/foundry/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ forge test
7979
forge script script/Mail.s.sol
8080
```
8181

82-
### Test & deploy with `forge` on Tempo's testnet
82+
### Test & deploy with `forge` on Tempo Testnet
8383

8484
```bash
8585
# Set environment variables
8686
export TEMPO_RPC_URL=https://rpc.testnet.tempo.xyz
87-
export VERIFIER_URL=https://scout.tempo.xyz/api/
87+
export VERIFIER_URL=https://contracts.tempo.xyz
8888

8989
# Optional: create a new keypair and request some testnet tokens from the faucet.
9090
cast wallet new

0 commit comments

Comments
 (0)