From 3c615481f52061957b3ebcbcf0b79ecb5be19e5f Mon Sep 17 00:00:00 2001 From: Ng Wei Han <47109095+weiihann@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:26:12 +0800 Subject: [PATCH] docs: update explorer link and brand name (#131) --- docs/BC-FAQs.md | 4 ++-- docs/api-reference/dex-api/paths.md | 4 ++-- docs/beaconchain/atomic-swap.md | 10 +++++----- docs/beaconchain/develop/node/join-testnet.md | 2 +- docs/beaconchain/develop/testnetandexplorer.md | 2 +- docs/beaconchain/faq/faq.md | 2 +- docs/beaconchain/index.md | 2 +- docs/beaconchain/learn/atomic-swaps.md | 10 +++++----- docs/beaconchain/learn/bc-staking.md | 2 +- docs/beaconchain/offline.md | 2 +- docs/binance.md | 4 ++-- docs/faq.md | 2 +- docs/stake/cli-commands.md | 2 +- docs/wallet/math.md | 8 ++++---- rpc-openapi.json | 4 ++-- swagger.json | 8 ++++---- swagger.yml | 6 +++--- swagger_testnet.yml | 6 +++--- 18 files changed, 40 insertions(+), 40 deletions(-) diff --git a/docs/BC-FAQs.md b/docs/BC-FAQs.md index ec19c2147d..bbddf011b9 100644 --- a/docs/BC-FAQs.md +++ b/docs/BC-FAQs.md @@ -137,7 +137,7 @@ Fees can be paid in any asset, but the network will charge BNB first and apply a address has BNB balance. The fee is subject to periodical review and adjustment, after agreement from validators, via a -proposal-vote procedure. See a fee-change proposal [here](https://explorer.binance.org/tx/B1E78D8275598CB0538C716997EEDD2F1198B82F4D73959C5BF69CBAF4281240) +proposal-vote procedure. See a fee-change proposal [here](https://explorer.bnbchain.org/tx/B1E78D8275598CB0538C716997EEDD2F1198B82F4D73959C5BF69CBAF4281240) - Trade fee is calculated based on trade notional value, while fees for other transactions are fixed. - It is free to send a new GET order, cancel a partially filled order, or expire a partially filled order. @@ -342,7 +342,7 @@ Right now, there are 2 ways to transfer tokens cross-chain: Any developer is welcome to test the solutions in testnet and then use them in mainnet. -1. via Binance.com. [Binance](https://wwww.binance.com),the largest cryptocurrency exchange, has issued a number of crypto-pegged tokens on BNB Beacon Chain (BEP2 token format): [BEP2 Bitcoin](https://explorer.binance.org/asset/BTCB-1DE), [BEP2 BCH](https://explorer.binance.org/asset/BCH-1FD),[BEP2 XRP](https://explorer.binance.org/asset/XRP-BF2), [BEP2 LTC](https://explorer.binance.org/asset/LTC-F07). Pegged tokens such as [BEP2 Bitcoin](https://explorer.binance.org/asset/BTCB-1DE), are 100% backed by the native coin in [reserve](https://btc.com/3LYJfcfHPXYJreMsASk2jkn69LWEYKzexb). The reserve addresses are published for anyone to audit. Read this [blog](https://www.binance.com/en/blog/347360878904684544/Introducing-BitcoinPegged-Token-on-Binance-Chain) to learn about the reserved address. Users are free to convert between native and BEP2 Bitcoin via deposit/withdrawal. This has a higher degree of ease-of-use for most traders. More swap channels will be provided on partner wallets soon. +1. via Binance.com. [Binance](https://wwww.binance.com),the largest cryptocurrency exchange, has issued a number of crypto-pegged tokens on BNB Beacon Chain (BEP2 token format): [BEP2 Bitcoin](https://explorer.bnbchain.org/asset/BTCB-1DE), [BEP2 BCH](https://explorer.bnbchain.org/asset/BCH-1FD),[BEP2 XRP](https://explorer.bnbchain.org/asset/XRP-BF2), [BEP2 LTC](https://explorer.bnbchain.org/asset/LTC-F07). Pegged tokens such as [BEP2 Bitcoin](https://explorer.bnbchain.org/asset/BTCB-1DE), are 100% backed by the native coin in [reserve](https://btc.com/3LYJfcfHPXYJreMsASk2jkn69LWEYKzexb). The reserve addresses are published for anyone to audit. Read this [blog](https://www.binance.com/en/blog/347360878904684544/Introducing-BitcoinPegged-Token-on-Binance-Chain) to learn about the reserved address. Users are free to convert between native and BEP2 Bitcoin via deposit/withdrawal. This has a higher degree of ease-of-use for most traders. More swap channels will be provided on partner wallets soon. Atomic swap and this centralized approach are not exclusive to other decentralized approaches, which can also be implemented in parallel. There are many cross-chain solutions being developed and we are very interested in them. diff --git a/docs/api-reference/dex-api/paths.md b/docs/api-reference/dex-api/paths.md index b7e2e33cfd..69a0ffff9e 100644 --- a/docs/api-reference/dex-api/paths.md +++ b/docs/api-reference/dex-api/paths.md @@ -1218,7 +1218,7 @@ varies with msg type, if you query with --format=json. | Name | Type | Description | Example | | ---- | ---- | ----------- | ------- | -| name | string | token name | Binance Chain Native Token | +| name | string | token name | BNB Chain Native Token | | symbol | string | unique token trade symbol | BTC-000 | | original_symbol | string | token symbol | BTC | | total_supply | string (fixed8) | total token supply in decimal form, e.g. 1.00000000 | 0.00000000 | @@ -1561,7 +1561,7 @@ varies with msg type, if you query with --format=json. | Name | Type | Description | Example | | ---- | ---- | ----------- | ------- | -| name | string | | Binance Chain Mini Token | +| name | string | | BNB Chain Mini Token | | symbol | string | | BTC-000 | | original_symbol | string | | BTC | | total_supply | string (fixed8) | In decimal form, e.g. 1.00000000 | 0.00000000 | diff --git a/docs/beaconchain/atomic-swap.md b/docs/beaconchain/atomic-swap.md index 8766cec339..4c0bbe82cb 100644 --- a/docs/beaconchain/atomic-swap.md +++ b/docs/beaconchain/atomic-swap.md @@ -432,7 +432,7 @@ Go to [smartcontract](https://ropsten.etherscan.io/address/0xd93395b2771914e1679 Example of `htlt` [transaction](https://ropsten.etherscan.io/tx/0xa2444cc1e52e09027ec68bf8955e7084235255f9f18d9b837a12fd63e6f0145c) #### 3. Deputy Call HTLT on BNB Beacon Chain -Then, Deputy will send `HTLT` transaction [here](https://testnet-explorer.binance.org/tx/99CBC2896F0CF14DDAB0684BDA0A3E9FF2271056E68EC3559AB7FB24E0EE97DE) +Then, Deputy will send `HTLT` transaction [here](https://testnet-explorer.bnbchain.org/tx/99CBC2896F0CF14DDAB0684BDA0A3E9FF2271056E68EC3559AB7FB24E0EE97DE) #### 4. Claim HTLT on BNB Beacon Chain @@ -501,7 +501,7 @@ Deputy will claim ERC20 tokens afterwards with [claim transaction](https://ropst #### 6. Demo for Client APP: swap erc20 to bep2 -This is a javascript implementation for client app to swap [PPC](https://ropsten.etherscan.io/address/0xd93395b2771914e1679155f3ea58c41d89d96098) to [PPC-00A](https://testnet-explorer.binance.org/asset/PPC-00A) with deputy. +This is a javascript implementation for client app to swap [PPC](https://ropsten.etherscan.io/address/0xd93395b2771914e1679155f3ea58c41d89d96098) to [PPC-00A](https://testnet-explorer.bnbchain.org/asset/PPC-00A) with deputy. ```javascript const erc20ContractAddr = "0xd93395b2771914e1679155f3ea58c41d89d96098" @@ -633,7 +633,7 @@ Committed at block 634510 ( Please write down the `random number`, `random number hash`, `swapID` and `timestamp` for next steps. -Example is [here](https://testnet-explorer.binance.org/tx/9ECECE9E0F08EE78583CFA37FD4C3F03521289F0F229A612886B8B21B9C62D7F) +Example is [here](https://testnet-explorer.bnbchain.org/tx/9ECECE9E0F08EE78583CFA37FD4C3F03521289F0F229A612886B8B21B9C62D7F) Then, you can query the the swap by `SwapID`: @@ -677,11 +677,11 @@ Example is [here](https://ropsten.etherscan.io/tx/0x9cf7cc7891b86987c4eef59e3b49 #### 5. Deputy Claim on BNB Beacon Chain -`Claim HTLT` transaction from **Deputy** is [sent](https://testnet-explorer.binance.org/tx/8C616DEFD2EAA41E13D2DC4844B218DFF8CFE24B4C7A693AAD700381B5FF7B48) afterwards: +`Claim HTLT` transaction from **Deputy** is [sent](https://testnet-explorer.bnbchain.org/tx/8C616DEFD2EAA41E13D2DC4844B218DFF8CFE24B4C7A693AAD700381B5FF7B48) afterwards: #### 6. Demo for Client APP: swap bep2 to erc20 -This is a javascript implementation of client app to swap [PPC-00A](https://testnet-explorer.binance.org/asset/PPC-00A) to [PPC](https://ropsten.etherscan.io/address/0xd93395b2771914e1679155f3ea58c41d89d96098) with deputy. +This is a javascript implementation of client app to swap [PPC-00A](https://testnet-explorer.bnbchain.org/asset/PPC-00A) to [PPC](https://ropsten.etherscan.io/address/0xd93395b2771914e1679155f3ea58c41d89d96098) with deputy. ```javascript const erc20ContractAddr = "0xd93395b2771914e1679155f3ea58c41d89d96098" diff --git a/docs/beaconchain/develop/node/join-testnet.md b/docs/beaconchain/develop/node/join-testnet.md index 3206c7b9f3..fdf0bd61ae 100644 --- a/docs/beaconchain/develop/node/join-testnet.md +++ b/docs/beaconchain/develop/node/join-testnet.md @@ -105,4 +105,4 @@ Prometheus is enabled on port `28660` by default, and the endpoint is `/metrics` ## Testnet Tools -* [Explorer](https://testnet-explorer.binance.org/) \ No newline at end of file +* [Explorer](https://testnet-explorer.bnbchain.org/) \ No newline at end of file diff --git a/docs/beaconchain/develop/testnetandexplorer.md b/docs/beaconchain/develop/testnetandexplorer.md index 4f6e02635e..7eb2a86ae9 100644 --- a/docs/beaconchain/develop/testnetandexplorer.md +++ b/docs/beaconchain/develop/testnetandexplorer.md @@ -33,5 +33,5 @@ You can use [Binance Extension Wallet](https://docs.bnbchain.org/docs/binance#tr ### Explorers for Testnet * BNB Smart Chain Explorer - https://testnet.bscscan.com/ -* BNB Beacon Chain Explorer - https://testnet-explorer.binance.org/ +* BNB Beacon Chain Explorer - https://testnet-explorer.bnbchain.org/ diff --git a/docs/beaconchain/faq/faq.md b/docs/beaconchain/faq/faq.md index 3bd4dfc8d9..3cd55fa31c 100644 --- a/docs/beaconchain/faq/faq.md +++ b/docs/beaconchain/faq/faq.md @@ -208,7 +208,7 @@ Right now, there are 2 ways to transfer tokens cross-chain: Any developer is welcome to test the solutions in testnet and then use them in mainnet. -2. via Binance.com. [Binance](https://wwww.binance.com),the largest cryptocurrency exchange, has issued a number of crypto-pegged tokens on BNB Beacon Chain (BEP2 token format): [BEP2 Bitcoin](https://explorer.binance.org/asset/BTCB-1DE), [BEP2 BCH](https://explorer.binance.org/asset/BCH-1FD),[BEP2 XRP](https://explorer.binance.org/asset/XRP-BF2), [BEP2 LTC](https://explorer.binance.org/asset/LTC-F07). Pegged tokens such as [BEP2 Bitcoin](https://explorer.binance.org/asset/BTCB-1DE), are 100% backed by the native coin in [reserve](https://btc.com/3LYJfcfHPXYJreMsASk2jkn69LWEYKzexb). The reserve addresses are published for anyone to audit. Read this [blog](https://www.binance.com/en/blog/347360878904684544/Introducing-BitcoinPegged-Token-on-Binance-Chain) to learn about the reserved address. Users are free to convert between native and BEP2 Bitcoin via deposit/withdrawal. This has a higher degree of ease-of-use for most traders. More swap channels will be provided on partner wallets soon. +2. via Binance.com. [Binance](https://wwww.binance.com),the largest cryptocurrency exchange, has issued a number of crypto-pegged tokens on BNB Beacon Chain (BEP2 token format): [BEP2 Bitcoin](https://explorer.bnbchain.org/asset/BTCB-1DE), [BEP2 BCH](https://explorer.bnbchain.org/asset/BCH-1FD),[BEP2 XRP](https://explorer.bnbchain.org/asset/XRP-BF2), [BEP2 LTC](https://explorer.bnbchain.org/asset/LTC-F07). Pegged tokens such as [BEP2 Bitcoin](https://explorer.bnbchain.org/asset/BTCB-1DE), are 100% backed by the native coin in [reserve](https://btc.com/3LYJfcfHPXYJreMsASk2jkn69LWEYKzexb). The reserve addresses are published for anyone to audit. Read this [blog](https://www.binance.com/en/blog/347360878904684544/Introducing-BitcoinPegged-Token-on-Binance-Chain) to learn about the reserved address. Users are free to convert between native and BEP2 Bitcoin via deposit/withdrawal. This has a higher degree of ease-of-use for most traders. More swap channels will be provided on partner wallets soon. Atomic swap and this centralized approach are not exclusive to other decentralized approaches, which can also be implemented in parallel. There are many cross-chain solutions being developed and we are very interested in them. diff --git a/docs/beaconchain/index.md b/docs/beaconchain/index.md index c9cf647ecc..19ed1dbb0c 100644 --- a/docs/beaconchain/index.md +++ b/docs/beaconchain/index.md @@ -42,7 +42,7 @@ network for the assets **For developers**, you can also: -- Explore the transaction history and blocks on the chain, via [BNB Beacon Chain Explore](https://explorer.binance.org), [API](develop/api-reference/dex-api/paths.md) +- Explore the transaction history and blocks on the chain, via [BNB Beacon Chain Explore](https://explorer.bnbchain.org), [API](develop/api-reference/dex-api/paths.md) and [node RPC](develop/api-reference/node-rpc.md) interfaces. - Run a [full node](fullnode.md) to listen to and broadcast live updates on transactions, blocks, and consensus activities - Extract other data of BNB Beacon Chain via full node or [APIs](develop/api-reference/dex-api/paths.md#apiv1markets) diff --git a/docs/beaconchain/learn/atomic-swaps.md b/docs/beaconchain/learn/atomic-swaps.md index d8ce1670cd..0c97ab1460 100644 --- a/docs/beaconchain/learn/atomic-swaps.md +++ b/docs/beaconchain/learn/atomic-swaps.md @@ -447,7 +447,7 @@ Go to [smartcontract](https://ropsten.etherscan.io/address/0xd93395b2771914e1679 Example of `htlt` [transaction](https://ropsten.etherscan.io/tx/0xa2444cc1e52e09027ec68bf8955e7084235255f9f18d9b837a12fd63e6f0145c) #### 3. Deputy Call HTLT on BNB Beacon Chain -Then, Deputy will send `HTLT` transaction [here](https://testnet-explorer.binance.org/tx/99CBC2896F0CF14DDAB0684BDA0A3E9FF2271056E68EC3559AB7FB24E0EE97DE) +Then, Deputy will send `HTLT` transaction [here](https://testnet-explorer.bnbchain.org/tx/99CBC2896F0CF14DDAB0684BDA0A3E9FF2271056E68EC3559AB7FB24E0EE97DE) #### 4. Claim HTLT on BNB Beacon Chain @@ -516,7 +516,7 @@ Deputy will claim ERC20 tokens afterwards with [claim transaction](https://ropst #### 6. Demo for Client APP: swap erc20 to bep2 -This is a javascript implementation for client app to swap [PPC](https://ropsten.etherscan.io/address/0xd93395b2771914e1679155f3ea58c41d89d96098) to [PPC-00A](https://testnet-explorer.binance.org/asset/PPC-00A) with deputy. +This is a javascript implementation for client app to swap [PPC](https://ropsten.etherscan.io/address/0xd93395b2771914e1679155f3ea58c41d89d96098) to [PPC-00A](https://testnet-explorer.bnbchain.org/asset/PPC-00A) with deputy. ```javascript const erc20ContractAddr = "0xd93395b2771914e1679155f3ea58c41d89d96098" @@ -648,7 +648,7 @@ Committed at block 634510 ( Please write down the `random number`, `random number hash`, `swapID` and `timestamp` for next steps. -Example is [here](https://testnet-explorer.binance.org/tx/9ECECE9E0F08EE78583CFA37FD4C3F03521289F0F229A612886B8B21B9C62D7F) +Example is [here](https://testnet-explorer.bnbchain.org/tx/9ECECE9E0F08EE78583CFA37FD4C3F03521289F0F229A612886B8B21B9C62D7F) Then, you can query the the swap by `SwapID`: @@ -692,11 +692,11 @@ Example is [here](https://ropsten.etherscan.io/tx/0x9cf7cc7891b86987c4eef59e3b49 #### 5. Deputy Claim on BNB Beacon Chain -`Claim HTLT` transaction from **Deputy** is [sent](https://testnet-explorer.binance.org/tx/8C616DEFD2EAA41E13D2DC4844B218DFF8CFE24B4C7A693AAD700381B5FF7B48) afterwards: +`Claim HTLT` transaction from **Deputy** is [sent](https://testnet-explorer.bnbchain.org/tx/8C616DEFD2EAA41E13D2DC4844B218DFF8CFE24B4C7A693AAD700381B5FF7B48) afterwards: #### 6. Demo for Client APP: swap bep2 to erc20 -This is a javascript implementation for client app to swap [PPC-00A](https://testnet-explorer.binance.org/asset/PPC-00A) to [PPC](https://ropsten.etherscan.io/address/0xd93395b2771914e1679155f3ea58c41d89d96098) with deputy. +This is a javascript implementation for client app to swap [PPC-00A](https://testnet-explorer.bnbchain.org/asset/PPC-00A) to [PPC](https://ropsten.etherscan.io/address/0xd93395b2771914e1679155f3ea58c41d89d96098) with deputy. ```javascript const erc20ContractAddr = "0xd93395b2771914e1679155f3ea58c41d89d96098" diff --git a/docs/beaconchain/learn/bc-staking.md b/docs/beaconchain/learn/bc-staking.md index fd1ffe5751..22784dbe6c 100644 --- a/docs/beaconchain/learn/bc-staking.md +++ b/docs/beaconchain/learn/bc-staking.md @@ -215,7 +215,7 @@ c. use “**bnbcli broadcast**” to send the transaction from above to the bloc ./tbnbcli broadcast both-signed.json --node data-seed-pre-0-s3.bnbchain.org:80 --chain-id Binance-Chain-Ganges ``` -Verify your transaction in [mainnet-explorer](https://explorer.binance.org/) or [testnet-explorer](https://testnet-explorer.binance.org/) +Verify your transaction in [mainnet-explorer](https://explorer.bnbchain.org/) or [testnet-explorer](https://testnet-explorer.bnbchain.org/) ### Edit BSC Validator diff --git a/docs/beaconchain/offline.md b/docs/beaconchain/offline.md index 75c8d64a8f..70a7b5739d 100644 --- a/docs/beaconchain/offline.md +++ b/docs/beaconchain/offline.md @@ -51,4 +51,4 @@ You can broadcast your transaction on mainnet: You can find the list of nodes [here](develop/api-reference/cli.md#where-to-connect) -If the broadcast is successful, you will see the transaction hash in returned info. Please go and verify it in [Explorer](https://testnet-explorer.binance.org). \ No newline at end of file +If the broadcast is successful, you will see the transaction hash in returned info. Please go and verify it in [Explorer](https://testnet-explorer.bnbchain.org). \ No newline at end of file diff --git a/docs/binance.md b/docs/binance.md index 9fe7528d47..163c41374d 100644 --- a/docs/binance.md +++ b/docs/binance.md @@ -30,11 +30,11 @@ It’s supported in Firefox and Chrome browsers. * **Open Extension in Firefox:** -* **Search for Binance Chain Wallet** +* **Search for BNB Chain Wallet** ![img](https://lh5.googleusercontent.com/ks5BM5SBqrjbDWdbGhsKymWvuLIJina_JZ4lo_j-skzhnFXvF8laumgJpl8nCv7XC_2Z6bwOhrt7v-oHLXv-eHNLlfY_9qSiQWyiyWuDlN8XKfc329MgTiyUpq9D8K562nH_zdkS) -**_Note:_** _Make sure it’s offered by Binance Chain_ +**_Note:_** _Make sure it’s offered by BNB Chain_ * Click on “**Add to Firefox**” diff --git a/docs/faq.md b/docs/faq.md index 1cd89e9d88..f53ed1f024 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -28,7 +28,7 @@ Install Binance Extension Wallet 3. Click on “Add to Firefox” ![img](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/67023396147/original/bvX8Y5NViWZJcFgaBt76ipaB1F8V87TgIw.png?1633501818) -That’s it! You have successfully installed the Binance Chain Wallet extension in Firefox! +That’s it! You have successfully installed the BNB Chain Wallet extension in Firefox! **Binance Wallet Mobile**: Binance Mobile is a secure and trusted multi-chain wallet. It is your one-stop gateway to store, exchange and earn crypto. diff --git a/docs/stake/cli-commands.md b/docs/stake/cli-commands.md index 44cb6fd33a..30fa307b22 100644 --- a/docs/stake/cli-commands.md +++ b/docs/stake/cli-commands.md @@ -124,7 +124,7 @@ c. Use ``**bnbcli broadcast**`` to send the transaction from above to the blockc ./tbnbcli broadcast both-signed.json --node data-seed-pre-0-s3.bnbchain.org:80 --chain-id Binance-Chain-Ganges ``` -Verify your transaction in [mainnet-explorer](https://explorer.binance.org/) or [testnet-explorer](https://testnet-explorer.binance.org/) +Verify your transaction in [mainnet-explorer](https://explorer.bnbchain.org/) or [testnet-explorer](https://testnet-explorer.bnbchain.org/) ## Edit BSC Validator diff --git a/docs/wallet/math.md b/docs/wallet/math.md index e1c3c83bc7..115e7251a9 100644 --- a/docs/wallet/math.md +++ b/docs/wallet/math.md @@ -70,17 +70,17 @@ Please note the fees are also deducted for paying gas and cross-chain transfer. ![img](https://lh3.googleusercontent.com/1LZhflItAfxbbPLppP_2mZQXhKlKbvAhk51-Or41wTaHY7Rs3B5g62QO1_4ymA0rgx8HoEmvCyEWbWSm_LOrxXyvHWZ24EsRVSJoLELHdprSiLAMLd5cDiDm_89Nd5z78CP0fPw5) 4. Confirm Reception in explorer -Link: +Link: ## Transfer BEP20 from BSC to BC in Testnet One of the key innovations of a dual-chain architecture is that token issuer can manage its assets on both chains. They could bind BEP2 tokens and BEP20 tokens together. In BNB Chain Ganges Testnet, there are several pegged tokens: -* Pegged BTC on [BNB Beacon Chain Testnet](https://explorer.binance.org/testnet/asset/BTC-E24) and [BNB Smart Chain Testnet](https://testnet.bscscan.com/address/0x6ce8dA28E2f864420840cF74474eFf5fD80E65B8#code) +* Pegged BTC on [BNB Beacon Chain Testnet](https://explorer.bnbchain.org/testnet/asset/BTC-E24) and [BNB Smart Chain Testnet](https://testnet.bscscan.com/address/0x6ce8dA28E2f864420840cF74474eFf5fD80E65B8#code) * Pegged ETH on [BNB Beacon Chain Testnet]( -https://explorer.binance.org/testnet/asset/ETH-64F) and [BNB Smart Chain Testnet](https://testnet.bscscan.com/address/0xd66c6b4f0be8ce5b39d52e0fd1344c389929b378#code) +https://explorer.bnbchain.org/testnet/asset/ETH-64F) and [BNB Smart Chain Testnet](https://testnet.bscscan.com/address/0xd66c6b4f0be8ce5b39d52e0fd1344c389929b378#code) * Pegged XRP on [BNB Beacon Chain Testnet]( -https://explorer.binance.org/testnet/asset/XRP-C46) and [BNB Smart Chain Testnet](https://testnet.bscscan.com/address/0xa83575490d7df4e2f47b7d38ef351a2722ca45b9#code) +https://explorer.bnbchain.org/testnet/asset/XRP-C46) and [BNB Smart Chain Testnet](https://testnet.bscscan.com/address/0xa83575490d7df4e2f47b7d38ef351a2722ca45b9#code) You can get some of these pegged tokens from faucet and transfer them back to BNB Beacon Chain testnet. diff --git a/rpc-openapi.json b/rpc-openapi.json index 24c7ae18e3..88e8115338 100644 --- a/rpc-openapi.json +++ b/rpc-openapi.json @@ -11,10 +11,10 @@ }, "servers" : [ { "url" : "http://dataseed1.binance.org", - "description" : "Binance Chain mainnet node to interact with the Tendermint RPC" + "description" : "BNB Chain mainnet node to interact with the Tendermint RPC" }, { "url" : "http://data-seed-pre-0-s3.binance.org", - "description" : "Binance Chain testnet node to interact with the Tendermint RPC" + "description" : "BNB Chain testnet node to interact with the Tendermint RPC" }, { "url" : "http://localhost:26657", "description" : "Interact with the Tendermint RPC locally on your device" diff --git a/swagger.json b/swagger.json index e76c99f9bb..73617aa7df 100644 --- a/swagger.json +++ b/swagger.json @@ -2,7 +2,7 @@ "openapi": "3.0.0", "info": { "title": "HTTP API", - "description": "The Binance Chain HTTP API provides access to a BNB Beacon Chain node deployment and related data services.", + "description": "The BNB Chain HTTP API provides access to a BNB Beacon Chain node deployment and related data services.", "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" @@ -12,11 +12,11 @@ "servers": [ { "url": "https://dex.binance.org", - "description": "Binance Chain mainnet HTTP API server url" + "description": "BNB Chain mainnet HTTP API server url" }, { "url": "https://testnet-dex.binance.org", - "description": "Binance Chain testnet HTTP API server url" + "description": "BNB Chain testnet HTTP API server url" } ], "tags": [ @@ -1521,7 +1521,7 @@ "name": { "type": "string", "description": "token name", - "example": "Binance Chain Native Token" + "example": "BNB Chain Native Token" }, "symbol": { "type": "string", diff --git a/swagger.yml b/swagger.yml index 38b8c70f84..0c673509d1 100644 --- a/swagger.yml +++ b/swagger.yml @@ -3,7 +3,7 @@ info: title: 'HTTP API' version: 1.0.0 description: | - Within the ecosystem of Binance Chain, there are several accelerated nodes which provides more secure and faster lines to access Binance Chain data service including HTTP API. + Within the ecosystem of BNB Chain, there are several accelerated nodes which provides more secure and faster lines to access BNB Chain data service including HTTP API. For mainnet, there are more accelerated nodes. @@ -1233,7 +1233,7 @@ definitions: name: type: string description: token name - example: Binance Chain Native Token + example: BNB Chain Native Token required: true symbol: type: string @@ -1681,7 +1681,7 @@ definitions: properties: name: type: string - example: Binance Chain Mini Token + example: BNB Chain Mini Token x-omitempty: false symbol: type: string diff --git a/swagger_testnet.yml b/swagger_testnet.yml index 6c2e96d760..d151bbc36d 100644 --- a/swagger_testnet.yml +++ b/swagger_testnet.yml @@ -3,7 +3,7 @@ info: title: 'HTTP API' version: 1.0.0 description: | - Within the ecosystem of Binance Chain, there are several accelerated nodes which provides more secure and faster lines to access Binance Chain data service including HTTP API. + Within the ecosystem of BNB Chain, there are several accelerated nodes which provides more secure and faster lines to access BNB Chain data service including HTTP API. For testnet, there are 2 accelerated nodes setup as below. API users should try to use them directly. @@ -1211,7 +1211,7 @@ definitions: name: type: string description: token name - example: Binance Chain Native Token + example: BNB Chain Native Token required: true symbol: type: string @@ -1659,7 +1659,7 @@ definitions: properties: name: type: string - example: Binance Chain Mini Token + example: BNB Chain Mini Token x-omitempty: false symbol: type: string