Skip to content

Commit 8bbd8f6

Browse files
committed
update README.md
1 parent 9c15122 commit 8bbd8f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ export DEVD_EVM_RPC='https://evm.example.com:8545'
1414
```
1515
_By setting this environment variable, you don't need to pass `--rpc` flag everytime for non-localhost EVM Json-RPC_
1616
___
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+
___
1723
Lazy Rest API setting
1824
```bash
1925
export DEVD_COSMOS_REST='https://ethermint-rest.example.com:1317'

0 commit comments

Comments
 (0)