File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -51,23 +51,10 @@ export GITOPIA_WALLET=/path/to/wallet.json
5151
5252## Custom Endpoint Configuration Example
5353
54- ### Testnet
5554```
5655git 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"
7158git config --global gitopia.gasPrices "0.001ulore"
7259git config --global gitopia.feeGranter "gitopia13ashgc6j5xle4m47kqyn5psavq0u3klmscfxql"
7360git config --global gitopia.denom "ulore"
You can’t perform that action at this time.
0 commit comments