Skip to content

Commit

Permalink
add global fee module
Browse files Browse the repository at this point in the history
  • Loading branch information
expertdicer committed Oct 30, 2023
1 parent 94aaef7 commit 463fdc1
Show file tree
Hide file tree
Showing 19 changed files with 3,323 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 463fdc1

Please sign in to comment.