diff --git a/charts/devnet/defaults.yaml b/charts/devnet/defaults.yaml index 71f72761..38a57352 100644 --- a/charts/devnet/defaults.yaml +++ b/charts/devnet/defaults.yaml @@ -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. @@ -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 diff --git a/tests/e2e/configs/evmos.yaml b/tests/e2e/configs/evmos.yaml index 069a27a9..cd0d858c 100644 --- a/tests/e2e/configs/evmos.yaml +++ b/tests/e2e/configs/evmos.yaml @@ -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 diff --git a/tests/e2e/configs/injective.yaml b/tests/e2e/configs/injective.yaml index 23ec02ad..c62d483a 100644 --- a/tests/e2e/configs/injective.yaml +++ b/tests/e2e/configs/injective.yaml @@ -2,8 +2,6 @@ chains: - name: injective-1 type: injective numValidators: 2 - faucet: - type: starship ports: rest: 1313 rpc: 26653