Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit fcb0280

Browse files
committed
Fix incorrect production env
1 parent 7d3d9f0 commit fcb0280

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/.env.production

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ NEXT_PUBLIC_DEVELOPER_DAO_CONTRACT=0x25ed58c027921E14D86380eA2646E3a1B5C55A8b
22
NEXT_PUBLIC_DEVELOPER_DAO_CONTRACT_NETWORK=mainnet
33
NEXT_PUBLIC_DEVELOPER_DAO_CONTRACT_NETWORK_PROVIDER=homestead
44
NEXT_PUBLIC_NETWORK_ID=1
5-
NEXT_PUBLIC_OPENSEA_DIRECT_LINK_PREFIX=https://testnets.opensea.io/assets/0x25ed58c027921E14D86380eA2646E3a1B5C55A8b
6-
NEXT_PUBLIC_OPENSEA_COLLECTION_LINK=https://testnets.opensea.io/collection/devs-for-revolution-kexfxbcvp8
7-
NEXT_PUBLIC_ETHER_SCAN_LINK_PREFIX=https://rinkeby.etherscan.io/address
8-
NEXT_PUBLIC_ETHERSCAN_TX_URL=https://rinkeby.etherscan.io/tx/
5+
NEXT_PUBLIC_OPENSEA_DIRECT_LINK_PREFIX=https://opensea.io/assets/0x25ed58c027921E14D86380eA2646E3a1B5C55A8b
6+
NEXT_PUBLIC_OPENSEA_COLLECTION_LINK=https://opensea.io/collection/devs-for-revolution
7+
NEXT_PUBLIC_ETHER_SCAN_LINK_PREFIX=https://etherscan.io/address
8+
NEXT_PUBLIC_ETHERSCAN_TX_URL=https://etherscan.io/tx/
99
NEXT_PUBLIC_INFURA_ID=

0 commit comments

Comments
 (0)