-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use config file for inits in cli tests
- Loading branch information
Showing
3 changed files
with
111 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## USAGE: | ||
## ================================================================================================ | ||
# - endpoint: tuple indicating the protocol (http, https), the host, and (optionally) the port where the node is listening. | ||
# - timeout: timeout in ms for the rpc requests against the node. | ||
# endpoint = { protocol = "https", host = "rpc.devnet.miden.io" } | ||
endpoint = { protocol = "http", host = "localhost", port = 57291 } | ||
timeout = 10000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters