MyEtherWallet / etherwallet

https://vintage.myetherwallet.com
MIT License
2.34k stars 1.72k forks source link

How to generate offline transaction for new token? #1913

Closed kostepanych closed 6 years ago

kostepanych commented 6 years ago

Is there possibility to generate offline transaction on offline PC for new token that is not present in the select list yet? Maybe I should add something to sources?

kostepanych commented 6 years ago

I found this in the etherwallet-master.js file:

module.exports={ "tokens": { "OMG": { "name": "OmiseGO", "decimals": 18, "address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07" }, And this: 121:[function(require,module,exports){ module.exports=[ { "address": "0xa024e8057eec474a9b2356833707dd0579e26ef3", "symbol": "$FYX", "decimal": 18, "type": "default" }, If I add here new token, will it work?

gamalielhere commented 6 years ago

@kostepanych adding your to there would add the token. You can also try using the add custom token feature on the lower right when you unlock your wallet. I'm closing this issue. Don't hesitate to reopen it.