Skip to content

Commit

Permalink
Merge pull request #295 from ourzora/fix-ethereum-slug
Browse files Browse the repository at this point in the history
Fix ethereum chain slug
  • Loading branch information
neokry authored Jul 6, 2023
2 parents 1e8bc1f + 540e6d9 commit a378f22
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

2 comments on commit a378f22

@vercel
Copy link

@vercel vercel bot commented on a378f22 Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

testnet-nouns-builder – ./apps/web

testnet-nouns-builder-git-main-nouns-builder.vercel.app
testnet-nouns-builder-nouns-builder.vercel.app
testnet.nouns.build

@vercel
Copy link

@vercel vercel bot commented on a378f22 Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.