From 4285465efcfe111d9e260ec0321a78390ea80eb8 Mon Sep 17 00:00:00 2001 From: jbargu Date: Wed, 17 Feb 2021 13:31:08 +0100 Subject: [PATCH] Add doc entry for "Verifying Deployments on BscScan" --- docs/deploy.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy.rst b/docs/deploy.rst index 634402369..0ec19cb0b 100644 --- a/docs/deploy.rst +++ b/docs/deploy.rst @@ -89,7 +89,7 @@ The following actions WILL remove locally stored deployment data within your pro To restore a deleted :func:`ProjectContract ` instance, or generate one for a deployment that was handled outside of Brownie, use the :func:`ContractContainer.at ` method. -Verifying Deployments on Etherscan +Verifying Deployments on Etherscan/BscScan ========================================== Brownie features automatic source code verification for solidity contracts on all networks supported by etherscan. To verify a contract while deploying it, add the ``publish_source=True`` argument: @@ -119,4 +119,4 @@ If you need deployment artifacts on a development network, set :attr:`dev_deploy These temporary deployment artifacts and the corresponding entries in :ref:`the deployment map` will be removed whenever you (re-) load a project or connect, disconnect, revert or reset your local network. If you use a development network that is not started by brownie - for example an external instance of ganache - the deployment artifacts will not be deleted when disconnecting from that network. -However, the network will be reset and the deployment artifacts deleted when you connect to such a network with brownie. \ No newline at end of file +However, the network will be reset and the deployment artifacts deleted when you connect to such a network with brownie.