Skip to content

Instantly share code, notes, and snippets.

@orkunkl
Last active September 8, 2021 16:47
Show Gist options
  • Save orkunkl/773e1798dc04ac7d06f468a778e90db6 to your computer and use it in GitHub Desktop.
Save orkunkl/773e1798dc04ac7d06f468a778e90db6 to your computer and use it in GitHub Desktop.
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"
@orkunkl
Copy link
Author

orkunkl commented Sep 8, 2021

update gas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment