Cosmos SDK version update (#60)
* Wip converting to updated Cosmos SDK version * Fixed test failures from updating SDK * cleaned and verified changes * Wip converting to updated Cosmos SDK version * Fixed test failures from updating SDK * cleaned and verified changes * wip - updating to version 0.36.0 * Switched supply keeper to dummy for testing * Formatting fixes * Changed relative dependency of cosmos SDK to specific commit
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ var _ auth.Account = (*Account)(nil)
|
||||
const (
|
||||
// DenomDefault defines the single coin type/denomination supported in
|
||||
// Ethermint.
|
||||
DenomDefault = "Photon"
|
||||
DenomDefault = "photon"
|
||||
)
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user