Skip to content

Commit

Permalink
deploy preview (#891)
Browse files Browse the repository at this point in the history
* deploy preview

* Add Mantle support

* setup mantle rpc

* Cahnge advanced tools branch

---------

Co-authored-by: yuli-ferna <yuliferna123@gmail.com>
  • Loading branch information
sebastianscatularo and yuli-ferna authored Jun 19, 2024
1 parent 6f323d0 commit 4e7321a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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 @@ -21,7 +21,7 @@
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.12.1",
"@tanstack/react-query": "^5.14.2",
"@wormhole-foundation/wormhole-connect": "0.3.12",
"@wormhole-foundation/wormhole-connect": "0.3.14-beta.0-development",
"dompurify": "^3.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
3 changes: 2 additions & 1 deletion apps/connect/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export const chains = [
"arbitrum",
"optimism",
"scroll",
"xlayer"
"xlayer",
"mantle"
]

const MAINNET_RPCS = {
Expand Down

0 comments on commit 4e7321a

Please sign in to comment.