Skip to content

Commit

Permalink
fix: relayer chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Jul 8, 2024
1 parent d71773a commit 3554beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/utils/relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BigNumber, BigNumberish } from "ethers";
import { getRelayAPIKEY, getRelayUrl } from "./utils";
import { axiosPost } from "@socket.tech/dl-common";
import { mode } from "../config/config";
import { ChainSlugToId } from "@socket.tech/dl-core";
import { ChainSlugToId } from "../../../src";

interface RequestObj {
to: string;
Expand Down

0 comments on commit 3554beb

Please sign in to comment.