shkeeper.io icon indicating copy to clipboard operation
shkeeper.io copied to clipboard

how to use tron nile testnet?

Open kanggadin opened this issue 1 year ago • 1 comments

I want to test a TRON wallet using the TRON Nile Testnet. In the values.yaml file, I have set:

TRON

tron_fullnode: enabled: false

url:

url: https://nile.trongrid.io

trx: enabled: true usdt: enabled: true usdc: enabled: true

However, it is not syncing. Is there a way to use the testnet without TronLink?

kanggadin avatar Sep 04 '24 09:09 kanggadin

Hello,

The correct config for testnet and https://nile.trongrid.io/ external fullnode will be:


#
# TRON
#
tron_fullnode:
  enabled: false
  mainnet: false
  url: https://nile.trongrid.io/
trx:
  enabled: true
usdt:
  enabled: true
usdc:
  enabled: true

yukonet avatar Sep 16 '24 10:09 yukonet

Thank you for your response.

We give you respect for providing a great solution. :)

kanggadin avatar Sep 16 '24 12:09 kanggadin