@matchain/matchid-sdk-react 0.1.48-alpha.19 → 0.1.48-alpha.20

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/index.mjs CHANGED
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  api_exports
3
- } from "./chunk-CVBMC54N.mjs";
3
+ } from "./chunk-3UVHHJP6.mjs";
4
4
  import {
5
5
  MatchProvider,
6
6
  components_exports,
7
7
  hooks_exports,
8
8
  useMatch
9
- } from "./chunk-OFPCHQMQ.mjs";
9
+ } from "./chunk-WHZ3HI4R.mjs";
10
10
  import {
11
11
  types_exports
12
12
  } from "./chunk-HBOS3RBL.mjs";
@@ -143,7 +143,8 @@ export default function Wallet() {
143
143
  to: toAddress as `0x${string}`,
144
144
  value: parseUnits(toAmount, 18),
145
145
  data: data as `0x${string}`,
146
- chain: chain
146
+ chain: chain,
147
+ type:"legacy"
147
148
  }
148
149
  const request = await walletClient.prepareTransactionRequest(transaction)
149
150
  const res = await evmAccount.signTransaction!(request as TransactionSerializable)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchain/matchid-sdk-react",
3
- "version": "0.1.48-alpha.19",
3
+ "version": "0.1.48-alpha.20",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {