Skip to content

Commit

Permalink
add globalfee module
Browse files Browse the repository at this point in the history
  • Loading branch information
expertdicer committed Oct 31, 2023
1 parent abd6fe1 commit fe87a6e
Show file tree
Hide file tree
Showing 19 changed files with 3,331 additions and 0 deletions.
5 changes: 5 additions & 0 deletions x/globalfee/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Global fee module

The Global fee module was supplied by the great folks at [TGrade](https://github.com/confio/tgrade) 👋, with minor modifications. All credits and big thanks go to the original authors.

More information about Cosmoshub fee system please check [here](../../docs/modules/globalfee.md).
9 changes: 9 additions & 0 deletions x/globalfee/alias.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package globalfee

import (
"github.com/White-Whale-Defi-Platform/migaloo-chain/v3/x/globalfee/types"
)

const (
ModuleName = types.ModuleName
)
Loading

0 comments on commit fe87a6e

Please sign in to comment.