1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-02 18:13:10 +01:00

switch to main network

This commit is contained in:
Matthias Kretschmann 2018-10-22 21:22:22 +02:00
parent 03c1a39f93
commit ea9fb7dc3f
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -177,7 +177,7 @@ export default class Web3Donation extends PureComponent {
message
} = this.state
const hasCorrectNetwork = networkId === 42
const hasCorrectNetwork = networkId === 1
const hasAccount = accounts.length !== 0
return (