Skip to content

Commit

Permalink
Added kiln devnet (erigontech#3742)
Browse files Browse the repository at this point in the history
* kiln-devnet flag

* kiln-devnet genesis

* bootnodes

* added chain name

* lint

* allocs
  • Loading branch information
enriavil1 authored Mar 19, 2022
1 parent d5fb8f7 commit 022e0dd
Show file tree
Hide file tree
Showing 6 changed files with 893 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,8 @@ func DataDirForNetwork(datadir string, network string) string {
return filepath.Join(datadir, "rinkeby")
case networkname.GoerliChainName:
filepath.Join(datadir, "goerli")
case networkname.KilnDevnetChainName:
filepath.Join(datadir, "kiln-devnet")
case networkname.SokolChainName:
return filepath.Join(datadir, "sokol")
case networkname.FermionChainName:
Expand Down
Loading

0 comments on commit 022e0dd

Please sign in to comment.