Skip to content

Commit

Permalink
Update hardhat.config.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ernani São Thiago <[email protected]>
  • Loading branch information
karacurt and ernanirst authored Nov 13, 2023
1 parent b76ef80 commit 3133891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const PROD_CONFIG = {
cronos: {
chainId: 25,
url: CRONOS_PROVIDER_URL,
accounts: [DEV_PRIVATE_KEY],
accounts: [PROD_PRIVATE_KEY],
},
},
defender: {
Expand Down

0 comments on commit 3133891

Please sign in to comment.