Skip to content

Commit

Permalink
Merge pull request #26 from renproject/feat/add-localnet-type
Browse files Browse the repository at this point in the history
Add EthLocalnet type
  • Loading branch information
jazg authored Feb 3, 2020
2 parents cdfe085 + b88cec3 commit b5c05da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/ethtypes/ethtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const (
Kovan network = 42
Rinkeby network = 4
Ganache network = 255
EthLocalnet network = 254
)

func (network network) String() string {
Expand Down

0 comments on commit b5c05da

Please sign in to comment.