diff --git a/examples/01-x402-axios-client.js b/examples/01-x402-axios-client.js index 9a9064e..ceac349 100644 --- a/examples/01-x402-axios-client.js +++ b/examples/01-x402-axios-client.js @@ -6,7 +6,9 @@ import { base } from 'viem/chains' import { createWalletClient, http } from 'viem' -const baseURL = 'http://localhost:5942' +// const baseURL = 'http://localhost:5942' // Local +const baseURL = 'https://x402.fullstack.cash' // Production + const endpointPath = '/v6/full-node/blockchain/getBlockchainInfo' const pKey = process.env.PRIVATE_KEY || '' diff --git a/production/docker/Dockerfile b/production/docker/Dockerfile index c7313f9..bff319b 100644 --- a/production/docker/Dockerfile +++ b/production/docker/Dockerfile @@ -51,7 +51,7 @@ RUN git clone https://github.com/Permissionless-Software-Foundation/psf-bch-api- # and `stage` has the most up-to-date changes. WORKDIR /home/safeuser/psf-bch-api-base -RUN git checkout ct-unstable +#RUN git checkout ct-unstable # Install dependencies RUN npm install diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index ed777d2..5fe930c 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -19,4 +19,5 @@ services: - ./.env:/home/safeuser/.env - ../data:/home/safeuser/psf-bch-api/production/data - ../data/logs:/home/safeuser/psf-bch-api/logs - restart: always \ No newline at end of file + restart: always +