Skip to content

Add Cybercentry Facilitator to x402scan Dashboard #461

@Cybercentry

Description

@Cybercentry

Hi x402scan Team,

I'd like to add my live X402 v2 facilitator (Cybercentry) to the facilitators' dashboard.

Details:

Endpoints:

  • /supported - List networks
  • /verify - Payment verification
  • /settle - On-chain settlement
  • /health - Health check

Config:

{
  id: 'cybercentry',
  name: 'Cybercentry Facilitator',
  image: '/cybercentry.png',
  link: 'https://x402-cybercentry-facilitator.up.railway.app',
  color: 'var(--color-blue-600)',
  addresses: {
    [Chain.BASE]: [
      {
        address: '0xADFf329B6Ffe6d830BD6E16E2c9440C1EEcbf3EF',
        token: USDC_BASE_TOKEN,
        syncStartDate: new Date('2025-01-12'),
        enabled: true,
      },
    ],
    [Chain.BASE_SEPOLIA]: [
      {
        address: '0xADFf329B6Ffe6d830BD6E16E2c9440C1EEcbf3EF',
        token: USDC_BASE_SEPOLIA_TOKEN,
        syncStartDate: new Date('2025-01-12'),
        enabled: true,
      },
    ],
    [Chain.SOLANA]: [
      {
        address: 'GEPtuPx4qfWABVGPx6pqW7JuKEMm6nPJf73HD72wXXKh',
        token: USDC_SOLANA_TOKEN,
        syncStartDate: new Date('2025-01-12'),
        enabled: true,
      },
    ],
    [Chain.SOLANA_DEVNET]: [
      {
        address: 'GEPtuPx4qfWABVGPx6pqW7JuKEMm6nPJf73HD72wXXKh',
        token: USDC_SOLANA_DEVNET_TOKEN,
        syncStartDate: new Date('2025-01-12'),
        enabled: true,
      },
    ],
  },
}

Note: The README mentions editing facilitators/config.ts, but that path 404s on GitHub. Happy to follow any updated process.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions