Skip to content

Commit

Permalink
updated connect dep
Browse files Browse the repository at this point in the history
  • Loading branch information
danielisaacgeslin committed Jul 30, 2024
1 parent 30b16eb commit f08c676
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -30,7 +30,7 @@
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.12.1",
"@tanstack/react-query": "^5.14.2",
"@wormhole-foundation/wormhole-connect": "^0.3.18-beta.2-development",
"@wormhole-foundation/wormhole-connect": "^0.3.18",
"dompurify": "^3.0.6",
"mixpanel-browser": "^2.53.0",
"react": "^18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions apps/connect/src/providers/telemetry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe("telemetry", () => {
fromChain: "bsc",
toChain: "arbitrum",
txId: "txId",
USDAmount: 123.456,
toToken: {
symbol: "osETH",
tokenId: { address: "address", chain: "chain" },
Expand Down Expand Up @@ -65,6 +66,7 @@ describe("telemetry", () => {
toTokenAddress: "address",
route: "wstETH Bridge",
txId: "txId",
USDAmount: 123.456,
});
});

Expand Down

0 comments on commit f08c676

Please sign in to comment.