-
-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
GIVEN I pass a chainID of 0x11155111 (Sepolia)
WHEN I query createExplorerLinkForChain() with the Sepolia chainID
THEN I expect the string https://sepolia.etherscan.io/tx/ to be returned
BUT it returns empty string.
<script lang="ts">
import { createExplorerLinkForChain} from '@metamask/etherscan-link';
</script>
createExplorerLinkForChain('0xtxhashgoeshere', '0x11155111')Metadata
Metadata
Assignees
Labels
No labels