From 8fdc82c3b00e92d0e51ae9c26cf3bb6aa1562613 Mon Sep 17 00:00:00 2001 From: panda Date: Mon, 18 May 2026 11:12:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20tron=20=E5=90=88=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/openim-rpc-redpacket.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/openim-rpc-redpacket.yml b/config/openim-rpc-redpacket.yml index 7ae1aaa9e..b9e69b305 100644 --- a/config/openim-rpc-redpacket.yml +++ b/config/openim-rpc-redpacket.yml @@ -20,11 +20,11 @@ chain: # TRON full-node configuration. Leave fullNodeURL empty to disable TRON. tron: - fullNodeURL: "" - contractBase58: "" - ownerBase58: "" - privateKeyHex: "" - feeLimit: 100000000 + fullNodeURL: "https://nile.trongrid.io" + contractBase58: "TTLFvSEyH6BAUp3cVGygWyTVGPBqdLw81M" + ownerBase58: "TJG6ZbEUZNVAQzFQTZehfQJniVJtTBdZ2e" + privateKeyHex: "e9f6a5f3a3c3a97099ca31e7f44151e529c0a4f8a91d5d4232c7282f2b798df4" + feeLimit: 150000000 # Indexer polling interval (in seconds). Used by both EVM and TRON event indexers. # Set to 0 or negative to disable block scanning completely and rely on tx-hash parsing paths.