We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43deb3 commit 9e1ccf8Copy full SHA for 9e1ccf8
1 file changed
ethstore.go
@@ -83,6 +83,14 @@ func GetDebugLevel() uint64 {
83
return atomic.LoadUint64(&debugLevel)
84
}
85
86
+func SetDomain(domain string) {
87
+ beaconchainApiClient.SetDomain(domain)
88
+}
89
+
90
+func GetDomain() string {
91
+ return beaconchainApiClient.GetDomain()
92
93
94
func SetConsTimeout(dur time.Duration) {
95
consTimeoutMu.Lock()
96
defer consTimeoutMu.Unlock()
0 commit comments