shkeeper.io
shkeeper.io copied to clipboard
how to use tron nile testnet?
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?
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
Thank you for your response.
We give you respect for providing a great solution. :)