Skip to content

Commit a9709f9

Browse files
committed
edit default node
1 parent 8e6ffdc commit a9709f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tronapi/bin/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def main():
1717
'--node',
1818
type=str,
1919
default=DEFAULT_FULL_NODE,
20-
help='URL полной ноды (default: "http://13.125.210.234:8090")'
20+
help='URL полной ноды (default: "http://api.trongrid.io")'
2121
)
2222

2323
subparsers = parser.add_subparsers(help='Commands')

0 commit comments

Comments
 (0)