mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 04:57:08 +00:00
refactor: remove evmos chain from deployment configuration
This commit is contained in:
parent
b12bc88eda
commit
f566b7d6c1
9
.github/deploy/config.yml
vendored
9
.github/deploy/config.yml
vendored
@ -36,14 +36,6 @@ chains:
|
|||||||
rpc: 26659
|
rpc: 26659
|
||||||
faucet: 8009
|
faucet: 8009
|
||||||
|
|
||||||
- id: evmos-1
|
|
||||||
name: evmos
|
|
||||||
numValidators: 1
|
|
||||||
ports:
|
|
||||||
rest: 1312
|
|
||||||
rpc: 26652
|
|
||||||
faucet: 8002
|
|
||||||
|
|
||||||
relayers:
|
relayers:
|
||||||
- name: ibc-relayer
|
- name: ibc-relayer
|
||||||
type: hermes
|
type: hermes
|
||||||
@ -52,7 +44,6 @@ relayers:
|
|||||||
- osmosis-1
|
- osmosis-1
|
||||||
- cosmoshub-4
|
- cosmoshub-4
|
||||||
- sonr-1
|
- sonr-1
|
||||||
- evmos-1
|
|
||||||
|
|
||||||
explorer:
|
explorer:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
4
Makefile
4
Makefile
@ -349,11 +349,11 @@ deploy-deps:
|
|||||||
npm install -g @starship-ci/cli
|
npm install -g @starship-ci/cli
|
||||||
starship install
|
starship install
|
||||||
|
|
||||||
deploy-up:
|
up:
|
||||||
@echo "Starting deployment"
|
@echo "Starting deployment"
|
||||||
starship start --config .github/deploy/config.yml
|
starship start --config .github/deploy/config.yml
|
||||||
|
|
||||||
deploy-down:
|
down:
|
||||||
@echo "Stopping deployment"
|
@echo "Stopping deployment"
|
||||||
starship stop --config .github/deploy/config.yml
|
starship stop --config .github/deploy/config.yml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user