Skip to content

Commit 70e22a8

Browse files
committed
v1.5.1
1 parent 41e3a77 commit 70e22a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mars",
33
"homepage": "./",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"license": "SEE LICENSE IN LICENSE FILE",
66
"private": false,
77
"scripts": {

src/hooks/queries/useMarsOracle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const useMarsOracle = () => {
1818
const priceSourcesQuery = getContractQuery(
1919
'price_sources',
2020
oracleAddress || '',
21-
'{ price_sources: {} }',
21+
'{ price_sources: {limit: 20} }',
2222
)
2323

2424
whitelistedAssets

0 commit comments

Comments
 (0)