Skip to content

Commit

Permalink
Typo (#3608)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiao-cll authored Dec 6, 2024
1 parent d9aaead commit 3dd6bc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tiny-deers-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/blocksize-capital-adapter': patch
---

Add some comments
2 changes: 1 addition & 1 deletion packages/sources/blocksize-capital/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const defaultEndpoint = 'price'

export const config = new AdapterConfig({
API_KEY: {
description: 'The Blocksize Capital API key',
description: 'The Blocksize Capital API key to use',
type: 'string',
required: true,
sensitive: true,
Expand Down

0 comments on commit 3dd6bc5

Please sign in to comment.