forked from starkware-libs/blockifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(saya): add config file arg for saya bin (starkware-libs#1513)
* feat(saya): add config file arg for saya bin * fix: minor fixes and valid celestia namespace * fix: adjust config test with new celestia namespace --------- Co-authored-by: Jonatan Chaverri <jonatan.chaverri@kyndryl.com> Co-authored-by: glihm <dev@glihm.net>
- Loading branch information
1 parent
ad97e8f
commit 1e6ed14
Showing
6 changed files
with
123 additions
and
28 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"katana_rpc": "http://localhost:5050", | ||
"start_block": 0, | ||
"data_availability": { | ||
"Celestia": { | ||
"node_url": "http://localhost:26657", | ||
"node_auth_token": "your_auth_token", | ||
"namespace": "katana" | ||
} | ||
} | ||
} |
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
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