@settlemint/sdk-viem 2.6.0-pr680f2e92 → 2.6.0-pr8aa36209
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/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -650,7 +650,7 @@ Defined in: [sdk/viem/src/custom-actions/verify-wallet-verification-challenge.ac
|
|
|
650
650
|
|
|
651
651
|
Represents either a wallet address string, an object containing wallet address and optional verification ID or a challenge ID.
|
|
652
652
|
|
|
653
|
-
##### Type
|
|
653
|
+
##### Type Declaration
|
|
654
654
|
|
|
655
655
|
[`AddressOrObject`](#addressorobject-2)
|
|
656
656
|
|
|
@@ -670,7 +670,7 @@ Defined in: [sdk/viem/src/viem.ts:162](https://github.com/settlemint/sdk/blob/v2
|
|
|
670
670
|
|
|
671
671
|
Type representing the validated client options.
|
|
672
672
|
|
|
673
|
-
##### Type
|
|
673
|
+
##### Type Declaration
|
|
674
674
|
|
|
675
675
|
| Name | Type | Defined in |
|
|
676
676
|
| ------ | ------ | ------ |
|
|
@@ -706,7 +706,7 @@ Defined in: [sdk/viem/src/viem.ts:421](https://github.com/settlemint/sdk/blob/v2
|
|
|
706
706
|
|
|
707
707
|
Type representing the validated get chain id options.
|
|
708
708
|
|
|
709
|
-
##### Type
|
|
709
|
+
##### Type Declaration
|
|
710
710
|
|
|
711
711
|
| Name | Type | Defined in |
|
|
712
712
|
| ------ | ------ | ------ |
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/sdk-viem",
|
|
3
3
|
"description": "Viem (TypeScript Interface for Ethereum) module for SettleMint SDK",
|
|
4
|
-
"version": "2.6.0-
|
|
4
|
+
"version": "2.6.0-pr8aa36209",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@settlemint/sdk-utils": "2.6.0-
|
|
56
|
+
"@settlemint/sdk-utils": "2.6.0-pr8aa36209",
|
|
57
57
|
"viem": "^2",
|
|
58
58
|
"zod": "^4"
|
|
59
59
|
},
|