Skip to content

Commit

Permalink
ci: add neutron-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x committed Jun 27, 2024
1 parent 7879a16 commit 8ab815b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployment/deploy_env/base_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output_flag=json

case $chain in

local | juno | juno-testnet | terra | terra-testnet | archway-testnet | comdex | comdex-testnet | sei | sei-testnet | stargaze-testnet | osmosis | osmosis-testnet | orai | neutron | neutron)
local | juno | juno-testnet | terra | terra-testnet | archway-testnet | comdex | comdex-testnet | sei | sei-testnet | stargaze-testnet | osmosis | osmosis-testnet | orai | neutron | neutron-testnet)
if [ -n "$ZSH_VERSION" ]; then
# Using an array for TXFLAG
TXFLAG=(--node $RPC --chain-id $CHAIN_ID --gas-prices 0.15$DENOM --gas auto --gas-adjustment 1.2 -y -b $b_flag --output $output_flag)
Expand Down

0 comments on commit 8ab815b

Please sign in to comment.