From 45c34c0cc7601be65776d4b93a0a1db866bf7f0b Mon Sep 17 00:00:00 2001 From: Gregory Edison Date: Wed, 23 Oct 2024 09:14:42 +0200 Subject: [PATCH] update urls Signed-off-by: Gregory Edison --- scripts/e2e_pipeline.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/e2e_pipeline.sh b/scripts/e2e_pipeline.sh index 0af598a5b..fbae367e7 100644 --- a/scripts/e2e_pipeline.sh +++ b/scripts/e2e_pipeline.sh @@ -77,9 +77,9 @@ if [ "${ENV}" = "sepolia" ]; then SKIP="--ignore tests/end_to_end/L1L2Messaging --ignore tests/end_to_end/CairoPrecompiles --ignore tests/end_to_end/EvmPrecompiles --ignore tests/end_to_end/test_kakarot.py" elif [ "${ENV}" = "kakarot-staging" ]; then export EVM_PRIVATE_KEY="0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d" - export KAKAROT_STAGING_RPC_URL="https://juno-kakarot-testnet-stage.karnot.xyz" + export KAKAROT_STAGING_RPC_URL="https://juno-kakarot-sepolia.karnot.xyz/" export KAKAROT_STAGING_ACCOUNT_ADDRESS="0x48fc2888aad166304e63af35a48e00e32da9831e49fe30a22148fdecdb7e66f" - export WEB3_HTTP_PROVIDER_URI="https://kkrt-rpc-kakarot-testnet-stage.karnot.xyz" + export WEB3_HTTP_PROVIDER_URI="https://rpc-kakarot-sepolia-staging.karnot.xyz/" if [ -z "${KAKAROT_STAGING_PRIVATE_KEY}" ]; then echo "Please provide the KAKAROT_STAGING_PRIVATE_KEY environment variable. The private key should be loaded using gpg: gpg -r recipient@kakarot.org --decrypt path/to/encrypted/key.gpg" exit 1