Skip to content

Commit

Permalink
fix: add mp-sequencer-address in pallet crate (keep-starknet-strange#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtom committed Oct 3, 2023
1 parent 6d0d5f7 commit 6207f1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{
"eslint.workingDirectories": ["tests"],
"workbench.colorCustomizations": {
"activityBar.background": "#561529",
"titleBar.activeBackground": "#781E3A",
"titleBar.activeForeground": "#FEFBFC"
}
"eslint.workingDirectories": ["tests"]
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- dev: fix rpc test failing
- feat: use actual vm resource costs
- fix: add setup and run for rpc tests
- fix: fix clap for run command
Expand Down
2 changes: 2 additions & 0 deletions crates/pallets/starknet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ std = [
# Starknet
"starknet-crypto/std",
"blockifier/std",
"mp-sequencer-address/std",
"mp-felt/std",
# Other third party dependencies
"dep:reqwest",
"dep:cairo-lang-casm-contract-class",
Expand Down

0 comments on commit 6207f1c

Please sign in to comment.