Skip to content

Commit 1f01012

Browse files
committed
feat(readme): update README.md
1 parent 92f87e2 commit 1f01012

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcome to use the Wallet-cli.
44

55
Wallet-cli now supports GasFree features, enabling users to perform token transfers without incurring direct gas fees. For more details, please check the [GasFree](#GasFree-Support) section below.
66

7-
The underlying implementation of all Wallet-cli gRPC APIs has all migrated to the [Trident APIs](https://github.com/tronprotocol/trident). This strategic move consolidates the underlying implementation of the Wallet-cli's remote procedure calls, standardizing them under the robust and optimized Trident framework.
7+
The underlying implementation of all Wallet-cli gRPC APIs has all migrated to the [Trident SDK](https://github.com/tronprotocol/trident). This strategic move consolidates the underlying implementation of the Wallet-cli's remote procedure calls, standardizing them under the robust and optimized Trident framework.
88

99
If you need any help, please join the [Telegram](https://t.me/TronOfficialDevelopersGroupEn).
1010

@@ -23,14 +23,14 @@ net {
2323
2424
fullnode = {
2525
ip.list = [
26-
"127.0.0.1:50051"
26+
"fullnode ip : port"
2727
]
2828
}
2929
3030
#soliditynode = {
3131
# //The IPs in this list can only be totally set to solidity.
3232
# ip.list = [
33-
# "127.0.0.1:50052" // default solidity
33+
# "ip : solidity port" // default solidity
3434
# ]
3535
# // NOTE: solidity node is optional
3636
#}

0 commit comments

Comments
 (0)