-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: contract level redstone support #248
base: develop
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -52,11 +53,13 @@ pub fn get_market_config( | |||
.join("contracts/market/tests/market-config.json"); | |||
let config_json_str = std::fs::read_to_string(config_json_path)?; | |||
let config: MarketConfig = serde_json::from_str(&config_json_str)?; | |||
println!("🚀 ~ get_market_config ~ config: {:?}", config); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove log
12c7e6c
to
30a2356
Compare
No description provided.