Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ cp .env.example .env
For OP-managed deployments, inject only the environment-specific values:

```dotenv
PUBLIC_RESOURCE_BASE_URL=https://tn-recharge.bankofai.io
X402_FACILITATOR_URL=https://facilitator-v2.bankofai.io
PUBLIC_RESOURCE_BASE_URL=https://recharge.bankofai.io
X402_FACILITATOR_URL=https://facilitator.bankofai.io
```

`X402_FACILITATOR_API_KEY` is optional. Set it only when the facilitator requires API key auth or higher rate limits.
Expand Down
10 changes: 7 additions & 3 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v1.1.0 Release Notes
# v2.0.1 Release Notes

**Date:** 2026-03-15
**Date:** 2026-07-21

## Overview

Expand All @@ -12,7 +12,11 @@ BANK OF AI Payment Agent now exposes a single MCP recharge tool, `recharge`, and

**Automatic Payment** — When an agent calls `recharge`, the service returns HTTP 402 with an x402 challenge. After the agent signs and retries, the service verifies and settles on-chain via the Facilitator. Fully automatic for x402-compatible clients.

**Mainnet Deployment** — Runtime configuration defaults to mainnet payment routes with `X402_FACILITATOR_URL=https://facilitator-v2.bankofai.io`.
**SDK 1.0.1** — Payment handling uses the released `@bankofai/x402-core`, `@bankofai/x402-evm`, and `@bankofai/x402-tron` version `1.0.1` packages.

**Mainnet Deployment** — Runtime configuration defaults to mainnet payment routes with `X402_FACILITATOR_URL=https://facilitator.bankofai.io`.

**Canonical Networks** — TRON mainnet challenges use `tron:0x2b6653dc`; BSC mainnet challenges use `eip155:56`.

## Supported Mainnet Tokens

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x402-recharge-server",
"version": "2.0.0",
"version": "2.0.1",
"description": "x402 payment verification MCP service for BANK OF AI recharges on TRON and BSC",
"type": "module",
"main": "dist/server.js",
Expand Down
Loading