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