Skip to content

Commit

Permalink
added public urls for later
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDegenDeveloper committed Nov 4, 2024
1 parent e2c670f commit 3b457b6
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions snfoundry.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
#[sncast.default]
#url = "http://127.0.0.1:6060"
#network = "juno"
#accounts-file = ".starknet_accounts/starknet_accounts.json"
#account = "user1"

# [sncast.default]
# url = "http://127.0.0.1:6060"
# network = "juno"
# accounts-file = ".starknet_accounts/starknet_accounts.json"
# account = "user1"

[sncast.default]
url = "http://127.0.0.1:5050/rpc"
network = "devnet"
accounts-file = ".starknet_accounts/starknet_accounts.json"
account = "user1"

# [sncast.default]
# url = "https://starknet-sepolia.public.blastapi.io/rpc/v0_7"
# network = "alpha-sepolia"
# accounts-file = ".starknet_accounts/starknet_accounts.json"
# account = "user1"


0 comments on commit 3b457b6

Please sign in to comment.