feat: add multi-network payment support
- Redesign payment UI with a two-step flow (select coin/network → pay) - Add wallet address validation in Telegram bot - Rename NetworkEthereum constant from "eth" to "ethereum"
This commit is contained in:
@@ -8,7 +8,7 @@ const (
|
||||
const (
|
||||
NetworkTron = "tron"
|
||||
NetworkSolana = "solana"
|
||||
NetworkEthereum = "eth"
|
||||
NetworkEthereum = "ethereum"
|
||||
)
|
||||
|
||||
type WalletAddress struct {
|
||||
|
||||
Reference in New Issue
Block a user