This commit is contained in:
Daniel Gonzalez
2026-04-06 16:30:00 -04:00
parent 08d9c1b0a0
commit 9ed7c70cf1
+1 -1
View File
@@ -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'