You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement da_config.json. if you're working off the current PR you will put a config json in your madara path w/ the bitcoin specific configs "/da-config.json". Then initialize madara with the da-layer CLI flag:
RUST_LOG=info cargo run --release -- --da-layer=ethereum --dev
You will also need to add bitcoin to the DaLayer enum
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a 👍
Because this issue is marked as stale, it will be closed and locked in 7 days if no further activity occurs.
Thank you for your contributions!
Implement da_config.json. if you're working off the current PR you will put a config json in your madara path w/ the bitcoin specific configs "/da-config.json". Then initialize madara with the da-layer CLI flag:
RUST_LOG=info cargo run --release -- --da-layer=ethereum --dev
You will also need to add bitcoin to the DaLayer enum
The text was updated successfully, but these errors were encountered: