diff --git a/pkg/node/lethean.go b/pkg/node/lethean.go index 33a0341..96b2fa0 100644 --- a/pkg/node/lethean.go +++ b/pkg/node/lethean.go @@ -10,7 +10,8 @@ import ( "net/http" ) -// LetheanDefaults for chain connectivity. +// info, err := node.GetChainInfo(LetheanMainnetDaemon) +// pools := node.DiscoverPools(LetheanTestnetDaemon) const ( LetheanTestnetDaemon = "http://127.0.0.1:46941" LetheanMainnetDaemon = "http://127.0.0.1:36941"