Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Seroxdesign committed Apr 8, 2024
1 parent c60e8dd commit ef7d584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/lib/hooks/useEAS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useEffect, useState } from "react";

const easContractAddress = "0x4200000000000000000000000000000000000021";
const schemaUID = "0x081fc803f607b291b727b885a203d53b8cbb1488f6db1242327cca81db5f17ed";
const eas = new EAS(easContractAddress, "https://optimism.easscan.org");
const eas = new EAS(easContractAddress);

export const useEAS = () => {
const [connectedEAS, setConnectedEAS] = useState<EAS | null>(null);
Expand Down

0 comments on commit ef7d584

Please sign in to comment.