Last active
September 8, 2021 16:47
-
-
Save orkunkl/773e1798dc04ac7d06f468a778e90db6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export CHAIN_ID="tgrade-testnet-2" | |
export RPC="https://rpc.testnet-2.tgrade.io:443" | |
export LCD="https://lcd.testnet-2.tgrade.io" | |
export FAUCET="https://faucet.testnet-2.tgrade.io" | |
export NODE="--node $RPC" | |
export TXFLAG="${NODE} --chain-id ${CHAIN_ID} --gas-prices 0.01utgd --gas auto --gas-adjustment 1.3" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
update gas