From 9ed7c70cf131cc4d57dbc098c0dcf70ca1f7062d Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Date: Mon, 6 Apr 2026 16:30:00 -0400 Subject: [PATCH] linting --- examples/01-x402-axios-client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/01-x402-axios-client.js b/examples/01-x402-axios-client.js index 078951d..7df3ba1 100644 --- a/examples/01-x402-axios-client.js +++ b/examples/01-x402-axios-client.js @@ -15,7 +15,7 @@ import { x402Client, wrapAxiosWithPayment } from '@x402/axios' import { registerExactEvmScheme } from '@x402/evm/exact/client' import { toClientEvmSigner } from '@x402/evm' -const baseURL = 'https://localhost:5942' // Local +const baseURL = 'http://localhost:5942' // Local // const baseURL = 'https://x402.fullstack.cash' // Production const endpointPath = '/v6/full-node/blockchain/getBlockchainInfo'