MarcusWentz
MarcusWentz
Updates on this?
@prasad-kumkar bump
I get this error too on other networks using Blockscout. Example: Guide https://guide.scroll.io/developers/verifying-smart-contracts#foundry Test Foundry repo https://github.com/MarcusWentz/foundry-testing Test command ``` forge verify-contract 0xC08bAe25c62Dc5488AC46905ADDe1609b52A3844 src/Contract.sol:SimpleStorage --chain-id 534353 --verifier-url https://blockscout.scroll.io/api --verifier blockscout...
I get a different error on the updated Blockscout explorer the Taiko L3 explorer is using as described here: https://github.com/blockscout/blockscout/issues/7983
I think this might work if you add ```\?``` to the end of the Blockscout verification URL. Test verification on Scroll ``` forge verify-contract 0xC08bAe25c62Dc5488AC46905ADDe1609b52A3844 src/Contract.sol:SimpleStorage --chain-id 534353 --verifier blockscout...
On Taiko L2 when I run ``` forge verify-contract 0x860eAfD65249D09268A314D7d56d686d4784A5a5 src/Contract.sol:SimpleStorage --chain-id 167005 --verifier blockscout --verifier-url https://explorer.test.taiko.xyz/api\? ``` I get ``` Start verifying contract `0x860eafd65249d09268a314d7d56d686d4784a5a5` deployed on 167005 Submitting verification...
This is working on L2: ``` forge create --rpc-url https://rpc.test.taiko.xyz/ --private-key $devTestnetPrivateKey src/Contract.sol:SimpleStorage --verify --verifier blockscout --verifier-url https://explorer.test.taiko.xyz/api/? ```
This is working on L3: ``` forge create --rpc-url https://rpc.l3test.taiko.xyz --private-key $devTestnetPrivateKey src/Contract.sol:SimpleStorage --verify --verifier blockscout --verifier-url https://blockscoutapi.l3test.taiko.xyz/api\? ```
Fixed issue and opened this documentation pull request: https://github.com/taikoxyz/taiko-mono/pull/14266
@Tobithedev when will the wallet be live for public usage?