Skip to content

Commit

Permalink
use different mnemonic indices for ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy committed Feb 5, 2025
1 parent 9d01074 commit a95480c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with: { ref: "${{ env.GIT_COMMIT }}" }
- name: Setup and KIND Network Test
- name: Setup and KIND Network Test against Sepolia
timeout-minutes: ${{ matrix.config.timeout }}
uses: ./.github/ensure-tester
with:
Expand All @@ -434,7 +434,7 @@ jobs:
export EXTERNAL_ETHEREUM_CONSENSUS_HOST=${{ env.EXTERNAL_ETHEREUM_CONSENSUS_HOST }}
export EXTERNAL_ETHEREUM_CONSENSUS_HOST_API_KEY=${{ secrets.SEPOLIA_API_KEY }}
export EXTERNAL_ETHEREUM_CONSENSUS_HOST_API_KEY_HEADER=${{ env.GCP_API_KEY_HEADER }}
export L1_DEPLOYMENT_PRIVATE_KEY=${{ secrets.SEPOLIA_DEPLOYMENT_PRIVATE_KEY }}
export L1_DEPLOYMENT_PRIVATE_KEY=${{ secrets.SEPOLIA_L1_DEPLOYMENT_PRIVATE_KEY }}
export L1_ACCOUNTS_MNEMONIC="${{ secrets.SEPOLIA_ACCOUNTS_MNEMONIC }}"
SEPOLIA_RUN=true INSTALL_METRICS=false ./spartan/scripts/test_kind.sh "./src/spartan/${{ matrix.config.test }}" "${{ matrix.config.values }}"
ci3/cache_upload_flag "$artifact"
Expand Down
4 changes: 2 additions & 2 deletions spartan/aztec-network/values/ci-sepolia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ aztec:
epochDuration: 4
realProofs: false
l1DeploymentMnemonic: ""
validatorKeyIndexStart: 0
proverKeyIndexStart: 3
validatorKeyIndexStart: 49
proverKeyIndexStart: 52

# ethereum:
# chainId: "11155111"
Expand Down

0 comments on commit a95480c

Please sign in to comment.