Skip to content

Commit

Permalink
add option to override default JSONRPC url
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Feb 29, 2024
1 parent 77362e6 commit e74830c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/finalize-round.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@ on:
description: 'Network'
required: true
default: 'optimism-sepolia'
jsonrpc_url:
description: jsonrpc url to node
required: false

env:
NODE_VERSION: 20.x
COORDINATOR_MACISK: ${{ secrets.COORDINATOR_MACI_PRIVATE_KEY }}
WALLET_PRIVATE_KEY: ${{ secrets.ARBITRUM_GOERLI_COORDINATOR_WALLET_PRIVATE_KEY }}
CIRCUIT_TYPE: micro
ZKEYS_DOWNLOAD_SCRIPT: "download-6-8-2-3.sh"
JSONRPC_HTTP_URL: ${{ github.event.inputs.jsonrpc_url }}

jobs:
finalize:
Expand Down

0 comments on commit e74830c

Please sign in to comment.