Skip to content

Commit

Permalink
ci: add neutron chain to env files (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x authored Sep 2, 2024
1 parent 0653e25 commit a96fecb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ osmosis)
fi

;;
juno | terra | chihuahua | migaloo)
juno | terra | chihuahua | migaloo | neutron)
flag="-osmosis_token_factory"
;;
injective)
Expand Down
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 | comdex | comdex-testnet | sei | sei-testnet | stargaze-testnet | osmosis | osmosis-testnet | orai)
local | juno | juno-testnet | terra | terra-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.25$DENOM --gas auto --gas-adjustment 1.4 -y -b $b_flag --output $output_flag)
Expand Down
4 changes: 4 additions & 0 deletions scripts/deployment/deploy_env/mainnets/neutron.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export CHAIN_ID="neutron-1"
export DENOM="untrn"
export BINARY="neutrond"
export RPC="https://rpc-neutron.whispernode.com:443"
4 changes: 4 additions & 0 deletions scripts/deployment/deploy_env/testnets/neutron.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export CHAIN_ID="pion-1"
export DENOM="untrn"
export BINARY="neutrond"
export RPC="https://neutron-testnet-rpc.polkachu.com:443"

0 comments on commit a96fecb

Please sign in to comment.