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
+3 -2
View File
@@ -6,8 +6,9 @@ const (
)
const (
NetworkTron = "tron"
NetworkSolana = "solana"
NetworkTron = "tron"
NetworkSolana = "solana"
NetworkEthereum = "eth"
)
type WalletAddress struct {