Open ludns opened 3 years ago
@justinglibert Do you know if the Zora Core Protocol is already deployed on xDai? If it is, feel free to go ahead and deploy the AuctionHouse and let us know the addresses. We can add it to our list of addresses on docs.zora.co as well
I do not think it is deployed yet, but if it is admin-less I could deploy it now. I suppose the ethers factories are in a NPM package somehow?
Yes, it's easy enough to deploy. You'll just have to do the following:
.env.local
with the following keys:
PRIVATE_KEY=
RPC_ENDPOINT=
100.json
in the addresses/
directory with an empty JSON object ({}
) as the initial contentyarn && yarn deploy --chainId 100
@justinglibert Feel free to reach out on our discord if you run into issues, https://zora.community
Hi there, We'd like to use this protocol on xDai. Do you want a canonical deployment from your team whose address would be on the readme or should we just go ahead and deploy it? I am happy to PR the xDai address of the AuctionHouse contract + verify the code on Blockscout (xDai's block explorer).