We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc84af commit eea70c7Copy full SHA for eea70c7
.changeset/healthy-badgers-behave.md
@@ -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
@@ -9,8 +9,8 @@ import { wsTransport } from '../transport/price'
9
10
export const inputParameters = new InputParameters(priceEndpointInputParametersDefinition, [
11
{
12
- base: 'BTC',
13
- quote: 'USD',
+ base: 'EZETH',
+ quote: 'ETH',
14
},
15
])
16
0 commit comments