From bc783190f396ee6f65784865da965c85a570a79d Mon Sep 17 00:00:00 2001 From: Filipp Makarov Date: Tue, 10 Dec 2024 12:17:42 +0300 Subject: [PATCH] deploy --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a63d3dc..b8f474da 100644 --- a/README.md +++ b/README.md @@ -110,11 +110,10 @@ Generate documentation from NatSpec comments. ### 🚀 Deploy Contracts -```bash -yarn run deploy:hardhat --network hardhat -``` +Nexus contracts are pre-deployed on most EVM chains. +Please see the addresses [here](https://docs.biconomy.io/contractsAndAudits). -Deploys contracts onto the blockchain network. +If you need to deploy Nexus on your own chain or you want to deploy the contracts with different addresses, please see [this](https://github.com/bcnmy/nexus/tree/deploy/scripts/bash-deploy) script. ### 🎨 Lint Code