Skip to content

Commit

Permalink
Merge pull request #53 from ComposableFi/kirina/fix-build
Browse files Browse the repository at this point in the history
Fix build + network icon issue
  • Loading branch information
nahyunbak authored Jan 28, 2025
2 parents b59d9db + e601205 commit 3f61d3c
Show file tree
Hide file tree
Showing 8 changed files with 1,058 additions and 41 deletions.
2 changes: 1 addition & 1 deletion dist/chains/solana/methods.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export declare const solanaTransfer: ({ quantity, accountId, destinationAddress,
memo: string;
}) => Promise<{
signature: string;
status: "confirmed" | "finalized";
status: "finalized" | "confirmed";
} | {
signature: string;
status: "processed";
Expand Down
21 changes: 2 additions & 19 deletions dist/index.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions dist/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/**
* [js-sha256]{@link https://github.com/emn178/js-sha256}
*
* @version 0.11.0
* @author Chen, Yi-Cyuan [emn178@gmail.com]
* @copyright Chen, Yi-Cyuan 2014-2024
* @license MIT
*/
Loading

0 comments on commit 3f61d3c

Please sign in to comment.