Skip to content

Comments

Changed the description in README.md#391

Open
meelon-dev wants to merge 1 commit intoAbstract-Foundation:mainfrom
meelon-dev:desc
Open

Changed the description in README.md#391
meelon-dev wants to merge 1 commit intoAbstract-Foundation:mainfrom
meelon-dev:desc

Conversation

@meelon-dev
Copy link

@meelon-dev meelon-dev commented Feb 16, 2026

Changed the description from Optional, HTTP transport is used by default if not specified to required as specified in abstractClient.ts:

export async function createAbstractClient({
  signer,
  chain,
  transport,
  address,
  isPrivyCrossApp = false,
  publicTransport = http(undefined, {
    batch: true,
  }),
  customPaymasterHandler,
}: CreateAbstractClientParameters): Promise<AbstractClient> {
  if (!transport) {
    throw new Error('Transport is required');
  }

PR-Codex overview

This PR updates the documentation in packages/agw-client/README.md to clarify the transport option in the configuration of the abstractClient. It changes the description from "optional" to "required," indicating that the transport parameter must be explicitly provided.

Detailed summary

  • Updated the description of the transport parameter in the abstractClient configuration from "optional, defaults to HTTP transport if omitted" to "required".

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@cursor
Copy link

cursor bot commented Feb 16, 2026

PR Summary

Low Risk
Documentation-only change; no runtime behavior or API surface is modified.

Overview
Updates the packages/agw-client/README.md examples to mark the transport: http() option as required (instead of optional/defaulted), aligning the docs with createAbstractClient throwing when transport is missing.

Written by Cursor Bugbot for commit 7a22595. This will update automatically on new commits. Configure here.

@changeset-bot
Copy link

changeset-bot bot commented Feb 16, 2026

⚠️ No Changeset found

Latest commit: 7a22595

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

1 participant