config.go 156 Bytes
package backend

type Config struct {
	// TODO(protocol-quest#288): configure list of chains and their RPC endpoints / potential alternative data sources
}