diff --git a/API.md b/API.md index c0a3ffd2..cfc15b17 100644 --- a/API.md +++ b/API.md @@ -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: @@ -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`. diff --git a/flavors/liquid-mainnet/config.env b/flavors/liquid-mainnet/config.env index fbb57685..97bb2e0c 100755 --- a/flavors/liquid-mainnet/config.env +++ b/flavors/liquid-mainnet/config.env @@ -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 diff --git a/flavors/liquid-regtest/config.env b/flavors/liquid-regtest/config.env index 5a948e82..5253aa3b 100644 --- a/flavors/liquid-regtest/config.env +++ b/flavors/liquid-regtest/config.env @@ -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 diff --git a/flavors/liquid-testnet/config.env b/flavors/liquid-testnet/config.env index 492180cf..e4085367 100644 --- a/flavors/liquid-testnet/config.env +++ b/flavors/liquid-testnet/config.env @@ -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