Skip to content

Commit

Permalink
add ica module from main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tubackkhoa committed Jun 23, 2023
2 parents bdbc84a + b610552 commit 0a9b219
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions module/app/upgrades/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ func RegisterUpgradeHandlers(
singlestep.GetUpgradeHandler(mm, configurator, crisisKeeper),
)

upgradeKeeper.SetUpgradeHandler(
orion.PleiadesPart2ToOrionPlanName,
orion.GetOrionUpgradeHandler(mm, configurator, crisisKeeper),
)

// Orion upgrade handler
upgradeKeeper.SetUpgradeHandler(
orion.PleiadesPart2ToOrionPlanName,
Expand Down
3 changes: 1 addition & 2 deletions orchestrator/gravity_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
gravity_proto = { workspace = true }

gravity_proto = {workspace = true}
deep_space = { workspace = true }
web30 = { workspace = true }
clarity = { workspace = true }
Expand Down

0 comments on commit 0a9b219

Please sign in to comment.