Skip to content

Commit

Permalink
Update Cronos rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiOhl committed Apr 24, 2024
1 parent 2413e7c commit 297d320
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 @@ -85,7 +85,7 @@ const config: HardhatUserConfig = {
zksync: true
},
cronos: {
url: "https://cronos-evm.publicnode.com",
url: "https://cronos.drpc.org",
accounts: process.env.PRIVATE_KEY !== undefined ? [process.env.PRIVATE_KEY] : [],
zksync: false
},
Expand Down

0 comments on commit 297d320

Please sign in to comment.