Skip to content

Commit

Permalink
fix tests and contract addrs
Browse files Browse the repository at this point in the history
  • Loading branch information
iainnash committed Jan 16, 2024
1 parent af16b34 commit 643762f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addresses/8453.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"DROP_METADATA_RENDERER": "0xd1cba36d92B052079523F471Eb891563F2E5dF5C",
"EDITION_METADATA_RENDERER": "0x7d1a46c6e614A0091c39E102F2798C27c1fA8892",
"ERC721DROP_IMPL": "0x34A1D3fff3958843C43aD80F30b94c510645C316",
"ERC721DROP_IMPL": "0xaDf8fF6a7EA4f028A384D00136fEF0FFfEb39f14",
"FACTORY_UPGRADE_GATE": "0xE3c0d82D1905C93a34d1C6E96842f499EcE3Bc86",
"ZORA_NFT_CREATOR_PROXY": "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
"ZORA_NFT_CREATOR_V1_IMPL": "0x90193C961A926261B756D1E5bb255e67ff9498A1",
"ZORA_NFT_CREATOR_V1_IMPL": "0x3678862f04290e565cca2ef163baeb92bb76790c",
"timestamp": 1689701649,
"commit": "7453d9a"
}
2 changes: 1 addition & 1 deletion test/ZoraNFTCreatorV1_Fork.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ contract ZoraNFTCreatorV1Test is Test, ForkHelper {
address(creator.editionMetadataRenderer()),
string.concat("configured edition metadata renderer incorrect on: ", chainName)
);
assertEq(deployment.dropImplementation, address(creator.implementation()), string.concat("configured metadata renderer incorrect on: ", chainName));
assertEq(deployment.dropImplementation, address(creator.implementation()), string.concat("configured drop implementation incorrect on: ", chainName));
}

function forkEdition() internal {
Expand Down

0 comments on commit 643762f

Please sign in to comment.