Skip to content

Commit

Permalink
add default rpc to single
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Jul 26, 2024
1 parent f9c6c11 commit ad6dc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single.just
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set dotenv-load

export rpcUrl := env_var('ETH_RPC_URL')
export rpcUrl := env_var_or_default('ETH_RPC_URL', 'https://ethereum.publicnode.com')
export signatures := env_var_or_default('SIGNATURES', '')
export bundleName := env_var_or_default('BUNDLE_NAME', 'input')
export taskPath := invocation_directory()
Expand Down

0 comments on commit ad6dc7a

Please sign in to comment.