Skip to content

Commit

Permalink
chore: Add RPC URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 14, 2025
1 parent d196597 commit 404a077
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -116,4 +114,4 @@ workflows:
- go-lint
- go-tests:
context:
- oplabs-fpp-nodes
- oplabs-rpc-urls

0 comments on commit 404a077

Please sign in to comment.