Feat/1048: Remove asset.totalSupply (#1056)
This commit is contained in:
parent
fad56d5b2e
commit
e23900168b
@ -65,10 +65,6 @@ export interface AssetsQuery_assets {
|
||||
* The symbol of the asset (e.g: GBP)
|
||||
*/
|
||||
symbol: string;
|
||||
/**
|
||||
* The total supply of the market
|
||||
*/
|
||||
totalSupply: string;
|
||||
/**
|
||||
* The precision of the asset
|
||||
*/
|
||||
|
@ -12,7 +12,6 @@ export const ASSETS_QUERY = gql`
|
||||
id
|
||||
name
|
||||
symbol
|
||||
totalSupply
|
||||
decimals
|
||||
source {
|
||||
... on ERC20 {
|
||||
|
@ -63,10 +63,6 @@ export interface MarketsQuery_markets_tradableInstrument_instrument_product_sett
|
||||
* The precision of the asset
|
||||
*/
|
||||
decimals: number;
|
||||
/**
|
||||
* The total supply of the market
|
||||
*/
|
||||
totalSupply: string;
|
||||
/**
|
||||
* The global reward pool account for this asset
|
||||
*/
|
||||
|
@ -33,7 +33,6 @@ const MARKETS_QUERY = gql`
|
||||
id
|
||||
name
|
||||
decimals
|
||||
totalSupply
|
||||
globalRewardPoolAccount {
|
||||
balance
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user