We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3791b41 commit b28fba9Copy full SHA for b28fba9
sdk/scripts/find-dispute.ts
@@ -4,7 +4,7 @@ import { foreignProxyAbi } from "../src/contracts";
4
async function findDispute() {
5
const foreignClient = createPublicClient({
6
transport: http(
7
- "https://sepolia.infura.io/v3/64130c1881694608a40ce82ea1b80f7a",
+ `https://sepolia.infura.io/v3/${process.env.INFURA_API_KEY}`,
8
),
9
});
10
0 commit comments