@settlemint/sdk-blockscout 2.0.0-pr4ebc6626 → 2.0.0-pr51dbd6eb
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
|
@@ -50,7 +50,7 @@ For detailed information about using Blockscout with the SettleMint platform, ch
|
|
|
50
50
|
|
|
51
51
|
#### createBlockscoutClient()
|
|
52
52
|
|
|
53
|
-
> **createBlockscoutClient**\<`Setup`\>(`options`, `clientOptions
|
|
53
|
+
> **createBlockscoutClient**\<`Setup`\>(`options`, `clientOptions?`): `object`
|
|
54
54
|
|
|
55
55
|
Defined in: [sdk/blockscout/src/blockscout.ts:70](https://github.com/settlemint/sdk/blob/v2.0.0/sdk/blockscout/src/blockscout.ts#L70)
|
|
56
56
|
|
|
@@ -68,8 +68,8 @@ Creates a Blockscout GraphQL client with proper type safety using gql.tada
|
|
|
68
68
|
| ------ | ------ | ------ |
|
|
69
69
|
| `options` | \{ `accessToken`: `string`; `instance`: `string`; \} | Configuration options for the client |
|
|
70
70
|
| `options.accessToken` | `string` | - |
|
|
71
|
-
| `options.instance
|
|
72
|
-
| `clientOptions
|
|
71
|
+
| `options.instance?` | `string` | - |
|
|
72
|
+
| `clientOptions?` | `RequestConfig` | Optional GraphQL client configuration options |
|
|
73
73
|
|
|
74
74
|
##### Returns
|
|
75
75
|
|
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.0.0-
|
|
4
|
+
"version": "2.0.0-pr51dbd6eb",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"devDependencies": {},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"gql.tada": "^1",
|
|
55
|
-
"@settlemint/sdk-utils": "2.0.0-
|
|
55
|
+
"@settlemint/sdk-utils": "2.0.0-pr51dbd6eb",
|
|
56
56
|
"graphql-request": "^7",
|
|
57
57
|
"zod": "^3"
|
|
58
58
|
},
|