test: eth

This commit is contained in:
Ginta
2026-04-11 19:15:55 +08:00
parent 3f071e6c01
commit 93b32d38d9
11 changed files with 466 additions and 29 deletions
+4
View File
@@ -336,3 +336,7 @@ func GetSolanaRpcUrl() string {
}
return rpcUrl
}
func GetEthereumWsUrl() string {
return strings.TrimSpace(viper.GetString("ethereum_ws_url"))
}