mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-26 21:47:18 +00:00
8 lines
64 B
Go
8 lines
64 B
Go
|
package common
|
||
|
|
||
|
const (
|
||
|
Wei = 1
|
||
|
GWei = 1e9
|
||
|
Ether = 1e18
|
||
|
)
|