From c78bd52929881a1d8c57ecc4a8f0904e15753689 Mon Sep 17 00:00:00 2001 From: Emmo00 Date: Tue, 18 Nov 2025 11:03:52 +0100 Subject: [PATCH] fix: update STREAMR_STREAM_ID in .env.example and README.md for correct configuration --- .env.example | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index fd8cecb..bb64c2b 100644 --- a/.env.example +++ b/.env.example @@ -5,5 +5,5 @@ CONTRACT_LABEL="M3ters" CHIRPSTACK_HOST="localhost" MAINNET_RPC="https://sepolia.drpc.org" PREFERRED_PROVER_NODE="http://prover.m3ter.ing" -STREAMR_STREAM_ID="0x123.../foo/ba" +STREAMR_STREAM_ID="0x567853282663b601bfdb9203819b1fbb3fe18926/m3tering/test" ETHEREUM_PRIVATE_KEY="..." diff --git a/README.md b/README.md index 16cb206..4074dda 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## Pre-setup - Make sure Public key is set on the M3ter contract +- Make sure the price for evergy as been set on the PriceContext contract - Make sure the Console has been granted publish permission on the Streamr stream ## Quick Setup @@ -26,7 +27,7 @@ CHIRPSTACK_HOST=localhost MAINNET_RPC=https://sepolia.drpc.org PREFERRED_PROVER_NODE=http://34.244.149.153 - STREAMR_STREAM_ID="0x123.../foo/ba" + STREAMR_STREAM_ID="0x567853282663b601bfdb9203819b1fbb3fe18926/m3tering/test" ETHEREUM_PRIVATE_KEY="..." ```