Skip to content

Commit

Permalink
fix rpc array
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Nov 21, 2024
1 parent b05618d commit 25b99a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/scripts/lib/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ declare -A rpc

# Populate associative array with key-value pairs
rpc["dev"]="http://localhost:5050/"
rpc["dev-pop"]="http://localhost:5050/"
rpc["sepolia"]="https://starknet-sepolia.public.blastapi.io/rpc/v0_7"
rpc["mainnet"]="https://starknet-mainnet.public.blastapi.io/rpc/v0_7"

Expand Down

0 comments on commit 25b99a9

Please sign in to comment.