Skip to content

Commit ed6b72f

Browse files
committed
Update network and facilitator in config example
Changed the default network from 'base-sepolia' to 'base' and updated the facilitator URL to 'https://facilitator.x402.rs' in the coingecko-config.yaml example.
1 parent 1b62c26 commit ed6b72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/coingecko-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ payment:
1010
recipient: "0xc58bb1710E2DCA766b72E228E5a1C766f831CE58"
1111

1212
# Blockchain network (use "base" for mainnet, "base-sepolia" for testnet)
13-
network: "base-sepolia"
13+
network: "base"
1414

1515
# x402 facilitator URL (handles gasless transactions)
16-
facilitator: "https://x402.org/facilitator"
16+
facilitator: "https://facilitator.x402.rs"
1717

1818
# MCP Servers Configuration
1919
servers:

0 commit comments

Comments
 (0)