Skip to content

Commit

Permalink
Updates tests to point to correct rpc (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
3commascapital authored Sep 1, 2024
1 parent 1adbb83 commit bc75d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixture-projects/hardhat-project/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config: HardhatUserConfig = {
},
mainnet: {
chainId: 1,
url: "https://eth-mainnet.alchemyapi.io/v2/" + process.env.ALCHEMY,
url: "https://eth-mainnet.g.alchemy.com/v2/" + process.env.ALCHEMY,
},
arbitrum: {
url: "https://arb-mainnet.g.alchemy.com/v2/" + process.env.ALCHEMY,
Expand Down
2 changes: 1 addition & 1 deletion test/project.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe("Hardhat Runtime Environment extension", function () {
hash:
"0xc645204e28ffc9f75812e598c6ee7a959c501756062195b2f0fb003276fa39a7",
// "0x23f7eb343fe541517cd7829763c46eca12c2987b4a2449d244babca77a72cf71",
rpc: "https://eth-mainnet.alchemyapi.io/v2/" + ALCHEMY,
rpc: "https://eth-mainnet.g.alchemy.com/v2/" + ALCHEMY,
v: true,
// opcodes: ["SSTORE", "SLOAD"].join(","),
// print: "json",
Expand Down

0 comments on commit bc75d49

Please sign in to comment.