Skip to content

Commit

Permalink
set connect version to 1.1.3-beta.3-development (#1167)
Browse files Browse the repository at this point in the history
* set connect version to 1.1.3-beta.3-development

* bump connect to beta 4 and enable in progress widget

* set connect to last release
  • Loading branch information
sebastianscatularo authored Nov 11, 2024
1 parent 98e2dad commit 159bfc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions apps/connect/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@mui/material": "^5.12.1",
"@tanstack/react-query": "^5.14.2",
"@wormhole-foundation/sdk": "^0.12.0",
"@wormhole-foundation/wormhole-connect": "^1.1.2-beta.2-development",
"@wormhole-foundation/wormhole-connect": "^1.1.3",
"aptos": "^1.21.0",
"bech32": "^2.0.0",
"dompurify": "^3.0.6",
Expand Down
1 change: 1 addition & 0 deletions apps/connect/src/env/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const wormholeConnectConfigCommon: Partial<WormholeConnectConfig> = {
href: `https://wormholescan.io/#/txs?address={:address}&network=${CLUSTER}`,
},
menu: [],
showInProgressWidget: true,
},
network: CLUSTER,
rpcs: {},
Expand Down

0 comments on commit 159bfc8

Please sign in to comment.