Skip to content

Commit

Permalink
Build: (aa1db28) Cleanup (#59)
Browse files Browse the repository at this point in the history
* examples/next: move config.ts to src root so its easier to find

* Remove wallet options

* packages/kit: removing unneccessary dependency to connectors

* Fixing self referential imports in package/kit

* remove old react-waas demo

* Rename Web3Provider to Providers

---------

Co-authored-by: samuelea <[email protected]>
  • Loading branch information
corbanbrook and SamueleA committed May 22, 2024
1 parent 7a0a032 commit 9933eca
Show file tree
Hide file tree
Showing 8 changed files with 383 additions and 383 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { b as getDefaultExportFromCjs, a as getAugmentedNamespace } from "./index-Bn68Ze9l.js";
import { b as getDefaultExportFromCjs, a as getAugmentedNamespace } from "./index-BkIGJbIT.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-BoUAqsGL.js → assets/ccip-XVd28I1a.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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-Bn68Ze9l.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-BkIGJbIT.js";
class OffchainLookupError extends BaseError {
constructor({ callbackSelector, cause, data, extraData, sender, urls }) {
var _a;
Expand Down
4 changes: 2 additions & 2 deletions assets/index-CMU5YblP.js → assets/index-Bf2oTxTI.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-Dw77FWPI.js";
import "./index-Bn68Ze9l.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-DIUle0En.js";
import "./index-BkIGJbIT.js";
function addUniqueItem(array, item) {
array.indexOf(item) === -1 && array.push(item);
}
Expand Down
Loading

0 comments on commit 9933eca

Please sign in to comment.