-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: simplify
quicksilver/app
(#307)
* basic keepers * begin using interfaces for expected keeper * utd * clean * format * use fumpt * run fumpt * fix lint * lint fixes * final fmt * fix * upgrades * simulation set up * clean * fix
- Loading branch information
Alex Johnson
authored
Mar 3, 2023
1 parent
f5897f4
commit 22744b2
Showing
79 changed files
with
1,787 additions
and
1,037 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,6 @@ | ||
package helpers | ||
|
||
// SimAppChainID hardcoded chainID for simulation. | ||
const ( | ||
SimAppChainID = "quicksilver-app" | ||
) |
Oops, something went wrong.