laconicd-deprecated/x/bank/keeper.go

8 lines
135 B
Go
Raw Normal View History

package bank
const (
// DenomEthereum defines the single coin type/denomination supported in
// Ethermint.
DenomEthereum = "ETH"
)