Skip to content

Commit

Permalink
naming fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad committed Nov 8, 2023
1 parent ecc47db commit f715089
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion module-system/sov-modules-rollup-blueprint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = { workspace = true }
version = { workspace = true }
readme = "README.md"
resolver = "2"

publish = true

[dependencies]
sov-rollup-interface = { path = "../../rollup-interface", features = ["native"], version = "0.3" }
Expand Down
4 changes: 2 additions & 2 deletions module-system/sov-modules-rollup-blueprint/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `sov-modules-rollup-template`
# `sov-modules-rollup-blueprint`
This crate contains abstractions needed to create a new rollup.
Any type that implements `RollupTemplate` trait can serve as a `sov-rollup`.
Any type that implements `RollupBluePrint` trait can serve as a `sov-rollup`.
2 changes: 1 addition & 1 deletion packages_to_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- sov-sequencer
- sov-modules-stf-template
- sov-stf-runner
- sov-modules-rollup-template
- sov-modules-rollup-blueprint
- sov-ledger-rpc

# Modules
Expand Down

0 comments on commit f715089

Please sign in to comment.