Content
@
https://warpcast.com/~/channel/solidity
0 reply
0 recast
0 reaction
andrei
@andreitr.eth
Solidity devs. I am having a hard time verifying a smart contract on BASE via forge verify-contract. I am getting "Etherscan could not detect the deployment" event though the contract is deployed: 0x7822465cD6F5A553F464F82ADA1b2ea33bCB2634 Ideas? https://github.com/andreitr/basedbits/blob/main/src/BBitsCheckIn.sol
4 replies
0 recast
2 reactions
Zach
@zherring
(worst comes to worst, compile a flattened solidity file, go to "verify" and select 1-file, compiler, optimized and copy/paste the flattened sol file into the text box)
2 replies
0 recast
0 reaction
Sean
@sean07.eth
Hey Zach. Why is flattening solidity the worst option for verification?
1 reply
0 recast
0 reaction
Zach
@zherring
it's a worse option compared to just 1 terminal command! It's not terrible all things considered, but if I deploy multiple times on testnet to use etherscan's interface, you have to go through the process each time.
1 reply
0 recast
0 reaction
Sean
@sean07.eth
I see, so it’s not that it’s a performance issue of your contracts or anything like that, it’s more the developer experience.
1 reply
0 recast
0 reaction