From 22d5a36b37647fc3b7cd849d2100e47c31b0b080 Mon Sep 17 00:00:00 2001 From: codyx Date: Mon, 6 Jan 2025 13:44:53 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba79e77..a49dd064 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ In this stage, we bootload the cairo1 contract. The contracts bytecode is read f ## Testing -Some tests require Ethereum Mainnet RPC calls. Ensure an environment variable named `RPC_URL_MAINNET` is set. +Some tests require Ethereum Mainnet and Starknet Mainnet RPC calls. Ensure environment variables named `RPC_URL_MAINNET` and `PROVIDER_URL_STARKNET` are set. To run the tests (from the virtual environment), execute: