x402-chainlink
    Preparing search index...

    Function isTestnet

    • Check if a network is a testnet

      Parameters

      Returns boolean

      True if the network is a testnet

      console.log(isTestnet('eip155:84532')); // true
      console.log(isTestnet('eip155:8453')); // false