Skip to content

Commit

Permalink
use dynamic network key
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Jan 22, 2024
1 parent 303e36d commit 6466af8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ runs:
selected_networks=["$NETWORK"]
[Network.RpcHttpUrls]
sepolia = $(convert_to_toml_array "$HTTP_ENDPOINTS")
"$NETWORK" = $(convert_to_toml_array "$HTTP_ENDPOINTS")
[Network.RpcWsUrls]
sepolia = $(convert_to_toml_array "$WS_ENDPOINTS")
"$NETWORK" = $(convert_to_toml_array "$WS_ENDPOINTS")
[Network.WalletKeys]
sepolia = $(convert_to_toml_array "$FUNDING_KEYS")
"$NETWORK" = $(convert_to_toml_array "$FUNDING_KEYS")
EOF
BASE64_CONFIG_OVERRIDE=$(cat config.toml | base64 -w 0)
Expand Down

0 comments on commit 6466af8

Please sign in to comment.