We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9aaead commit aaad84bCopy full SHA for aaad84b
.changeset/tiny-deers-hang.md
@@ -0,0 +1,5 @@
1
+---
2
+'@chainlink/blocksize-capital-adapter': patch
3
4
+
5
+Add some comments
packages/sources/blocksize-capital/src/config/index.ts
@@ -4,7 +4,7 @@ export const defaultEndpoint = 'price'
export const config = new AdapterConfig({
6
API_KEY: {
7
- description: 'The Blocksize Capital API key',
+ description: 'The Blocksize Capital API key to use',
8
type: 'string',
9
required: true,
10
sensitive: true,
0 commit comments