Skip to content

Commit 23c506a

Browse files
committed
Add relay to adapters export
1 parent 5b6957c commit 23c506a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/adapters/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ import hyperlane from "./hyperlane";
7575
import wormhole from "./wormhole";
7676
import thresholdnetwork from "./threshold-network";
7777
import zircuit from "./zircuit";
78+
import relay from "./relay";
7879

7980
export default {
8081
polygon,
@@ -153,6 +154,7 @@ export default {
153154
wormhole,
154155
thresholdnetwork,
155156
zircuit,
157+
relay,
156158
} as {
157159
[bridge: string]: BridgeAdapter | AsyncBridgeAdapter;
158160
};

0 commit comments

Comments
 (0)