Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
add warning for status scam
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano authored Jun 18, 2017
1 parent d9cf008 commit 7a2bebe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/scripts/customGas.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ module.exports = [
msg: 'Bancor. The sale has ended. Please do not send anymore. The network is borked enough as it is.'
},
{
// SuperDao
to: '0x0000',
gasLimit: 200000,
// FAKE STATUS
to: '0xc9f32ce1127e44c51cbd182d6364f3d707fd0d47',
gasLimit: -1,
data: '',
msg: 'SuperDAO. Starts June 13, 2017.'
msg: 'DO NOT SEND. THIS IS NOT THE ADDRESS FOR STATUS.'
},
{
// SONM
Expand Down

0 comments on commit 7a2bebe

Please sign in to comment.