github.com/InjectiveLabs/sdk-go@v1.53.0/client/constants.go (about)

     1  package client
     2  
     3  const (
     4  	DefaultGasPrice          = 160000000
     5  	InjDenom                 = "inj"
     6  	DefaultGasPriceWithDenom = "160000000inj"
     7  )