Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In mud verify, don't give me an Etherscan URL when irrelevant #2875

Open
qbzzt opened this issue May 27, 2024 · 0 comments
Open

In mud verify, don't give me an Etherscan URL when irrelevant #2875

qbzzt opened this issue May 27, 2024 · 0 comments

Comments

@qbzzt
Copy link
Contributor

qbzzt commented May 27, 2024

I verified a contract on Blockscout:

qbzzt@Oris-MacBook-Pro contracts % pnpm mud verify --worldAddress 0x40cc08060341a8449d0906fb5daf3cc1bf996b05 --rpc $ETH_RPC_URL --verifier blockscout --verifier-url https://eth-holesky.blockscout.com/api 
(node:55480) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)

 Verifying MUD contracts to RPC https://ethereum-holesky-rpc.publicnode.com 

  mud:cli:deploy found CREATE2 deployer at 0x4e59b44847b379578588920ca78fbf26c0b4956c +0ms
running "forge verify-contract 0xB9A596A532AD582f80E6f88Aa4ec48c492749A11 TasksSystem --rpc-url https://ethereum-holesky-rpc.publicnode.com --verifier blockscout --verifier-url https://eth-holesky.blockscout.com/api"

Note: MUD is currently unable to verify store, world, and world-modules contracts with blockscout. We are planning to expand support in a future version.

Start verifying contract `0xB9A596A532AD582f80E6f88Aa4ec48c492749A11` deployed on holesky

Submitting verification for [src/systems/TasksSystem.sol:TasksSystem] 0xB9A596A532AD582f80E6f88Aa4ec48c492749A11.
Submitted contract for verification:
	Response: `OK`
	GUID: `b9a596a532ad582f80e6f88aa4ec48c492749a116654e1c4`
	URL: https://holesky.etherscan.io/address/0xb9a596a532ad582f80e6f88aa4ec48c492749a11

Why do I get the etherscan URL? The blockscout one, https://eth-holesky.blockscout.com/address/0xB9A596A532AD582f80E6f88Aa4ec48c492749A11 , in a lot more useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant