Skip to content

Commit bd87220

Browse files
committed
Update readme
1 parent 8d89b3a commit bd87220

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

readme.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,10 @@ export GITOPIA_WALLET=/path/to/wallet.json
5151

5252
## Custom Endpoint Configuration Example
5353

54-
### Testnet
5554
```
5655
git config --global gitopia.chainId "gitopia"
57-
git config --global gitopia.grpcHost "localhost:9090"
58-
git config --global gitopia.gitServerHost "http://localhost:5001"
59-
git config --global gitopia.tmAddr "http://localhost:26657"
60-
git config --global gitopia.gasPrices "0.001ulore"
61-
git config --global gitopia.feeGranter ""
62-
git config --global gitopia.denom "ulore"
63-
```
64-
65-
### Mainnet
66-
```
67-
git config --global gitopia.chainId "gitopia"
68-
git config --global gitopia.grpcHost "grpc.gitopia.com:9090"
69-
git config --global gitopia.gitServerHost "https://server.gitopia.com"
70-
git config --global gitopia.tmAddr "https://rpc.gitopia.com:443"
56+
git config --global gitopia.grpcHost "gitopia-grpc.polkachu.com:11390"
57+
git config --global gitopia.tmAddr "https://gitopia-rpc.polkachu.com:443"
7158
git config --global gitopia.gasPrices "0.001ulore"
7259
git config --global gitopia.feeGranter "gitopia13ashgc6j5xle4m47kqyn5psavq0u3klmscfxql"
7360
git config --global gitopia.denom "ulore"

0 commit comments

Comments
 (0)