Skip to content

Commit

Permalink
Build: (fde39e8) Adding connection mode selector to react example to …
Browse files Browse the repository at this point in the history
…switch between waas or universal
  • Loading branch information
corbanbrook committed Apr 24, 2024
1 parent c726940 commit d0c372a
Show file tree
Hide file tree
Showing 9 changed files with 15,313 additions and 4,996 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { a as getDefaultExportFromCjs, g as getAugmentedNamespace } from "./index-Cby9w2ts.js";
import { a as getDefaultExportFromCjs, g as getAugmentedNamespace } from "./index-CbnC5LI2.js";
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
2 changes: 1 addition & 1 deletion assets/ccip-vHeyXv86.js → assets/ccip-BpnvyzZ4.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { f as BaseError, h as getUrl, s as stringify, j as isAddress, I as InvalidAddressError, k as decodeErrorResult, l as call, m as concat, n as encodeAbiParameters, H as HttpRequestError, o as isHex } from "./index-Cby9w2ts.js";
import { h as BaseError, j as getUrl, s as stringify, k as isAddress, I as InvalidAddressError, l as decodeErrorResult, m as call, n as concat, o as encodeAbiParameters, H as HttpRequestError, q as isHex } from "./index-CbnC5LI2.js";
class OffchainLookupError extends BaseError {
constructor({ callbackSelector, cause, data, extraData, sender, urls }) {
var _a;
Expand Down
4 changes: 2 additions & 2 deletions assets/index-fQOEHnLn.js → assets/index-BA7fYG_p.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { c as commonjsGlobal, b as bnExports, B as Buffer$7, r as require$$2$1, i as inherits_browserExports, g as getAugmentedNamespace, p as process$1, t as tslib_es6, e as eventemitter3Exports, a as getDefaultExportFromCjs } from "./index-Cby9w2ts.js";
import { e as eventsExports, r as require$$1$2 } from "./___vite-browser-external_commonjs-proxy-CJRVtlcX.js";
import { c as commonjsGlobal, b as bnExports, B as Buffer$7, r as require$$2$1, i as inherits_browserExports, g as getAugmentedNamespace, p as process$1, t as tslib_es6, e as eventemitter3Exports, a as getDefaultExportFromCjs } from "./index-CbnC5LI2.js";
import { e as eventsExports, r as require$$1$2 } from "./___vite-browser-external_commonjs-proxy-BmZ1Vr3F.js";
function _mergeNamespaces(n2, m2) {
for (var i = 0; i < m2.length; i++) {
const e2 = m2[i];
Expand Down
4 changes: 2 additions & 2 deletions assets/index-DT9M3Wms.js → assets/index-BG_igvGh.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { n as ne$1, s as se$1, T as T$2, t as te$1, a as a$2, o as oe$1, R as R$1, p as p$1, y as y$1 } from "./index-BfllX0J7.js";
import "./index-Cby9w2ts.js";
import { n as ne$1, s as se$1, T as T$2, t as te$1, a as a$2, o as oe$1, R as R$1, p as p$1, y as y$1 } from "./index-CJDuVhBO.js";
import "./index-CbnC5LI2.js";
function addUniqueItem(array, item) {
array.indexOf(item) === -1 && array.push(item);
}
Expand Down
6 changes: 3 additions & 3 deletions assets/index-BfllX0J7.js → assets/index-CJDuVhBO.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const __vite__fileDeps=["./index-DT9M3Wms.js","./index-Cby9w2ts.js","./index-Dur59DTw.css"],__vite__mapDeps=i=>i.map(i=>__vite__fileDeps[i]);
import { _ as __vitePreload } from "./index-Cby9w2ts.js";
const __vite__fileDeps=["./index-BG_igvGh.js","./index-CbnC5LI2.js","./index-D-Tlm5BR.css"],__vite__mapDeps=i=>i.map(i=>__vite__fileDeps[i]);
import { _ as __vitePreload } from "./index-CbnC5LI2.js";
const t = Symbol();
const s = Object.getPrototypeOf, c$1 = /* @__PURE__ */ new WeakMap(), l = (e) => e && (c$1.has(e) ? c$1.get(e) : s(e) === Object.prototype || s(e) === Array.prototype), y$1 = (e) => l(e) && e[t] || null, h = (e, t2 = true) => {
c$1.set(e, t2);
Expand Down Expand Up @@ -491,7 +491,7 @@ class d {
}
async initUi() {
if (typeof window < "u") {
await __vitePreload(() => import("./index-DT9M3Wms.js"), true ? __vite__mapDeps([0,1,2]) : void 0, import.meta.url);
await __vitePreload(() => import("./index-BG_igvGh.js"), true ? __vite__mapDeps([0,1,2]) : void 0, import.meta.url);
const e = document.createElement("wcm-modal");
document.body.insertAdjacentElement("beforeend", e), p.setIsUiLoaded(true);
}
Expand Down
Loading

0 comments on commit d0c372a

Please sign in to comment.