ethereum-attestation-service / eas-contracts

Ethereum Attestation Service https://attest.org
MIT License
251 stars 78 forks source link

When will you deploy on Optimism Mainnet? #62

Closed Chomtana closed 1 year ago

Chomtana commented 1 year ago

We need to launch our product in a few days on Optimism Mainnet, and our product depends on EAS. When will you deploy on Optimism Mainnet? Or can we deploy it on our own?

However, I don't think deterministic deployment will be a problem for users as they usually use UI not directly interact with the smart contract. The developer is responsible for testing their code properly. However, it's still a problem for code upgrades.

lbeder commented 1 year ago

Hey @Chomtana, We are actually planning to deploy on Optimism Mainnet in the next couple of days, so stay tuned 😎

lbeder commented 1 year ago

Done and done 😎

Chomtana commented 1 year ago

Feel like possible redeployment due to #64 and #65?

lbeder commented 1 year ago

Potentially, yeah. We are currently working on this with Optimism's team.

Chomtana commented 1 year ago

In case of a contract upgrade, if the attestation is done on the old contract, what will happen in the explorer? It will show the old data or not show it at all?

lbeder commented 1 year ago

Yeah, definitely. If an upgradeable variant of EAS is deployed, the explorer will always show any attestations made using the previous implementaation.