Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2023

This PR contains the following updates:

Package Change Age Confidence
ethers (source) 5.7.2 -> 6.15.0 age confidence

Release Notes

ethers-io/ethers.js (ethers)

v6.15.0

Compare Source

  • Allow non-canonical S values in Signatures moving errors to access-time (#​5013; 9944ec9).

v6.14.4

Compare Source

  • Fixed serialization of EIP-7702 transactions with leading 0-bytes (#​4916; 389dc03).

v6.14.3

Compare Source

  • Fixed non-normalized yParity on EIP-7702 JSON-RPC responses (#​4985; a8803ca).

v6.14.2

Compare Source

v6.14.1

Compare Source

  • Fix JSON-RPC authorizationList signature entries encoded as DATA instead of QUANTITY values (#​4916; 135db72).

v6.14.0

Compare Source

  • Remove BlockscoutProvider temporarily until custom error issues are fixed (805a8b3).

v6.13.7

Compare Source

  • Fix FallbackProvider coalescing call exceptions when backends return slightly different error message (268a0ac).

v6.13.6

Compare Source

  • Implicitly use EIP-7702 if authorizationList is given and non-empty (#​4961; e7c1bdf).
    • Initial EIP-7702 support (#​4916; db490e1).
    • Added support for to override fetch init options in the Browser (#​3895; 844ae68).
    • Added EIP-6963 discovery to BrowserProvider (f5469dd).
    • Merge: e5036e7 158f5d0 Merge branch 'main' into wip-v6.14 (e7165a6).
    • tests: squelch the noisy runtime console API event in browser tests (79428fd).
    • tests: added faucet key environment for browser CI tests (27d42af).
    • tests: better runtime exception output for browser tests (0beed25).
    • tests: added more debug endpoints to browser tests (33bbf66).
    • tests: added JSON-RPC tests to web browser CI (1c0c23c).
    • tests: added browser tests for sending (afd613a).
    • tests: debugging browser tests failing to launch (d1baa74).
    • tests: fix assert call for browser assert (1806bbd).
    • tests: inlcude more node tests in the browser tests (92fd5d1).
    • tests: move more tests to dev network (996f30c).
    • tests: debugging CI browser failure (ce7212d).
    • tests: debugging CI browser failure (f1821a6).
    • tests: debugging CI browser failure (cc9119c).
    • tests: debugging CI browser failure (3ac33f9).
    • tests: debugging CI browser failure (25b11ee).
    • tests: debug CI failing (3bcbcae).
    • tests: added circular support to browser-safe inspect (3854b39).
    • tests: added browser-safe inspect for tests (e299a31).
    • tests: fix for browser CI tests (74a68bc).
    • tests: adding debug info to local JsonPrcProvider (c508538).
    • tests: temporarily remove QuickNode (499ed8c).
    • Accept modern KZG library API while exposing legacy API (#​4841; e5036e7).
    • Added CommunityResourcable to exports (#​4776; bca8d1b).

v6.13.5

Compare Source

  • Use local dev net for testing Typed API to prevent tests getting throttled (7654ee3).
    • Fixed bad logic for searching prefetched transactions by hash (#​4868; ef3c9bc).
    • Add newline delimiter to IPC providers for broader support (#​4847; 474a8de).

v6.13.4

Compare Source

v6.13.3

Compare Source

  • Allow CCIP-read to continue during low-level fetch failures (#​4842; 1c31f95).

v6.13.2

Compare Source

v6.13.1

Compare Source

  • Update ws package to address possible DoS vulnerability (a4b1d1f).

v6.13.0

Compare Source

v6.12.2

Compare Source

  • Copy EIP-4844 properties during estimateGas and call (#​4728; cebe5ee).
    • Use non-capturing regex for data to prevent memory exhaustion for long strings (#​4741; 5463aa0).
    • Added Base endpointsto EtherscanProvider (#​4729; 7e1dc95).

v6.12.1

Compare Source

  • Prevent bad Interface clone when using two different versions of v6 (#​4689; 4d2d90f).

v6.12.0

Compare Source

v6.11.1

Compare Source

  • Throw an error when attempting to derive from a master path from a non-master node (#​4551; 556fdd9).
    • Allow ENS wildcards with labels up to 255 bytes wide; discussed with ENS and deemed safe (#​4543; 7f14bde).
    • Enforce string is passed to toUtf8Bytes (#​4583; f45bb87).
    • Fix transaction.index not being populated on some backends (#​4591; 7f0e140).

v6.11.0

Compare Source

  • Allow transaction encoding for inferred type transactions (f02211d).
    • Added EIP-4788, receipts root and state root fields to Block (#​4570; c5f126f).
    • Added EIP-4844 fields to Provider classes and formatter (#​4570; 7b4f2c1).
    • Assert BrowserProvider receives an EIP-1193 provider to fail early when passing undefined ethereum object (b69f43b).
    • Add timeout to ContractTransactionResponse wait (#​4497; 095de51).
    • Allow override keyword in human-readable ABI and improve error messages (#​4514, #​4548; be5ec2d).
    • Expand Contract sub-class to accept BaseContract super-class constructor arguments (#​4538; 98496bc).
    • Allow network for default provider to be null to select mainnet (#​4501; b6bf7ab).
    • Allow long dnsEncode names with optional length parameter (#​4543; a136348).
    • Fix parseLog signature when receiving read-only array for topics (#​4029, #​4459; 20cd8a2).
    • Use Secure endpoints for BNB on Etherscan (#​4525; 1f6e188).
    • Added holesky network and related end-points for supporting providers (c6e6c43).
    • Added EIP-4844 BLOb transactions (#​4554; 9c1e82e).
    • Normalize EIP-712 types before computing the payload (#​4541; 56c1361).
    • Updated thrid-part provider URLs for QuickNode (2b4891d).
    • Fixed normalization and abstracted EIP-712 Array parsing (#​4541; 8f99601).
    • Updated third-party provider network URLs (#​4542; 84ca14f).
    • Added additional sepolia testnets (4efef76).
    • Fix EIP-712 type aliases for uint and int (#​4541; 43fb9c2).
    • Fixed typo in Error string (#​4539; 7882905).
    • Better debugging output on fetch errors (bee07a0).

v6.10.0

Compare Source

  • Limit decoded result imflation ratio from ABI-encoded data (#​4537; 1b4debd).

v6.9.2

Compare Source

  • Fix Base58 padding for string representation of binary data (#​4527; ccac24a).

v6.9.1

Compare Source

  • Fix uncatchable issue when sending transactions over JSON-RPC and provide some retry-recovery for missing v (#​4513; 1802215).

v6.9.0

Compare Source

v6.8.1

Compare Source

v6.8.0

Compare Source

  • Replicated former ENS normalize behaviour for empty strings and update namehash testcases (125ff11).

v6.7.1

Compare Source

v6.7.0

Compare Source

  • Fixed receipt wait not throwing on reverted transactions (25fef4f).
    • Added custom priority fee to Optimism chain (via telegram) (ff80b04).
    • Add context to Logs that fail decoding due to ABI issues to help debugging (f3c46f2).
    • Added new exports for FallbackProviderOptions and FetchUrlFeeDataNetworkPlugin (#​2828, #​4160; b1dbbb0).
    • Allow overriding pollingInterval in JsonRpcProvider constructor (via discord) (f42f258).
    • Fixed FallbackProvider priority sorting (#​4150; 78538eb).
    • Added linea network to InfuraProvider and Network (#​4184, #​4190; d3e5e2c).
    • Added whitelist support to getDefaultProvider (82bb936).
    • Add Polygon RPC endpoints to the default provider (#​3689; 23704a9).
    • Added customizable quorum to FallbackProvider (#​4160; 8f0a509).
    • Added basic Gas Station support via a NetworkPlugin (#​2828; 229145d).
    • Add BNB URLs to EtherscanProvider networks (ec39abe).
    • Added tests for JSON format (#​4248; ba36079).
    • Use empty string for unnamed parameters in JSON output instead of undefined (#​4248; 8c2652c).
    • Return undefined for Contract properties that do not exist instead of throwing an error (#​4266; 5bf7b34).

v6.6.7

Compare Source

  • Prevent malformed logs from preventing other logs being decoded (#​4275; 0dca645).

v6.6.6

Compare Source

  • Better error message when passing invalid overrides object into a contract deployment (#​4182; aa2ea3d).

v6.6.5

Compare Source

  • Reflect symbols in the Contract Proxy to target (#​4084; ac2f5e5).
    • Allow arrays of address for indexed filter topics (#​4259; 93af87c).
    • Fixed filter encoding for bytesX (#​4244; fa3a883).
    • Fix JSON formatting for tuple arrays (#​4237; a8bc49b).
    • Better error messages when parsing fragment strings (#​4246; e36b6c3).
    • Include the missing fragment key and args when no matching Contract method or event is present (#​3809; 450a176).
    • Prevent a single malformed event from preventing other Contract logs; reported on Discord (b1375f4).

v6.6.4

Compare Source

v6.6.3

Compare Source

  • Throw more descriptive error for unconfigured ENS name contract targets (#​4213; 80f62ef).
    • Fixed contract once not running stop callback (7d061b7).

v6.6.2

Compare Source

v6.6.1

Compare Source

v6.6.0

Compare Source

  • Add exports for AbstractProviderOptions and for MulticoinProviderPlugin (203a759).
    • Add option to adjust perform cache timeout in AbstractProvider (de0f518).
    • Add full support for MultiCoin plugins and automatic detection for EVM-compatible coin types (#​3888, #​4081; 84375be).
    • Allow Interface instances where InterfaceAbi are allowed (#​4142; 2318005).
    • Allow Numeric type for decimals in FixedNumber (#​4141; 9055ef6).

v6.5.1

Compare Source

  • Fix lost promise fulfillment when a batch has an error response (#​4126; 8dd21f0).

v6.5.0

Compare Source

v6.4.2

Compare Source

v6.4.1

Compare Source

v6.4.0

Compare Source

  • Coerce value into BigInt when checking for value (83d7f43).
    • Better errors when junk passed as Contract target (#​3947, #​4053; 219b16d).
    • More robust message checking in socket providers (#​4051; f58990b).
    • More robust defaultProvider start-up when a backend fails on bootstrap (#​3979; 984f6fa).
    • Fix Result.map when Array contains zero elements (#​4036, #​4048; 2e5935b).
    • Fixed error handling for contracts with receive and non-payable fallback (6db7458).
    • Remove superfluous logging in defaultProvider (f87f6ef).
    • Removed superfluous logging (1bc8b55).
    • Fix receipt gas price when effectiveGasPrice is 0 on testnets (#​4014; 2b0fe61).
    • Added error event to provider (#​3970, #​3982; af0291c).
    • Removed superfluous parameters for internal transaction functions (e848978).
    • More aggresive tree-shaking (076edad).
    • More flexible static network checking (#​3834; 7c0465c).
    • Support transitive dependants that use non-node16 moduleResolution (#​3920; df685b1).
    • Populate any missing log.removed with false (#​3959; 4e478e6).

v6.3.0

Compare Source

v6.2.3

Compare Source

v6.2.2

Compare Source

v6.2.1

Compare Source

  • Stall block polling bootstrap when the network is down (#​3924; 603d474).

v6.2.0

Compare Source

  • Added extra details in the error info field for RPC errors (30ffa78).
    • Remove Ankr as a default for now as the provided API key is failing (6e01e54).
    • Fixed deferred filters after unsafe-eval changes (#​3749, #​3763; 2e3802a).
    • Remove use of Function sub-class to address unsafe-eval issues (#​3749, #​3763; 7d3af51).
    • Added verifyTypedData utility (reported on Farcaster) ([f06a445](

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 3, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @nomiclabs/hardhat-ethers@2.2.3
npm error Found: ethers@6.12.1
npm error node_modules/ethers
npm error   ethers@"6.12.1" from the root project
npm error   peer ethers@"*" from @ethereum-waffle/chai@4.0.10
npm error   node_modules/@ethereum-waffle/chai
npm error     @ethereum-waffle/chai@"4.0.10" from ethereum-waffle@4.0.10
npm error     node_modules/ethereum-waffle
npm error       dev ethereum-waffle@"4.0.10" from the root project
npm error       1 more (@nomiclabs/hardhat-waffle)
npm error   5 more (@ethereum-waffle/compiler, @ethereum-waffle/ens, ...)
npm error
npm error Could not resolve dependency:
npm error peer ethers@"^5.0.0" from @nomiclabs/hardhat-ethers@2.2.3
npm error node_modules/@nomiclabs/hardhat-ethers
npm error   dev @nomiclabs/hardhat-ethers@"2.2.3" from the root project
npm error   peer @nomiclabs/hardhat-ethers@"^2.0.0" from @nomiclabs/hardhat-waffle@2.0.6
npm error   node_modules/@nomiclabs/hardhat-waffle
npm error     dev @nomiclabs/hardhat-waffle@"2.0.6" from the root project
npm error
npm error Conflicting peer dependency: ethers@5.7.2
npm error node_modules/ethers
npm error   peer ethers@"^5.0.0" from @nomiclabs/hardhat-ethers@2.2.3
npm error   node_modules/@nomiclabs/hardhat-ethers
npm error     dev @nomiclabs/hardhat-ethers@"2.2.3" from the root project
npm error     peer @nomiclabs/hardhat-ethers@"^2.0.0" from @nomiclabs/hardhat-waffle@2.0.6
npm error     node_modules/@nomiclabs/hardhat-waffle
npm error       dev @nomiclabs/hardhat-waffle@"2.0.6" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-01T03_39_15_770Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-01T03_39_15_770Z-debug-0.log

@renovate renovate bot force-pushed the renovate/ethers-6.x branch 2 times, most recently from 53a26a2 to aea58a6 Compare February 4, 2023 16:39
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 3 times, most recently from 441e0d1 to fa179f8 Compare February 19, 2023 04:28
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 3 times, most recently from 4d687f8 to b7b650e Compare February 23, 2023 14:49
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from b7b650e to 8669e75 Compare March 7, 2023 09:56
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 3 times, most recently from b2a2024 to c871b8c Compare March 24, 2023 06:19
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from c871b8c to b3cbad8 Compare March 28, 2023 02:26
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from b3cbad8 to d6e2008 Compare April 7, 2023 09:28
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from d6e2008 to 1830119 Compare May 20, 2023 23:44
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 3 times, most recently from 2ee98cc to cdb8231 Compare June 8, 2023 02:16
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from cdb8231 to 5cb02f8 Compare June 14, 2023 06:01
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 3 times, most recently from 98ea97d to f13019a Compare June 28, 2023 04:34
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from f13019a to 8e8c75c Compare July 5, 2023 17:42
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 2 times, most recently from d851475 to fb9a4c6 Compare July 12, 2023 04:18
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from fb9a4c6 to 71840e9 Compare July 16, 2023 07:33
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 71840e9 to 03849b1 Compare July 24, 2023 07:35
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 2 times, most recently from 003eeed to 31da4b6 Compare August 3, 2023 04:46
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 31da4b6 to 7a27bb3 Compare August 15, 2023 10:17
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 7a27bb3 to c191fcb Compare October 11, 2023 09:47
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from c191fcb to be6c6d6 Compare November 1, 2023 21:34
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from be6c6d6 to 0147fdf Compare November 27, 2023 13:59
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 0147fdf to 12661bb Compare December 20, 2023 10:23
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 12661bb to 67c5ee9 Compare January 3, 2024 04:00
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 67c5ee9 to e417181 Compare January 13, 2024 04:37
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 2 times, most recently from 2e2c7e3 to 79613e4 Compare February 14, 2024 19:22
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 79613e4 to 1e3585e Compare April 17, 2024 09:16
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 1e3585e to ae4aca0 Compare May 1, 2024 03:39
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from ae4aca0 to 084efc9 Compare June 2, 2024 06:25
Copy link
Contributor Author

renovate bot commented Jun 2, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @nomiclabs/hardhat-ethers@2.2.3
npm error Found: ethers@6.15.0
npm error node_modules/ethers
npm error   ethers@"6.15.0" from the root project
npm error   peer ethers@"*" from @ethereum-waffle/chai@4.0.10
npm error   node_modules/@ethereum-waffle/chai
npm error     @ethereum-waffle/chai@"4.0.10" from ethereum-waffle@4.0.10
npm error     node_modules/ethereum-waffle
npm error       dev ethereum-waffle@"4.0.10" from the root project
npm error       1 more (@nomiclabs/hardhat-waffle)
npm error   5 more (@ethereum-waffle/compiler, @ethereum-waffle/ens, ...)
npm error
npm error Could not resolve dependency:
npm error peer ethers@"^5.0.0" from @nomiclabs/hardhat-ethers@2.2.3
npm error node_modules/@nomiclabs/hardhat-ethers
npm error   dev @nomiclabs/hardhat-ethers@"2.2.3" from the root project
npm error   peer @nomiclabs/hardhat-ethers@"^2.0.0" from @nomiclabs/hardhat-waffle@2.0.6
npm error   node_modules/@nomiclabs/hardhat-waffle
npm error     dev @nomiclabs/hardhat-waffle@"2.0.6" from the root project
npm error
npm error Conflicting peer dependency: ethers@5.8.0
npm error node_modules/ethers
npm error   peer ethers@"^5.0.0" from @nomiclabs/hardhat-ethers@2.2.3
npm error   node_modules/@nomiclabs/hardhat-ethers
npm error     dev @nomiclabs/hardhat-ethers@"2.2.3" from the root project
npm error     peer @nomiclabs/hardhat-ethers@"^2.0.0" from @nomiclabs/hardhat-waffle@2.0.6
npm error     node_modules/@nomiclabs/hardhat-waffle
npm error       dev @nomiclabs/hardhat-waffle@"2.0.6" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-10-21T11_04_11_360Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-10-21T11_04_11_360Z-debug-0.log

@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 084efc9 to 7ac79e9 Compare June 4, 2024 07:25
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 7ac79e9 to 6bf8224 Compare June 18, 2024 10:59
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 6bf8224 to e905f39 Compare July 25, 2024 22:54
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from e905f39 to 5df1655 Compare October 1, 2024 03:36
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 5df1655 to 5bedfac Compare October 12, 2024 03:35
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 5bedfac to 670944a Compare January 6, 2025 02:11
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 670944a to 7bc548e Compare April 26, 2025 07:13
Copy link

coderabbitai bot commented Apr 26, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 7bc548e to aa7153b Compare May 7, 2025 06:16
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from aa7153b to 73e0c84 Compare May 15, 2025 23:03
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 73e0c84 to 3948c3c Compare May 27, 2025 03:25
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 3948c3c to 62239d6 Compare June 13, 2025 05:35
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 62239d6 to 0805d23 Compare July 2, 2025 14:05
@renovate renovate bot force-pushed the renovate/ethers-6.x branch from 0805d23 to 62fceb4 Compare August 10, 2025 14:12
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.

0 participants