Skip to content

Commit

Permalink
removed some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Sep 7, 2023
1 parent 4099618 commit 2635cbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 305 deletions.
3 changes: 0 additions & 3 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ var SepoliaChainYml string
//go:embed holesky.chain.yml
var HoleskyChainYml string

//go:embed testnet.chain.yml
var TestnetChainYml string

// validator names
//
//go:embed *.names.yml
Expand Down
8 changes: 4 additions & 4 deletions config/default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ frontend:

# Name of the site, displayed in the title tag
siteName: "Beaconchain Light"
siteSubtitle: "Ephemery"
siteSubtitle: ""

# link to EL Explorer
ethExplorerLink: "https://explorer.ephemery.dev/"
ethExplorerLink: ""

# file or inventory url to load validator names from
validatorNamesYaml: "validator_names.yaml"
#validatorNamesInventory: "https://config.4844-devnet-7.ethpandaops.io/api/v1/nodes/validator-ranges"
validatorNamesYaml: ""
validatorNamesInventory: ""

beaconapi:
# CL Client RPC
Expand Down
129 changes: 0 additions & 129 deletions config/testnet.chain.yml

This file was deleted.

169 changes: 0 additions & 169 deletions types/beaconapi.go

This file was deleted.

0 comments on commit 2635cbf

Please sign in to comment.