Skip to content

Commit

Permalink
chore: export EvmRelayer
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Sep 4, 2023
1 parent 5ccb326 commit 323423d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/axelar-local-dev/src/relay/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { RelayerMap } from './Relayer';
export * from './Command';
export * from './types';
export * from './Relayer';
export * from './EvmRelayer';

export const evmRelayer = new EvmRelayer();

Expand Down

0 comments on commit 323423d

Please sign in to comment.