Skip to content

Commit b1be707

Browse files
committed
added more warnings
1 parent 9b488f9 commit b1be707

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.secret
22
.env
33
node_modules
4+
.DS_Store

client/src/App.js

+3
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ function App() {
169169
<Box mt="1.5rem">
170170
<Typography variant="h5" align="center">Loading Web3, accounts, and contract...</Typography>
171171
</Box>
172+
<Box mt="1.5rem">
173+
<Typography variant="h5" align="center">Please use the rinkeby testnet. If you are using another network, then please switch over to rinkeby and refresh the page!</Typography>
174+
</Box>
172175
<Box mt="2rem" component="span">
173176
<Typography variant="h6" align="center">If you do not have an etherum wallet, you can install it from here: </Typography>
174177
</Box>

0 commit comments

Comments
 (0)