Skip to content

Commit

Permalink
Fix prover name
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Feb 26, 2024
1 parent ddadad1 commit 79d3963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ RainbowConfig.declareOption(
RainbowConfig.declareOption(
'near-prover-account',
'The account of the Near Prover contract that can be used to accept ETH headers.',
'rainbow_bridge_eth_on_near_prover'
'eth_on_near_prover.node0'
)
RainbowConfig.declareOption(
'near-prover-sk',
Expand Down

0 comments on commit 79d3963

Please sign in to comment.