From 9f86b2f2b5e210070bf8df929000edc1f78942c5 Mon Sep 17 00:00:00 2001 From: nabarun Date: Wed, 30 Oct 2024 07:03:57 +0000 Subject: [PATCH] Update product pricing JSON in shopify stack (#36) Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) Co-authored-by: Neeraj Reviewed-on: https://git.vdb.to/cerc-io/testnet-laconicd-stack/pulls/36 --- stack-orchestrator/compose/docker-compose-laconic-shopify.yml | 2 +- stack-orchestrator/config/laconic-shopify/product_pricings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stack-orchestrator/compose/docker-compose-laconic-shopify.yml b/stack-orchestrator/compose/docker-compose-laconic-shopify.yml index f274b93..ed80c0d 100644 --- a/stack-orchestrator/compose/docker-compose-laconic-shopify.yml +++ b/stack-orchestrator/compose/docker-compose-laconic-shopify.yml @@ -5,7 +5,7 @@ services: depends_on: faucet: condition: service_healthy - command: ["bash", "-c", "./start-faucet.sh"] + command: ["bash", "-c", "./start-shopify.sh"] environment: CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG} CERC_SHOPIFY_GRAPHQL_URL: ${CERC_SHOPIFY_GRAPHQL_URL} diff --git a/stack-orchestrator/config/laconic-shopify/product_pricings.json b/stack-orchestrator/config/laconic-shopify/product_pricings.json index 75c4073..91e1b5e 100644 --- a/stack-orchestrator/config/laconic-shopify/product_pricings.json +++ b/stack-orchestrator/config/laconic-shopify/product_pricings.json @@ -1,5 +1,5 @@ { - "10 webapp deployments": "100000", + "10 pre-paid webapp deployments": "100000", "100 webapp deployments": "1000000", "500 webapp deployments": "5000000", "1000 webapp deployments": "10000000"