Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/@walletconnect/client/dist/esm/index.js

import Connector from "@walletconnect/core";
import * as cryptoLib from "@walletconnect/iso-crypto";
class WalletConnect extends Connector {
    constructor(connectorOpts, pushServerOpts) {
        super({
            cryptoLib,
            connectorOpts,
            pushServerOpts,
        });
    }
}
export default WalletConnect;
//# sourceMappingURL=index.js.map
Back to Directory File Manager