Update RPC endpoint in instructions

This commit is contained in:
Prathamesh Musale 2024-10-29 14:33:52 +05:30
parent 7ac1f1178d
commit ea8d157fb0
2 changed files with 4 additions and 4 deletions

View File

@ -801,7 +801,7 @@
CERC_FAUCET_KEY=
# laconicd RPC endpoint
CERC_LACONICD_RPC_ENDPOINT='http://laconicd:26657'
CERC_LACONICD_RPC_ENDPOINT='http://host.docker.internal:36657'
# laconicd chain id
CERC_LACONICD_CHAIN_ID=laconic-testnet-2

View File

@ -2,6 +2,9 @@ services:
shopify:
restart: unless-stopped
image: cerc/laconic-shopify:local
depends_on:
faucet:
condition: service_healthy
command: ["bash", "-c", "./start-faucet.sh"]
environment:
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
@ -16,9 +19,6 @@ services:
- ../config/laconic-shopify/product_pricings.json:/app/config/product_pricings.json
extra_hosts:
- "host.docker.internal:host-gateway"
depends_on:
faucet:
condition: service_healthy
faucet:
restart: unless-stopped