@matchain/matchid-sdk-react 0.1.55-alpha.0 → 0.1.55-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui/index.mjs CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  Skeleton_default,
16
16
  Switch,
17
17
  Tabs
18
- } from "../chunk-36M5ROJI.mjs";
18
+ } from "../chunk-SKA35IYC.mjs";
19
19
  import "../chunk-UA6XHZHX.mjs";
20
20
  import "../chunk-IZOOVZAD.mjs";
21
21
  import "../chunk-FKXS2XRG.mjs";
@@ -42,6 +42,7 @@ import AssetListModal from "@/pages/Wallet/components/AssetListModal";
42
42
  import ImportTokenListModal from "@/pages/Wallet/components/ImportTokenListModal";
43
43
  import WalletChainListModal from "@/pages/Wallet/components/WalletChainListModal";
44
44
  import MatchWallet from "@/pages/Wallet/components/MatchWallet";
45
+ import {ethers} from "ethers";
45
46
 
46
47
  const chainList = [
47
48
  mainnet,
@@ -147,6 +148,8 @@ export default function Wallet() {
147
148
  }
148
149
  const request = await walletClient.prepareTransactionRequest(transaction)
149
150
  const res = await evmAccount.signTransaction!(request as TransactionSerializable)
151
+ const tx = ethers.utils.parseTransaction(res);
152
+ console.log('tx',tx)
150
153
  setTransactionSign(res)
151
154
  } catch (e) {
152
155
  console.error(e)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchain/matchid-sdk-react",
3
- "version": "0.1.55-alpha.0",
3
+ "version": "0.1.55-alpha.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {