Skip to content

Commit

Permalink
Removed erc4337 prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4r10t33r committed Oct 11, 2023
1 parent 698b505 commit 7b83ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/reqresp/ReqResp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { formatProtocolID } from "./utils";

type ProtocolID = string;

export const DEFAULT_PROTOCOL_PREFIX = "/erc4337/req";
export const DEFAULT_PROTOCOL_PREFIX = "/req";

export interface ReqRespProtocolModules {
libp2p: Libp2p;
Expand Down

0 comments on commit 7b83ef3

Please sign in to comment.