Skip to content

Default bundler/paymaster URL points to a staging Render host #268

Description

@jayeshbhole

Summary

The default bundler/paymaster (AA) endpoint points to a staging host on a free-tier Render box. A production consumer who doesn't override it ends up talking to staging infra.

Details

In @zerodev/wallet-react constants:

ZERODEV_AA_URL = 'https://staging-meta-aa-provider.onrender.com/api/v3/'

This is fine for alpha, but it's an easy footgun: anyone who doesn't explicitly override aaUrl is silently routed through a staging endpoint.

Ask

Default to the production AA endpoint (or require aaUrl explicitly with no staging fallback), and document the override clearly. At minimum, log a warning when the staging default is in use.

Environment

@zerodev/wallet-react@0.0.1-alpha.26.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions