erigon-pulse/common/eth.go

8 lines
64 B
Go
Raw Normal View History

package common
const (
Wei = 1
GWei = 1e9
Ether = 1e18
)