From a8834414ef9d8e8a25c5b743d469ac8f2738f204 Mon Sep 17 00:00:00 2001 From: Robert Leonard <40375385+Robert-H-Leonard@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:14:32 -0400 Subject: [PATCH] Updating readme with mainnet contract deployment (#25) Authored-by: Robert Leonard --- README.md | 4 ++-- hardhat.config.ts | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64888d8..90c0577 100644 --- a/README.md +++ b/README.md @@ -205,9 +205,9 @@ Deployments are automatically triggered on every merge to the `main` branch via #### Bnb mainnet Deployments are manually triggered via a github action. Before deployments please ensure the relayer has enough BNB. -- Relayer address: TBD +- Relayer address: 0xF4550214AA98a7DE728F4eAef0672cD0D2F10B2a -- DidRegistry proxy address: TBD +- DidRegistry proxy address: [0x3e366D776150c63Eb53C6675734070696403BEe9](https://bscscan.com/address/0x3e366D776150c63Eb53C6675734070696403BEe9) #### Local deployment diff --git a/hardhat.config.ts b/hardhat.config.ts index b2ab704..da43ecf 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -45,7 +45,10 @@ const config: HardhatUserConfig = { } }, etherscan: { - apiKey: process.env.BNB_EXPLORER_API_KEY! + apiKey: { + bscTestnet: process.env.BNB_EXPLORER_API_KEY!, + bsc: process.env.BNB_EXPLORER_API_KEY! + } }, preprocess: { eachLine: (hre) => ({