@settlemint/sdk-viem 2.6.2-prdd413399 → 2.6.2-pre699a9c0

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -52,11 +52,11 @@
52
52
  - [WalletPincodeVerificationInfo](#walletpincodeverificationinfo)
53
53
  - [WalletSecretCodesVerificationInfo](#walletsecretcodesverificationinfo)
54
54
  - [WalletVerification](#walletverification)
55
- - [WalletVerificationChallenge\<ChallengeData\>](#walletverificationchallengechallengedata)
55
+ - [WalletVerificationChallenge](#walletverificationchallenge)
56
56
  - [WalletVerificationChallengeData](#walletverificationchallengedata)
57
57
  - [WalletVerificationOptions](#walletverificationoptions)
58
58
  - [Type Aliases](#type-aliases)
59
- - [AddressOrObject\<Extra\>](#addressorobjectextra)
59
+ - [AddressOrObject](#addressorobject)
60
60
  - [AddressOrObjectWithChallengeId](#addressorobjectwithchallengeid)
61
61
  - [ClientOptions](#clientoptions)
62
62
  - [CreateWalletVerificationChallengeResponse](#createwalletverificationchallengeresponse)
@@ -571,7 +571,7 @@ Represents a wallet verification.
571
571
 
572
572
  ***
573
573
 
574
- #### WalletVerificationChallenge\<ChallengeData\>
574
+ #### WalletVerificationChallenge
575
575
 
576
576
  Defined in: [sdk/viem/src/custom-actions/types/wallet-verification-challenge.ts:6](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/viem/src/custom-actions/types/wallet-verification-challenge.ts#L6)
577
577
 
@@ -626,7 +626,7 @@ The options for the wallet client.
626
626
 
627
627
  ### Type Aliases
628
628
 
629
- #### AddressOrObject\<Extra\>
629
+ #### AddressOrObject
630
630
 
631
631
  > **AddressOrObject**\<`Extra`\> = `string` \| `object` & `Extra`
632
632
 
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.2-prdd413399",
4
+ "version": "2.6.2-pre699a9c0",
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.2-prdd413399",
56
+ "@settlemint/sdk-utils": "2.6.2-pre699a9c0",
57
57
  "viem": "^2",
58
58
  "zod": "^4"
59
59
  },