diff --git a/types/ethtypes/ethtypes.go b/types/ethtypes/ethtypes.go index 77fff84..950b5e0 100644 --- a/types/ethtypes/ethtypes.go +++ b/types/ethtypes/ethtypes.go @@ -15,6 +15,7 @@ const ( Kovan network = 42 Rinkeby network = 4 Ganache network = 255 + EthLocalnet network = 254 ) func (network network) String() string {