Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ For example: `{ "1": 87.882, "2": 87.882, "3": 87.882, "4": 87.882, "5": 81.129,

Get information about an asset.

For the network's native asset (i.e. L-BTC in Liquid), returns an object with:
For the network's native asset (i.e. LBTC in Liquid), returns an object with:

- `asset_id`
- `chain_stats` and `mempool_stats`, each with:
Expand Down Expand Up @@ -325,7 +325,7 @@ Does not include regular transactions transferring this asset.

Get the current total supply of the specified asset.

For the native asset (L-BTC), this is calculated as `{chain,mempool}_stats.peg_in_amount - {chain,mempool}_stats.peg_out_amount - {chain,mempool}_stats.burned_amount`.
For the native asset (LBTC), this is calculated as `{chain,mempool}_stats.peg_in_amount - {chain,mempool}_stats.peg_out_amount - {chain,mempool}_stats.burned_amount`.

For issued assets, this is calculated as `{chain,mempool}_stats.issued_amount - {chain,mempool}_stats.burned_amount`.

Expand Down
2 changes: 1 addition & 1 deletion flavors/liquid-mainnet/config.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export SITE_TITLE='Liquid Explorer'
export HOME_TITLE='Liquid Explorer'
export NATIVE_ASSET_ID="6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d"
export NATIVE_ASSET_LABEL=L-BTC
export NATIVE_ASSET_LABEL=LBTC
export NATIVE_ASSET_NAME='Liquid Bitcoin'
export IS_ELEMENTS=1

Expand Down
2 changes: 1 addition & 1 deletion flavors/liquid-regtest/config.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export SITE_TITLE='Liquid Regtest Explorer'
export HOME_TITLE='Liquid Regtest Explorer'
export NATIVE_ASSET_ID=5ac9f65c0efcc4775e0baec4ec03abdde22473cd3cf33c0419ca290e0751b225
export NATIVE_ASSET_LABEL=rL-BTC
export NATIVE_ASSET_LABEL=rLBTC
export NATIVE_ASSET_NAME="Liquid Regtest Bitcoin"

export IS_ELEMENTS=1
Expand Down
2 changes: 1 addition & 1 deletion flavors/liquid-testnet/config.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export SITE_TITLE='Liquid Testnet Explorer'
export HOME_TITLE='Liquid Testnet Explorer'
export NATIVE_ASSET_ID=144c654344aa716d6f3abcc1ca90e5641e4e2a7f633bc09fe3baf64585819a49
export NATIVE_ASSET_LABEL=tL-BTC
export NATIVE_ASSET_LABEL=tLBTC
export NATIVE_ASSET_NAME="Liquid Testnet Bitcoin"

export IS_ELEMENTS=1
Expand Down