Skip to content

Commit

Permalink
add faucet type starship to defaults for injective and evmos (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Sep 28, 2023
1 parent 1c373b5 commit 3c2ad66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions charts/devnet/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ defaultChains:
hdPath: m/44'/60'/0'/0/0
coinType: 60
repo: https://github.com/InjectiveLabs/injective-chain-releases
faucet:
type: starship
assets:
- base: inj
description: The INJ token is the native governance token for the Injective chain.
Expand Down Expand Up @@ -274,6 +276,8 @@ defaultChains:
hdPath: m/44'/60'/0'/0/0
coinType: 60
repo: https://github.com/evmos/evmos
faucet:
type: starship
assets:
- base: aevmos
description: The native EVM, governance and staking token of the Evmos Hub
Expand Down
2 changes: 0 additions & 2 deletions tests/e2e/configs/evmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ chains:
type: evmos
image: ghcr.io/cosmology-tech/starship/evmos:v13.0.2
numValidators: 2
faucet:
type: starship
ports:
rest: 1313
rpc: 26653
Expand Down
2 changes: 0 additions & 2 deletions tests/e2e/configs/injective.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ chains:
- name: injective-1
type: injective
numValidators: 2
faucet:
type: starship
ports:
rest: 1313
rpc: 26653
Expand Down

0 comments on commit 3c2ad66

Please sign in to comment.