Skip to content

Commit

Permalink
Updating readme with mainnet contract deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Leonard authored and Robert Leonard committed Oct 18, 2023
1 parent 5f50685 commit ba297fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => ({
Expand Down

0 comments on commit ba297fe

Please sign in to comment.