Skip to content

Commit eea70c7

Browse files
Feat/OPDATA-4856 allium example (#4150)
* OPDATA-4856 update allium-example with working pair * add changeset
1 parent 3cc84af commit eea70c7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/allium-state-adapter': patch
3+
---
4+
5+
Update readme request example

packages/sources/allium-state/src/endpoint/price.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { wsTransport } from '../transport/price'
99

1010
export const inputParameters = new InputParameters(priceEndpointInputParametersDefinition, [
1111
{
12-
base: 'BTC',
13-
quote: 'USD',
12+
base: 'EZETH',
13+
quote: 'ETH',
1414
},
1515
])
1616

0 commit comments

Comments
 (0)