Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Mar 29, 2024
1 parent 6fab543 commit 1281f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/connect/vite.usdc-bridge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { defineConfig } from 'vite'
import viteConfig from './vite.config'

const PUBLIC_URL = viteConfig.base;
const TESTNET_NETWORKS = ['goerli', 'fuji', 'arbitrumgoerli', 'optimismgoerli', 'basegoerli', "mumbai"];
const MAINNET_NETWORKS = ["ethereum", "avalanche", "arbitrum", "optimism", "base", "polygon"];
const TESTNET_NETWORKS = ['goerli', 'fuji', 'arbitrumgoerli', 'optimismgoerli', 'basegoerli', "mumbai", "solana"];
const MAINNET_NETWORKS = ["ethereum", "avalanche", "arbitrum", "optimism", "base", "polygon", "solana"];

// https://vitejs.dev/config/
export default defineConfig({
Expand Down

0 comments on commit 1281f80

Please sign in to comment.