From 404a0776f7efbba0b84661e01f8bac267ff381ef Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Tue, 14 Jan 2025 09:36:30 -0800 Subject: [PATCH] chore: Add RPC URLs --- .circleci/config.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b8902e17..751849a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,12 +97,10 @@ jobs: - run: # We need to "rename" some of the variables coming from the CircleCI context # to match what supersim expects - # - # FIXME BASE_L2URL Is not defined in the CircleCI context name: Setup environment variables command: | - echo "export SUPERSIM_RPC_URL_OP=$MAINNET_L2URL" >> $BASH_ENV - echo "export SUPERSIM_RPC_URL_BASE=$BASE_L2URL" >> $BASH_ENV + echo "export SUPERSIM_RPC_URL_OP=$RPC_URL_OP_MAINNET" >> $BASH_ENV + echo "export SUPERSIM_RPC_URL_BASE=$RPC_URL_BASE_MAINNET" >> $BASH_ENV - run: name: Run tests command: just test-go @@ -116,4 +114,4 @@ workflows: - go-lint - go-tests: context: - - oplabs-fpp-nodes \ No newline at end of file + - oplabs-rpc-urls \ No newline at end of file