MCPcopy Create free account
hub / github.com/codeaashu/claude-code / setX402Network

Function setX402Network

src/services/x402/config.ts:167–169  ·  view source on GitHub ↗
(network: PaymentNetwork)

Source from the content-addressed store, hash-verified

165
166/** Updates the payment network */
167export function setX402Network(network: PaymentNetwork): void {
168 saveX402Config({ network })
169}
170
171/** Updates max per-request payment limit */
172export function setX402MaxPayment(amountUSD: number): void {

Callers 1

handleNetworkFunction · 0.85

Calls 1

saveX402ConfigFunction · 0.85

Tested by

no test coverage detected