Skip to content

chore: update package version to 0.1.3 and dependencies#11

Open
Vittitow wants to merge 2 commits intomainfrom
mainnet-nano
Open

chore: update package version to 0.1.3 and dependencies#11
Vittitow wants to merge 2 commits intomainfrom
mainnet-nano

Conversation

@Vittitow
Copy link
Copy Markdown
Collaborator

@Vittitow Vittitow commented Apr 22, 2026

  • Bumped package version to 0.1.3.
  • Updated dependency @circle-fin/x402-batching to version 3.0.2.
  • Added mappings for Base Mainnet and Polygon Mainnet in gateway.ts.
  • Enhanced tests to cover new mappings in gateway.spec.ts.

Note

Medium Risk
Upgrades @circle-fin/x402-batching to a new major version and expands chain mapping to mainnets, which could introduce subtle behavior/API changes in gateway/batching flows despite minimal local code changes.

Overview
Updates the package to 0.1.4 and upgrades @circle-fin/x402-batching from ^2.0.4 to ^3.0.2 (with corresponding lockfile changes).

Extends CAIP2_TO_GATEWAY_CHAIN in src/gateway.ts to include Base and Polygon mainnet (eip155:8453base, eip155:137polygon) and adds/updates gateway.spec.ts assertions to cover the new mappings.

Reviewed by Cursor Bugbot for commit ddfb851. Bugbot is set up for automated code reviews on this repo. Configure here.

- Bumped package version to 0.1.3.
- Updated dependency @circle-fin/x402-batching to version 3.0.2.
- Added mappings for Base Mainnet and Polygon Mainnet in gateway.ts.
- Enhanced tests to cover new mappings in gateway.spec.ts.
@Vittitow Vittitow requested a review from ra-quicknode April 22, 2026 14:36
ra-quicknode
ra-quicknode previously approved these changes Apr 22, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit ddfb851. Configure here.

Comment thread package.json
{
"name": "@quicknode/x402",
"version": "0.1.3",
"version": "0.1.4",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version mismatch between package.json and package-lock.json

Medium Severity

The package.json version is set to 0.1.4 while package-lock.json version is 0.1.3. The PR description states the intent is to bump to 0.1.3, but the two files disagree. This means the published package version won't match what the lock file records, and running npm install will cause the lock file to be modified unexpectedly.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ddfb851. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants