Skip to content

Commit

Permalink
fix: update factory impl (#132)
Browse files Browse the repository at this point in the history
* fix: update factory impl

* chore: update drop & creator impls

* chore: add changeset
  • Loading branch information
kulkarohan authored Jul 18, 2023
1 parent 2ef978d commit ad6c0a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-trains-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@zoralabs/nft-drop-contracts': patch
---

update drop & creator impl addresses on base goerli
4 changes: 2 additions & 2 deletions addresses/84531.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"DROP_METADATA_RENDERER": "0x0Cf8733DEd6d9E0905A8cCc8DC767F381A76970a",
"EDITION_METADATA_RENDERER": "0xC5c958a65656A84b74100D1d420a1819fEA18d41",
"ERC721DROP_IMPL": "0x824dD1cCd0824A15913B454A7E5D3Bf0C6b2BeEd",
"ERC721DROP_IMPL": "0x421B6ad0CdD20bE3636F3511B6ae244d8F668dB1",
"FACTORY_UPGRADE_GATE": "0x3C1ebcF36Ca9DD9371c9aA99c274e4988906c6E3",
"ZORA_NFT_CREATOR_PROXY": "0x87cfd516c5ea86e50b950678CA970a8a28de27ac",
"ZORA_NFT_CREATOR_V1_IMPL": "0x2E0c148C1AeD0360Df9a86112fD7C4EAb8045779"
"ZORA_NFT_CREATOR_V1_IMPL": "0x0ABdD5AA61E9107519DB7cD626442B905284B7eb"
}

0 comments on commit ad6c0a9

Please sign in to comment.