fixed tron ip connection
All checks were successful
ci/woodpecker/push/gateway_tron Pipeline was successful

This commit is contained in:
Stephan D
2026-03-03 18:32:26 +01:00
parent 7cac494509
commit 3f578353da
7 changed files with 33 additions and 14 deletions

View File

@@ -170,6 +170,7 @@ type Network struct {
RPCURL string
GRPCUrl string // Native TRON gRPC endpoint (for transactions)
GRPCToken string // Optional auth token for TRON gRPC (x-token header)
GRPCForceIPv4 bool // Force IPv4 sockets when dialing TRON gRPC endpoint.
ChainID uint64
NativeToken string
TokenConfigs []TokenContract