Skip to content

Commit

Permalink
Fix ntt manual route name
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Sep 19, 2024
1 parent d276308 commit f25d227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/connect/src/hooks/useConnectConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const defaultConfig: WormholeConnectConfig = {
isRouteSupportedHandler: async (td: any) => {
// Disable manual NTT for Lido wstETHƒ
return !(
td.route === "nttManual" &&
td.route === "ManualNtt" &&
td.fromToken.tokenId !== "native" &&
[
"0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
Expand Down

0 comments on commit f25d227

Please sign in to comment.