Skip to content

Commit

Permalink
Fixed config datasource options
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna committed Dec 17, 2024
1 parent 31f7300 commit 5582148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/indexer/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ type Config struct {
Timeout uint64 `yaml:"timeout" validate:"omitempty"`
ClassInterfacesDir string `yaml:"class_interfaces_dir" validate:"required,dir"`
BridgedTokensFile string `yaml:"bridged_tokens_file" validate:"required,file"`
Datasource string `yaml:"datasource" validate:"required,oneof=subsquid node api"`
Datasource string `yaml:"datasource" validate:"required,oneof=sequencer node subsquid"`
}

0 comments on commit 5582148

Please sign in to comment.