Skip to content

Instantly share code, notes, and snippets.

@taitruong
Created April 29, 2024 13:45
Show Gist options
  • Save taitruong/bcc54d1829b9646043770aa724fef1e3 to your computer and use it in GitHub Desktop.
Save taitruong/bcc54d1829b9646043770aa724fef1e3 to your computer and use it in GitHub Desktop.
# Juno
export CLI="junod"
export CLI_OUTPUT="json"
export CLI_DENOM="ujunox"
export CLI_MAX_GAS=100000000 # https://juno-testnet-rpc.polkachu.com/cosmos/consensus/v1/params
export CLI_GAS="auto"
export CLI_GAS_PRICE="0.1"
export CLI_GAS_PRICES="$CLI_GAS_PRICE$CLI_DENOM"
export CLI_GAS_ADJUSTMENT="1.5"
export CLI_BROADCAST_MODE="sync"
export CHAIN=juno
export CHAIN_NAME=junotestnet # used by Cosmos Relayer for lookup in chain-registry
export CHAIN_ID="uni-6"
export CHAIN_NODE="https://juno-testnet-rpc.polkachu.com:443" # "http://juno.rpc.t.stavr.tech:1067" # "https://juno-testnet-rpc.polkachu.com:443" #"https://rpc.uni.junonetwork.io:443"
export CODE_ID_CW721="4281"
export ADDR_ICS721="juno1caxx9y53s7qgw4le9pst3ugw3m0r80jd68c42uch4dmwuu0n4tpquwlg59"
export ADDR_OUTGOING_PROXY="juno1fmae9wp4n8qaf5xwyq9ac75gjryjemlxe9z79r90tqx8xzrqxymq99j3c8"
export CLIENT_ID_JUNO_TO_STARGAZE="07-tendermint-769"
export CLIENT_ID_JUNO_TO_TERRA2="07-tendermint-779"
export CONNECTION_ID_JUNO_TO_STARGAZE="connection-851"
export CONNECTION_ID_JUNO_TO_TERRA2="connection-859"
export ICS721_CHANNEL_1_JUNO_TO_STARGAZE="channel-910"
export ICS721_CHANNEL_1_JUNO_TO_TERRA2="channel-908"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment