mirror of
https://github.com/cerc-io/mars-interface.git
synced 2024-12-22 04:07:44 +00:00
v1.5.1
This commit is contained in:
parent
41e3a7711a
commit
70e22a829a
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mars",
|
||||
"homepage": "./",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"license": "SEE LICENSE IN LICENSE FILE",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
|
@ -18,7 +18,7 @@ export const useMarsOracle = () => {
|
||||
const priceSourcesQuery = getContractQuery(
|
||||
'price_sources',
|
||||
oracleAddress || '',
|
||||
'{ price_sources: {} }',
|
||||
'{ price_sources: {limit: 20} }',
|
||||
)
|
||||
|
||||
whitelistedAssets
|
||||
|
Loading…
Reference in New Issue
Block a user