Skip to content

Conversation

@Olexandr88
Copy link
Contributor

Removes an unused ERC1155 holder mock contract

@Olexandr88 Olexandr88 requested a review from a team as a code owner January 8, 2026 18:37
@changeset-bot
Copy link

changeset-bot bot commented Jan 8, 2026

⚠️ No Changeset found

Latest commit: be26106

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

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 8, 2026

Walkthrough

The ERC1155 holder mock contract file MyERC115HolderContract.sol has been removed from the codebase. This file previously contained a simple contract definition that inherited from ERC1155Holder with no additional implementation. The removal eliminates the entire file including its SPDX license declaration, pragma statements, and imports. This is a straightforward deletion of a mock contract file used for documentation purposes.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: remove unused ERC1155 holder mock' directly and clearly describes the main change: removing an unused ERC1155 holder mock contract file.
Description check ✅ Passed The description 'Removes an unused ERC1155 holder mock contract' is directly related to the changeset and accurately describes the removal of the mock contract.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


📜 Recent review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ad83688 and be26106.

📒 Files selected for processing (1)
  • contracts/mocks/docs/token/ERC1155/MyERC115HolderContract.sol
💤 Files with no reviewable changes (1)
  • contracts/mocks/docs/token/ERC1155/MyERC115HolderContract.sol
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
  • GitHub Check: Redirect rules - solidity-contracts
  • GitHub Check: Header rules - solidity-contracts
  • GitHub Check: Pages changed - solidity-contracts
  • GitHub Check: halmos
  • GitHub Check: slither
  • GitHub Check: tests-foundry
  • GitHub Check: tests-upgradeable
  • GitHub Check: tests
  • GitHub Check: coverage

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Amxx
Copy link
Collaborator

Amxx commented Jan 9, 2026

This is a docs mock. Its used in docs/modules/ROOT/pages/erc1155.adoc.

@Amxx Amxx closed this Jan 9, 2026
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