Skip to content

Commit

Permalink
fix squid import
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Sep 20, 2023
1 parent fa92401 commit e459cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adapters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import base from "./base";
import mantle from "./mantle";
import neuron from "./neuron";
import axelarsatellite from "./axelar-satellite";
import squid from "./squid"
import squidrouter from "./squid";
import eywa from "./eywa";

export default {
Expand Down Expand Up @@ -70,7 +70,7 @@ export default {
mantle,
neuron,
axelarsatellite,
squid,
squidrouter,
eywa,
} as {
[bridge: string]: BridgeAdapter;
Expand Down

0 comments on commit e459cb6

Please sign in to comment.