UNPKG

@broxus/js-bridge-essentials

Version:

Bridge JavaScript Essentials library

7 lines (6 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.findNetwork = findNetwork; function findNetwork(networks, chainId, type) { return networks.find(item => item.chainId === chainId && item.type === type); }