Skip to content

Commit

Permalink
don't use guillaume's private alchemy api key
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Sep 27, 2023
1 parent 2da3d3b commit ae00f84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/panoptic-sdk/src/_test/globalSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import { testClient } from "./utils.js";
export default async function () {
const shutdown = await startProxy({
options: {
forkUrl:
"https://eth-sepolia.g.alchemy.com/v2/kw-ycolm1dq00fqT_Y-b-FkV-Ai6h38m",
forkUrl: "https://ethereum-sepolia.blockpi.network/v1/rpc/public",
},
});

Expand Down

0 comments on commit ae00f84

Please sign in to comment.