config.go 156 Bytes
Newer Older
1 2 3 4 5
package backend

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