fix(sdk): plain-mode addresses → 2026-06-15 Arb Sepolia redeploy#3
Merged
Conversation
…edeploy The plain (non-FHE) contracts were redeployed on Arbitrum Sepolia on 2026-06-15 to new addresses (now verified on Arbiscan), but the SDK still pointed at the 2026-06-14 set. That left sdk.escrowPlain / sdk.recoursePlain resolving to stale contracts and disagreeing with the docs Contracts page. Update the six plain* keys to the current, verified addresses. plainEscrow 0xa125… -> 0xAf4e9b2f19a2BF7CF05B7eAae20369FBE3823B8D plainEscrowReceiver 0xD4cb… -> 0x495b4E97C1983B79B926994D8278E06b9BbdC834 plainRecoursePool 0xCd05… -> 0xb07967Ac5d301C65C70Fe3C0B7B8513B15B23047 plainPoolFactory 0xA2D7… -> 0x2AA20E195290426ad626F65C540FCE2A58DFF9AF plainPolicyRegistry 0xAf23… -> 0x44A8314006E036047586bA90cD3FC153B8990361 plainCoverageManager 0x3fcD… -> 0xE93191EE7C275E2C8a93FE9A6a2a67f2124daB8E Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The plain (non-FHE) contracts were redeployed on Arbitrum Sepolia on 2026-06-15 to new addresses, but the SDK still shipped the 2026-06-14 plain addresses. This made
sdk.escrowPlain/sdk.recoursePlainresolve to stale contracts and disagree with the docs Contracts page (which already shows the redeploy). This PR realigns the SDK to the current, on-chain, Arbiscan-verified addresses.Change (
packages/sdk/src/constants/addresses.ts)plainEscrow0xa125…3A81c0xAf4e9b2f19a2BF7CF05B7eAae20369FBE3823B8DplainEscrowReceiver0xD4cb…AC5a20x495b4E97C1983B79B926994D8278E06b9BbdC834plainRecoursePool0xCd05…63C330xb07967Ac5d301C65C70Fe3C0B7B8513B15B23047plainPoolFactory0xA2D7…E7720x2AA20E195290426ad626F65C540FCE2A58DFF9AFplainPolicyRegistry0xAf23…8AB950x44A8314006E036047586bA90cD3FC153B8990361plainCoverageManager0x3fcD…E9D220xE93191EE7C275E2C8a93FE9A6a2a67f2124daB8EConfidential + orchestration keys are unchanged (already correct).
Verification
getsourcecodeconfirmed; implementations verified and proxies linked).tsc --noEmitclean · prettier clean.Related
🤖 Generated with Claude Code