From 930f2aa46fead495022fe010b7c4480ff8344aa0 Mon Sep 17 00:00:00 2001 From: Jure Grabnar Date: Fri, 26 Feb 2021 18:37:49 +0100 Subject: [PATCH] Update docs/deploy.rst Co-authored-by: Ben Hauser <35276322+iamdefinitelyahuman@users.noreply.github.com> --- docs/deploy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.rst b/docs/deploy.rst index 0ec19cb0b..014032cc5 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/BscScan +Verifying Deployment Source Code ========================================== 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: