From d321af1d4546b5082e78127429679a9827fefbee Mon Sep 17 00:00:00 2001 From: thal0x Date: Tue, 29 Aug 2023 07:36:09 -0500 Subject: [PATCH] update configs and rename files --- starship/local.yaml | 22 ------------------- tests/{basic.test.ts => transactions.test.ts} | 0 2 files changed, 22 deletions(-) rename tests/{basic.test.ts => transactions.test.ts} (100%) diff --git a/starship/local.yaml b/starship/local.yaml index d8650bf8..001112a0 100644 --- a/starship/local.yaml +++ b/starship/local.yaml @@ -5,9 +5,6 @@ chains: ports: rest: 1313 rpc: 26653 - # resources: - # cpu: "0.2" - # memory: "200M" - name: gaia-1 type: cosmos @@ -15,9 +12,6 @@ chains: ports: rest: 1317 rpc: 26657 - # resources: - # cpu: "0.2" - # memory: "200M" relayers: - name: osmos-gaia @@ -26,9 +20,6 @@ relayers: chains: - osmosis-1 - gaia-1 - # resources: - # cpu: "0.1" - # memory: "100M" explorer: enabled: false @@ -38,16 +29,3 @@ registry: ports: rest: 8081 grpc: 9091 - # resources: - # cpu: "0.1" - # memory: "100M" - -# exposer: -# resources: -# cpu: "0.1" -# memory: "100M" - -# faucet: -# resources: -# cpu: "0.1" -# memory: "100M" diff --git a/tests/basic.test.ts b/tests/transactions.test.ts similarity index 100% rename from tests/basic.test.ts rename to tests/transactions.test.ts