wormhole/wormchain/x/tokenfactory/testhelpers/consts.go

9 lines
145 B
Go

package testhelpers
import sdk "github.com/cosmos/cosmos-sdk/types"
var (
SecondaryDenom = "uion"
SecondaryAmount = sdk.NewInt(100000000)
)