Skip to content

Commit

Permalink
udpate w transfer portal
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Jun 26, 2024
1 parent cdd5bee commit a4ec99c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
8 changes: 4 additions & 4 deletions apps/w-bridge/package-lock.json

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

4 changes: 1 addition & 3 deletions apps/w-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"version": "0.2.15",
"type": "module",
"scripts": {
"dev:usdc-bridge": "vite --config ./vite.usdc-bridge.config.ts",
"build:usdc-bridge": "tsc && vite build --config ./vite.usdc-bridge.config.ts",
"dev:token-bridge": "vite --config ./vite.token-bridge.config.ts",
"build:token-bridge": "tsc && vite build --config ./vite.token-bridge.config.ts",
"dev": "vite",
Expand All @@ -21,7 +19,7 @@
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.12.1",
"@tanstack/react-query": "^5.14.2",
"@wormhole-foundation/wormhole-connect": "file:./wormhole-foundation-wormhole-connect-0.3.7.tgz",
"@wormhole-foundation/wormhole-connect": "file:./wormhole-foundation-wormhole-connect-0.3.7-SquadX.tgz",
"dompurify": "^3.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
10 changes: 0 additions & 10 deletions apps/w-bridge/vite.token-bridge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,6 @@ export default defineConfig({
href: USDC_BRIDGE_HREF
},
networks: [...chains],
moreNetworks: {
href: ADVANCE_TOOLS_HREF_TEMPLATE,
target: "_blank",
description: "Advance Tools offers unlimited transfers across chains for tokens and NFTs wrapped by Wormhole.",
networks: process.env.VITE_APP_CLUSTER === 'mainnet' ? MAINNET_MORE_NETWORKS : TESTNET_MORE_NETWORKS,
},
moreTokens: {
label: "More tokens ...",
href: ADVANCE_TOOLS_HREF_TEMPLATE,
},
routes: ["nttRelay"],
tokensConfig: {
"Wsolana": {
Expand Down
Binary file not shown.

0 comments on commit a4ec99c

Please sign in to comment.