UNPKG

multichain-controller

Version:

A Multichain crypto wallet library that supports Ethereum, Bitcoin, Solana, Waves and other EVM compatible blockchains E.g. Binance Smart Chain, Polygon, Avalanche etc.

9 lines (6 loc) 220 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./multichain-controller.cjs.production.min.js') } else { module.exports = require('./multichain-controller.cjs.development.js') }