@settlemint/sdk-blockscout 2.6.0-mainefcfc742 → 2.6.0-mainf63182f8

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -140,7 +140,7 @@ Defined in: [sdk/blockscout/src/blockscout.ts:24](https://github.com/settlemint/
140
140
 
141
141
  Type definition for client options derived from the ClientOptionsSchema
142
142
 
143
- ##### Type declaration
143
+ ##### Type Declaration
144
144
 
145
145
  | Name | Type | Default value | Defined in |
146
146
  | ------ | ------ | ------ | ------ |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@settlemint/sdk-blockscout",
3
3
  "description": "Blockscout integration module for SettleMint SDK, enabling blockchain explorer and analytics functionality",
4
- "version": "2.6.0-mainefcfc742",
4
+ "version": "2.6.0-mainf63182f8",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -54,7 +54,7 @@
54
54
  "devDependencies": {},
55
55
  "dependencies": {
56
56
  "gql.tada": "^1",
57
- "@settlemint/sdk-utils": "2.6.0-mainefcfc742",
57
+ "@settlemint/sdk-utils": "2.6.0-mainf63182f8",
58
58
  "graphql-request": "^7",
59
59
  "zod": "^4"
60
60
  },