superfluid-finance / protocol-monorepo

Superfluid Protocol Monorepo: the specification, implementations, peripherals and development kits.
https://www.superfluid.finance
Other
875 stars 239 forks source link

[OPS] DegenChain verification of framework and yoink related contracts #1931

Closed d10r closed 3 months ago

d10r commented 7 months ago

What & Why

We want contracts to be verified. DegenChain has no etherscan'ish explorer, but a blockscout based one at https://explorer.degen.tips/

Automated Blockscout verification with our existing tooling is possible via sourcify.

Elvijs did a PR: https://github.com/ethereum/sourcify/pull/1352

But it seems to not yet be live.

curl https://sourcify.dev/server/chains | jq '.[] | select(.chainId == 666666666)'

returns an empty result.

AC

d10r commented 7 months ago

sourcify support now live, framework successfully verified.

However the blockscout based explorer didn't (yet) pick that up. E.g. Resolver: https://explorer.degen.tips/address/0x649FB24ed0B983f88500F3C37682714aB96D73c2?tab=contract

Next: figure out how the sourcify verification can be propagated to the explorer.

hellwolf commented 6 months ago

DId if finish?

d10r commented 3 months ago

Looks like Blockscout is now fetching from sourcify, contracts are verified. Related to https://docs.blockscout.com/about/features/ethereum-bytecode-database-microservice