x402-chainlink
    Preparing search index...

    Function getAddressUrl

    • Get explorer URL for an address

      Parameters

      • network: EVMNetworkId

        The network identifier

      • address: string

        The contract or account address

      Returns string | null

      Full URL to view address, or null if no explorer

      const url = getAddressUrl('eip155:8453', '0x1234...');
      console.log(url); // 'https://basescan.org/address/0x1234...'