Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
960c3b4f
Commit
960c3b4f
authored
2 years ago
by
antstalepresh
Browse files
Options
Download
Email Patches
Plain Diff
superfluid invariant enable and gamm invariant disable
parent
9b0420f7
v7.x-superfluid-invariant-enable-gamm-invariant-disable
v7.x-lockup-invariant-gamm-invariant-disable
v7.x-lockup-invariant2-gamm-invariant-disable
v7.x-lockup-invariant3-gamm-invariant-disable
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
x/gamm/module.go
+1
-1
x/gamm/module.go
x/superfluid/module.go
+1
-1
x/superfluid/module.go
with
2 additions
and
2 deletions
+2
-2
x/gamm/module.go
+
1
-
1
View file @
960c3b4f
...
...
@@ -113,7 +113,7 @@ func NewAppModule(cdc codec.Codec, keeper keeper.Keeper,
// RegisterInvariants registers the gamm module invariants.
func
(
am
AppModule
)
RegisterInvariants
(
ir
sdk
.
InvariantRegistry
)
{
keeper
.
RegisterInvariants
(
ir
,
am
.
keeper
,
am
.
bk
)
//
keeper.RegisterInvariants(ir, am.keeper, am.bk)
}
// Route returns the message routing key for the gamm module.
...
...
This diff is collapsed.
Click to expand it.
x/superfluid/module.go
+
1
-
1
View file @
960c3b4f
...
...
@@ -158,7 +158,7 @@ func (am AppModule) RegisterServices(cfg module.Configurator) {
// RegisterInvariants registers the capability module's invariants.
func
(
am
AppModule
)
RegisterInvariants
(
ir
sdk
.
InvariantRegistry
)
{
//
keeper.RegisterInvariants(ir, am.keeper)
keeper
.
RegisterInvariants
(
ir
,
am
.
keeper
)
}
// InitGenesis performs the capability module's genesis initialization It returns
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets