refactor: remove evmos chain from deployment configuration

This commit is contained in:
Prad Nukala 2025-01-11 23:27:50 -05:00
parent b12bc88eda
commit f566b7d6c1
2 changed files with 2 additions and 11 deletions

View File

@ -36,14 +36,6 @@ chains:
rpc: 26659
faucet: 8009
- id: evmos-1
name: evmos
numValidators: 1
ports:
rest: 1312
rpc: 26652
faucet: 8002
relayers:
- name: ibc-relayer
type: hermes
@ -52,7 +44,6 @@ relayers:
- osmosis-1
- cosmoshub-4
- sonr-1
- evmos-1
explorer:
enabled: true

View File

@ -349,11 +349,11 @@ deploy-deps:
npm install -g @starship-ci/cli
starship install
deploy-up:
up:
@echo "Starting deployment"
starship start --config .github/deploy/config.yml
deploy-down:
down:
@echo "Stopping deployment"
starship stop --config .github/deploy/config.yml