Skip to content

Commit

Permalink
add apr chains to config
Browse files Browse the repository at this point in the history
  • Loading branch information
ajansari95 committed Apr 12, 2023
1 parent 2c1da55 commit bd6bcb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ type Service struct {
type Config struct {
QuickHost string
ChainHost string
Chains []string
}

func NewCacheService(e *echo.Echo, cache *ristretto.Cache, cfg Config) *Service {
Expand Down

0 comments on commit bd6bcb0

Please sign in to comment.