-
Notifications
You must be signed in to change notification settings - Fork 18
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
aljo242
committed
Nov 9, 2023
1 parent
7523e45
commit dbc62d6
Showing
1 changed file
with
5 additions
and
2 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 |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# FeeMarket Plugins | ||
|
||
This directory contains implementations of the `FeeMarket` interface to be plugged into the `x/feemarket` module. | ||
This directory contains implementations of the `FeeMarket` interface to be | ||
plugged into the `x/feemarket` module. | ||
|
||
Current implementations include: | ||
- [Mock:](./mock/feemarket.go) fee market that can be used for basic testing. DO NOT use in production. | ||
|
||
- [Mock:](./mock/feemarket.go) fee market that can be used for basic testing. | ||
DO NOT use in production. |