Skip to content

Commit

Permalink
Fix/DF-20902 kaiko state crypto (#3621)
Browse files Browse the repository at this point in the history
* DF-20902 update kaiko state endpoint to alias crypto

* add changeset

---------

Co-authored-by: Michael Xiao <[email protected]>
  • Loading branch information
mmcallister-cll and mxiao-cll authored Dec 17, 2024
1 parent 4bc9c06 commit 6bdc476
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tidy-apples-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/kaiko-state-adapter': patch
---

Add crypto alias to state endpoint
2 changes: 1 addition & 1 deletion packages/sources/kaiko-state/src/endpoint/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export type BaseEndpointTypes = {

export const endpoint = new AdapterEndpoint({
name: 'state',
aliases: [],
aliases: ['crypto'],
transport: kaikoStateTransport,
inputParameters,
requestTransforms: [
Expand Down

0 comments on commit 6bdc476

Please sign in to comment.