How to use the @truffle/blockchain-utils.matches function in @truffle/blockchain-utils

To help you get started, we’ve selected a few @truffle/blockchain-utils examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github trufflesuite / truffle / packages / core / lib / networks.js View on Github external
.getId(current_network_id => {
        if (first === current_network_id) return callback(null, true);

        if (isFirstANumber === false) {
          BlockchainUtils.matches(first, provider, callback);
        } else {
          // Nothing else to compare.
          return callback(null, false);
        }
      })
      .catch(callback);

@truffle/blockchain-utils

Utilities for identifying and managing blockchains

MIT
Latest version published 8 months ago

Package Health Score

61 / 100
Full package analysis

Popular @truffle/blockchain-utils functions