@phiresky/eth-scan
Version:
An efficient Ether and token balance scanner
4 lines • 380 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;/**
* Ethers.js provider, which can be used with an instance of the Ethers.js Provider class.
*/const provider={isProvider:a=>void 0!==(null===a||void 0===a?void 0:a.send),send(a,b,c){return a.send(b,c)}};var _default=provider;exports.default=_default;
//# sourceMappingURL=ethers.js.map