Skip to content

Commit

Permalink
chore: update chainIDMap to remove goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
iczc committed Aug 5, 2024
1 parent 598cef1 commit e00fa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

var (
appVersion = "v1.1.0"
chainIDMap = map[string]int{"goerli": 5, "sepolia": 11155111}
chainIDMap = map[string]int{"sepolia": 11155111, "holesky": 17000}

httpPortFlag = flag.Int("httpport", 8080, "Listener port to serve HTTP connection")
proxyCntFlag = flag.Int("proxycount", 0, "Count of reverse proxies in front of the server")
Expand Down

0 comments on commit e00fa1c

Please sign in to comment.