Skip to content

[#52] Update factory address after v3 redeploy#54

Merged
realproject7 merged 1 commit intomainfrom
task/52-update-addresses
Mar 20, 2026
Merged

[#52] Update factory address after v3 redeploy#54
realproject7 merged 1 commit intomainfrom
task/52-update-addresses

Conversation

@realproject7
Copy link
Owner

Summary

  • Redeployed StoryFactory v3 to Base mainnet at 0x337c5b96f03fB335b433291695A4171fd5dED8B0 (with initialStorylineCount=8)
  • Contract verified on Sourcify (exact match)
  • Updated E2E test scripts with new factory address
  • Contract E2E: all scenarios PASS (Groups A-D, F)
  • Indexer E2E: 17/42 failures — pre-existing issues (missing /api/index/trade endpoint, localhost app not running)

Fixes #52

Test plan

  • forge build — compiles
  • Contract E2E (forge script E2ETest.s.sol --broadcast) — all scenarios PASS
  • Sourcify verification — exact match

🤖 Generated with Claude Code

New StoryFactory at 0x337c5b96f03fB335b433291695A4171fd5dED8B0
(initialStorylineCount=8). Updated E2E scripts and broadcast artifacts.
Contract E2E: all scenarios PASS.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

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

LGTM. Factory address updated in E2E scripts, deployment artifacts and E2E results committed. CI green. Approved.

Copy link
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

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

Verdict: APPROVE

Summary

The PR is consistent with the v3 redeploy follow-up for issue #52. It updates both contract E2E scripts to the new factory address and includes the expected deploy/broadcast artifacts for the new Base mainnet deployment.

Findings

  • None.

Decision

Approved. The functional changes are limited to swapping the E2E scripts onto the new factory address, and the attached artifacts/results are consistent with the redeploy at 0x337c5b96f03fB335b433291695A4171fd5dED8B0. GitHub checks are passing.

@realproject7 realproject7 merged commit 4e89950 into main Mar 20, 2026
2 checks passed
@realproject7 realproject7 deleted the task/52-update-addresses branch March 20, 2026 12:11
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.

[Contract] Add initialStorylineCount constructor param to avoid symbol collision

2 participants