statechannels / SCBridge-Wallet

MIT License
1 stars 2 forks source link

verify contracts on Scroll, polygon zkevm testnets #168

Closed geoknee closed 11 months ago

geoknee commented 11 months ago

This is a prerequisite for the Scroll prize. Also helps folks dig in and understand what we're doing from the public transaction hash.

Polygon seems lower priority.

geoknee commented 11 months ago

For posterity, I did this using npx hardhat flatten contracts/core/EntryPoint.sol > flat.sol and npx hardhat flatten contracts/SCBridgeWallet.sol > flat2.sol and uploading using the "single file" option on the block explorers.

I had to remove some OpenZeppelin. qualifiers from flat1.sol to make it work.