Skip to content

docs(use-usdc): replace dead Arc Testnet explorer URLs with Arcscan - #46

Open
kutluhaneth46 wants to merge 1 commit into
circlefin:masterfrom
kutluhaneth46:fix/use-usdc-arc-explorer-url
Open

docs(use-usdc): replace dead Arc Testnet explorer URLs with Arcscan#46
kutluhaneth46 wants to merge 1 commit into
circlefin:masterfrom
kutluhaneth46:fix/use-usdc-arc-explorer-url

Conversation

@kutluhaneth46

Copy link
Copy Markdown

Summary

The use-usdc EVM reference still prints Arc Testnet explorer links as https://explorer.arc-testnet.io/.... That host does not resolve, so the balance/transfer/event examples send developers to a dead URL.

The live Arc Testnet explorer is https://testnet.arcscan.app (same host already used by use-arc and the Arc sample apps).

Changes

  • Update all four Arc explorer example URLs in plugins/circle/skills/use-usdc/references/evm.md from explorer.arc-testnet.io to testnet.arcscan.app.

Verification

curl -sL -o /dev/null -w "%{http_code}\n" https://explorer.arc-testnet.io   # fails / no DNS
curl -sL -o /dev/null -w "%{http_code}\n" https://testnet.arcscan.app       # 200

Replace dead explorer.arc-testnet.io URLs in the EVM reference with
https://testnet.arcscan.app so balance and tx examples open a working
explorer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant