Skip to content

Commit

Permalink
fix: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amine-harty committed Apr 6, 2023
1 parent dba27a5 commit d52bc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gateway/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Result } from "ethers/lib/utils";

const IResolverAbi = require("../abi/IResolverService.json")
.abi;
const IResolverL2Abi = require("../../contracts/artifacts/contracts/l2/LineaResolver.sol/LineaResolver.json")
const IResolverL2Abi = require("../abi/LineaResolver.json")
.abi;
import { abi as Resolver_abi } from "@ensdomains/ens-contracts/artifacts/contracts/resolvers/Resolver.sol/Resolver.json";

Expand Down

0 comments on commit d52bc88

Please sign in to comment.