Skip to content

Commit

Permalink
Build: (768ff15) Metamask connector (#210)
Browse files Browse the repository at this point in the history
* Add metaMask connector

* Fix import order

* Check for window undefined for nextjs

* Update wagmi to  ^2.13.3
  • Loading branch information
tolgahan-arikan committed Dec 4, 2024
1 parent 3697000 commit 71407f3
Show file tree
Hide file tree
Showing 16 changed files with 37,246 additions and 21,212 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
import { g as getDefaultExportFromCjs, a as getAugmentedNamespace, d as dist } from "./index-n04Zh-ib.js";
import { a as getAugmentedNamespace, h as dist, g as getDefaultExportFromCjs } from "./index-BOlNdlpL.js";
const require$$0$1 = /* @__PURE__ */ getAugmentedNamespace(dist);
var inherits_browser = { exports: {} };
if (typeof Object.create === "function") {
inherits_browser.exports = function inherits(ctor, superCtor) {
if (superCtor) {
ctor.super_ = superCtor;
ctor.prototype = Object.create(superCtor.prototype, {
constructor: {
value: ctor,
enumerable: false,
writable: true,
configurable: true
}
});
}
};
} else {
inherits_browser.exports = function inherits(ctor, superCtor) {
if (superCtor) {
ctor.super_ = superCtor;
var TempCtor = function() {
};
TempCtor.prototype = superCtor.prototype;
ctor.prototype = new TempCtor();
ctor.prototype.constructor = ctor;
}
};
}
var inherits_browserExports = inherits_browser.exports;
var events = { exports: {} };
var R = typeof Reflect === "object" ? Reflect : null;
var ReflectApply = R && typeof R.apply === "function" ? R.apply : function ReflectApply2(target, receiver, args) {
Expand Down Expand Up @@ -362,44 +391,15 @@ function eventTargetAgnosticAddListener(emitter, name, listener, flags) {
}
}
var eventsExports = events.exports;
const Gg = /* @__PURE__ */ getDefaultExportFromCjs(eventsExports);
const require$$0$1 = /* @__PURE__ */ getAugmentedNamespace(dist);
const Jg = /* @__PURE__ */ getDefaultExportFromCjs(eventsExports);
const __viteBrowserExternal = {};
const __viteBrowserExternal$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
__proto__: null,
default: __viteBrowserExternal
}, Symbol.toStringTag, { value: "Module" }));
const require$$0 = /* @__PURE__ */ getAugmentedNamespace(__viteBrowserExternal$1);
var inherits_browser = { exports: {} };
if (typeof Object.create === "function") {
inherits_browser.exports = function inherits(ctor, superCtor) {
if (superCtor) {
ctor.super_ = superCtor;
ctor.prototype = Object.create(superCtor.prototype, {
constructor: {
value: ctor,
enumerable: false,
writable: true,
configurable: true
}
});
}
};
} else {
inherits_browser.exports = function inherits(ctor, superCtor) {
if (superCtor) {
ctor.super_ = superCtor;
var TempCtor = function() {
};
TempCtor.prototype = superCtor.prototype;
ctor.prototype = new TempCtor();
ctor.prototype.constructor = ctor;
}
};
}
var inherits_browserExports = inherits_browser.exports;
export {
Gg as G,
Jg as J,
require$$0 as a,
eventsExports as e,
inherits_browserExports as i,
Expand Down
Loading

0 comments on commit 71407f3

Please sign in to comment.