Skip to content

Instantly share code, notes, and snippets.

@orkunkl
Last active September 8, 2021 16:47
Show Gist options
  • Select an option

  • Save orkunkl/773e1798dc04ac7d06f468a778e90db6 to your computer and use it in GitHub Desktop.

Select an option

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

orkunkl commented Sep 8, 2021

Copy link
Copy Markdown
Author

update gas

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