From 8bb23a55a6f30f0f595412e7229b13df96f7437c Mon Sep 17 00:00:00 2001 From: devcarrot Date: Sat, 5 Jun 2021 13:53:44 -0600 Subject: [PATCH] Clarify README --- packages/nouns-contracts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nouns-contracts/README.md b/packages/nouns-contracts/README.md index f276cf4ea6..902d777d21 100644 --- a/packages/nouns-contracts/README.md +++ b/packages/nouns-contracts/README.md @@ -41,4 +41,4 @@ npx hardhat verify --network rinkeby {DEPLOYED_ADDRESS} ## Automated Testnet Deployments -The contracts are deployed on each push to master and each PR using the account `0x387d301d92AE0a87fD450975e8Aef66b72fBD718`. This account's mnemonic is stored in GitHub Actions as a secret and is injected as the environment variable `MNEMONIC`. This mnemonic _shouldn't be considered safe for mainnet use_. +The contracts are deployed to Rinkeby on each push to master and each PR using the account `0x387d301d92AE0a87fD450975e8Aef66b72fBD718`. This account's mnemonic is stored in GitHub Actions as a secret and is injected as the environment variable `MNEMONIC`. This mnemonic _shouldn't be considered safe for mainnet use_.