mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-11 04:37:38 +00:00
fix: remove DOT/ETH/BTC from Pezkuwi Asset Hub - never created on-chain (#46)
These 3 assetIds (1001/1002/1003) were added in 173f08a with icons
pointing at novasamatech/nova-utils (Nova's own repo, not Pezkuwi's)
and generic names/priceIds - clearly copied from a template rather than
verified against Pezkuwi's actual chain state.
Verified live via @pezkuwi/api against wss://asset-hub-rpc.pezkuwichain.io:
api.query.assets.asset(1) -> Live, real supply (PEZ, correct)
api.query.assets.asset(1000) -> Live, real supply (USDT, correct)
api.query.assets.asset(1001) -> None (DOT, does not exist)
api.query.assets.asset(1002) -> None (ETH, does not exist)
api.query.assets.asset(1003) -> None (BTC, does not exist)
This is what caused wallet-android's StatemineAssetBalance to silently
never complete a sync for these 3 assets - it was fetching details for
assets that were never created in pallet-assets, not a wallet bug. Also
removes them from the new pezkuwi_assets_for_testBalance.json fixture
so the test doesn't assert on assets that were never real.
This commit is contained in:
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -165,51 +165,6 @@
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT",
|
||||
"precision": 10,
|
||||
"name": "Polkadot",
|
||||
"priceId": "polkadot",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"name": "Ethereum",
|
||||
"priceId": "ethereum",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC",
|
||||
"precision": 8,
|
||||
"name": "Bitcoin",
|
||||
"priceId": "bitcoin",
|
||||
"staking": null,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1003"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
|
||||
@@ -27,24 +27,6 @@
|
||||
"assetId": 1000,
|
||||
"symbol": "USDT"
|
||||
},
|
||||
{
|
||||
"chainId": "e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
|
||||
"chainName": "Pezkuwi Asset Hub",
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT"
|
||||
},
|
||||
{
|
||||
"chainId": "e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
|
||||
"chainName": "Pezkuwi Asset Hub",
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH"
|
||||
},
|
||||
{
|
||||
"chainId": "e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
|
||||
"chainName": "Pezkuwi Asset Hub",
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC"
|
||||
},
|
||||
{
|
||||
"chainId": "69a8d025ab7b63363935d7d9397e0f652826c94271c1bc55c4fdfe72cccf1cfa",
|
||||
"chainName": "Pezkuwi People",
|
||||
|
||||
@@ -27,24 +27,6 @@
|
||||
"assetId": 1000,
|
||||
"symbol": "USDT"
|
||||
},
|
||||
{
|
||||
"chainId": "e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
|
||||
"chainName": "Pezkuwi Asset Hub",
|
||||
"assetId": 1001,
|
||||
"symbol": "DOT"
|
||||
},
|
||||
{
|
||||
"chainId": "e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
|
||||
"chainName": "Pezkuwi Asset Hub",
|
||||
"assetId": 1002,
|
||||
"symbol": "ETH"
|
||||
},
|
||||
{
|
||||
"chainId": "e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
|
||||
"chainName": "Pezkuwi Asset Hub",
|
||||
"assetId": 1003,
|
||||
"symbol": "BTC"
|
||||
},
|
||||
{
|
||||
"chainId": "69a8d025ab7b63363935d7d9397e0f652826c94271c1bc55c4fdfe72cccf1cfa",
|
||||
"chainName": "Pezkuwi People",
|
||||
|
||||
Reference in New Issue
Block a user