Skip to content

Instantly share code, notes, and snippets.

@taitruong
Created April 29, 2024 13:44
Show Gist options
  • Save taitruong/7c1ff69be575b3a268bbc0e2805c9d9e to your computer and use it in GitHub Desktop.
Save taitruong/7c1ff69be575b3a268bbc0e2805c9d9e to your computer and use it in GitHub Desktop.
# Stargaze
export CLI="starsd"
export CLI_OUTPUT="json"
export CLI_DENOM="ustars"
# max gas: -1, `starsd q params subspace baseapp BlockParams`, not yet implemented: https://stargaze-testnet-api.polkachu.com/cosmos/consensus/v1/params
export CLI_MAX_GAS=100000000
export CLI_GAS="auto"
export CLI_GAS_PRICE="1.2"
export CLI_GAS_PRICES="$CLI_GAS_PRICE$CLI_DENOM"
export CLI_GAS_ADJUSTMENT="1.3"
export CLI_BROADCAST_MODE="sync"
export CHAIN=stargaze
export CHAIN_NAME=stargazetestnet # used by Cosmos Relayer for lookup in chain-registry
export CHAIN_ID="elgafar-1"
export CHAIN_NODE="https://rpc.elgafar-1.stargaze-apis.com:443" # https://stargaze-testnet-rpc.polkachu.com:443
export CODE_ID_CW721="3549" # - sg721-base code id
export ADDR_ICS721="stars1cxnwk637xwee9gcw0v2ua00gnyhvzxkte8ucnxzfxj0ea8nxkppsgacht3"
export ADDR_OUTGOING_PROXY="stars1338rc4fn2r3k9z9x783pmtgcwcqmz5phaksurrznnu9dnu4dmctqr2gyzl"
export CLIENT_ID_STARGAZE_TO_JUNO="07-tendermint-862"
export CLIENT_ID_STARGAZE_TO_TERRA2="07-tendermint-873"
export CLIENT_ID_STARGAZE_TO_AURA="07-tendermint-864"
export CLIENT_ID_STARGAZE_TO_OSMOSIS="07-tendermint-885"
export CONNECTION_ID_STARGAZE_TO_JUNO="connection-833"
export CONNECTION_ID_STARGAZE_TO_TERRA2="connection-844"
export CONNECTION_ID_STARGAZE_TO_AURA="connection-835"
export CONNECTION_ID_STARGAZE_TO_OSMOSIS="connection-854"
export ICS721_CHANNEL_1_STARGAZE_TO_JUNO="channel-880"
export ICS721_CHANNEL_1_STARGAZE_TO_TERRA2="channel-887"
export ICS721_CHANNEL_1_STARGAZE_TO_AURA="channel-881"
export ICS721_CHANNEL_1_STARGAZE_TO_OSMOSIS="channel-909"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment