From dda5a6f95e9dc155f94006193e34ff7db109fc79 Mon Sep 17 00:00:00 2001 From: Devorun <130918800+devorun@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:10:00 +0300 Subject: [PATCH] docs: correct examples network to testnet --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 1f58244..f1b742c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -28,6 +28,6 @@ PRIVATE_KEY=0xYourPrivateKeyHere python examples/batch_calls.py ## Notes -- All examples connect to Tempo devnet +- All examples connect to Tempo testnet - Tempo doesn't support native transfers (sending ETH value), so transactions use value=0 - Gas is paid in custom fee tokens (ERC-20)