This commit is contained in:
Linkie Link 2023-06-20 14:43:33 +02:00
parent 41e3a7711a
commit 70e22a829a
No known key found for this signature in database
GPG Key ID: 5318B0F2564D38EA
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "mars",
"homepage": "./",
"version": "1.5.0",
"version": "1.5.1",
"license": "SEE LICENSE IN LICENSE FILE",
"private": false,
"scripts": {

View File

@ -18,7 +18,7 @@ export const useMarsOracle = () => {
const priceSourcesQuery = getContractQuery(
'price_sources',
oracleAddress || '',
'{ price_sources: {} }',
'{ price_sources: {limit: 20} }',
)
whitelistedAssets