We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c15122 commit 8bbd8f6Copy full SHA for 8bbd8f6
README.md
@@ -14,6 +14,12 @@ export DEVD_EVM_RPC='https://evm.example.com:8545'
14
```
15
_By setting this environment variable, you don't need to pass `--rpc` flag everytime for non-localhost EVM Json-RPC_
16
___
17
+Lazy TM-RPC setting
18
+```bash
19
+export DEVD_TM_RPC='https://rpc.example.com:26657'
20
+```
21
+_By setting this environment variable, you don't need to pass `--tm-rpc` flag everytime for non-localhost Tendermint RPC_
22
+___
23
Lazy Rest API setting
24
```bash
25
export DEVD_COSMOS_REST='https://ethermint-rest.example.com:1317'
0 commit comments