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

Commit

Permalink
fix vibex
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Jan 10, 2018
1 parent 374fdff commit 31aeaf8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
7 changes: 6 additions & 1 deletion app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1764,12 +1764,17 @@
"decimal":18,
"type":"default"
},{
"address":"0xe8ff5c9c75deb346acac493c463c8950be03dfba",
"symbol":"VIBE",
"decimal":18,
"type":"default"
},{
"address":"0x2C974B2d0BA1716E644c1FC59982a89DDD2fF724",
"symbol":"VIB",
"decimal":18,
"type":"default"
},{
"address":"0xe8ff5c9c75deb346acac493c463c8950be03dfba",
"address":"0x882448f83d90b2bf477af2ea79327fdea1335d93",
"symbol":"VIBEX",
"decimal":18,
"type":"default"
Expand Down
8 changes: 7 additions & 1 deletion chrome-extension/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -14037,13 +14037,19 @@ module.exports=[{
"symbol":"VET",
"decimal":18,
"type":"default"
},
{
"address":"0xe8ff5c9c75deb346acac493c463c8950be03dfba",
"symbol":"VIBE",
"decimal":18,
"type":"default"
},{
"address":"0x2C974B2d0BA1716E644c1FC59982a89DDD2fF724",
"symbol":"VIB",
"decimal":18,
"type":"default"
},{
"address":"0xe8ff5c9c75deb346acac493c463c8950be03dfba",
"address":"0x882448f83d90b2bf477af2ea79327fdea1335d93",
"symbol":"VIBEX",
"decimal":18,
"type":"default"
Expand Down
8 changes: 7 additions & 1 deletion dist/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -14037,13 +14037,19 @@ module.exports=[{
"symbol":"VET",
"decimal":18,
"type":"default"
},
{
"address":"0xe8ff5c9c75deb346acac493c463c8950be03dfba",
"symbol":"VIBE",
"decimal":18,
"type":"default"
},{
"address":"0x2C974B2d0BA1716E644c1FC59982a89DDD2fF724",
"symbol":"VIB",
"decimal":18,
"type":"default"
},{
"address":"0xe8ff5c9c75deb346acac493c463c8950be03dfba",
"address":"0x882448f83d90b2bf477af2ea79327fdea1335d93",
"symbol":"VIBEX",
"decimal":18,
"type":"default"
Expand Down

0 comments on commit 31aeaf8

Please sign in to comment.