-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abd6fe1
commit fe87a6e
Showing
19 changed files
with
3,331 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
Oops, something went wrong.