Skip to content

Commit

Permalink
Merge branch 'main' into fix-chain-logo-loading
Browse files Browse the repository at this point in the history
  • Loading branch information
neokry authored Jul 6, 2023
2 parents 1a5b7fe + a378f22 commit 179c5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
NEXT_PUBLIC_UPLOAD_API=https://upload-api.zora.co
NEXT_PUBLIC_IPFS_GATEWAY=https://ipfs.decentralized-content.com
NEXT_PUBLIC_CHAIN_ID=5
NEXT_PUBLIC_NETWORK_TYPE=testnet
NEXT_PUBLIC_NETWORK_TYPE=mainnet
2 changes: 1 addition & 1 deletion apps/web/src/constants/defaultChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { baseGoerli, goerli, mainnet, optimismGoerli } from 'wagmi/chains'
import { CHAIN_ID, Chain } from 'src/typings'

const MAINNET_CHAINS: Chain[] = [
{ ...mainnet, id: CHAIN_ID.ETHEREUM, slug: 'eth', icon: '/chains/ethereum.svg' },
{ ...mainnet, id: CHAIN_ID.ETHEREUM, slug: 'ethereum', icon: '/chains/ethereum.svg' },
]

const TESTNET_CHAINS: Chain[] = [
Expand Down

0 comments on commit 179c5dc

Please sign in to comment.