Skip to content

Commit

Permalink
fix: change wallet rpc ip to dns address (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad authored Jul 9, 2024
1 parent 5fc8261 commit 4b33463
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions wallet/servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
"bootstrap2.pactus.org:50051",
"bootstrap3.pactus.org:50051",
"bootstrap4.pactus.org:50051",
"65.109.234.125:50051",
"157.90.111.140:50051"
"rpc.javad.dev:50051",
"65.109.234.125:50051"
],
"testnet": [
"localhost:50052",
"testnet1.pactus.org:50052",
"testnet2.pactus.org:50052",
"testnet3.pactus.org:50052",
"testnet4.pactus.org:50052"
"testnet4.pactus.org:50052",
"testnet-rpc.javad.dev:50052"
]
}

0 comments on commit 4b33463

Please sign in to comment.