Skip to content

fix(erc8004): update testnet3 identity registry to match deployed reputation link#6

Open
ProtoJay4789 wants to merge 1 commit into
GOATNetwork:mainfrom
ProtoJay4789:fix/testnet3-erc8004-identity-address
Open

fix(erc8004): update testnet3 identity registry to match deployed reputation link#6
ProtoJay4789 wants to merge 1 commit into
GOATNetwork:mainfrom
ProtoJay4789:fix/testnet3-erc8004-identity-address

Conversation

@ProtoJay4789

Copy link
Copy Markdown

Problem

On GOAT Testnet3, the Reputation Registry is linked to a different Identity Registry than what plugins/erc8004/addresses.ts specifies. This causes all giveFeedback calls to fail with ERC721NonexistentToken.

Root Cause

Contract addresses.ts On-Chain (slot 0)
Identity Registry 0x5560... 0x54b8...
Reputation Registry 0xd914... ✅ matches

Fix

Updated the testnet3 identity registry address to 0x54b8d8e2455946f2a5b8982283f2359812e815ce, matching what the deployed Reputation Registry links to (verified via getStorageAt).

Fixes #4

…utation link

The Reputation Registry on testnet3 checks identity at 0x54b8..., not
0x5560... as addresses.ts had. This causes giveFeedback to always fail
with ERC721NonexistentToken. Fix aligns with on-chain reality.

Fixes GOATNetwork#4
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.

Testnet3 ERC-8004: Reputation registry linked to wrong identity registry

1 participant