Skip to content

Commit

Permalink
Add LWBA Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzni2 committed Feb 4, 2025
1 parent 6b13e75 commit ae3feef
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-glasses-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/glv-token-adapter': minor
---

Add LWBA endpoint
16 changes: 13 additions & 3 deletions packages/composites/glv-token/test-payload.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"requests": [{
"glv": "0x528A5bac7E746C9A509A1f4F6dF58A03d44279F9"
}]
"requests": [
{
"glv": "0x528A5bac7E746C9A509A1f4F6dF58A03d44279F9"
},
{
"endpoint": "price",
"glv": "0x528A5bac7E746C9A509A1f4F6dF58A03d44279F9"
},
{
"endpoint": "crypto-lwba",
"glv": "0x528A5bac7E746C9A509A1f4F6dF58A03d44279F9"
}
]
}

0 comments on commit ae3feef

Please sign in to comment.