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 41e3a77 commit 70e22a8Copy full SHA for 70e22a8
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "mars",
3
"homepage": "./",
4
- "version": "1.5.0",
+ "version": "1.5.1",
5
"license": "SEE LICENSE IN LICENSE FILE",
6
"private": false,
7
"scripts": {
src/hooks/queries/useMarsOracle.tsx
@@ -18,7 +18,7 @@ export const useMarsOracle = () => {
18
const priceSourcesQuery = getContractQuery(
19
'price_sources',
20
oracleAddress || '',
21
- '{ price_sources: {} }',
+ '{ price_sources: {limit: 20} }',
22
)
23
24
whitelistedAssets
0 commit comments