Skip to content

Commit

Permalink
Disable showInProgressWidget (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna authored Nov 13, 2024
1 parent 5ccecac commit bed911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/connect/src/env/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const wormholeConnectConfigCommon: Partial<WormholeConnectConfig> = {
href: `https://wormholescan.io/#/txs?address={:address}&network=${CLUSTER}`,
},
menu: [],
showInProgressWidget: true,
// showInProgressWidget: true,
},
network: CLUSTER,
rpcs: {},
Expand Down

0 comments on commit bed911d

Please sign in to comment.