Skip to content

Commit

Permalink
Merge pull request MyEtherWallet#1002 from lbeder/mercury
Browse files Browse the repository at this point in the history
Added KIN token and token sale
  • Loading branch information
tayvano authored Sep 11, 2017
2 parents 458fe39 + adc7f60 commit 40ca269
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/scripts/customGas.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,13 @@ module.exports = [
gasLimit: 100000,
data: '',
msg: 'BMChain ICO - Platform of digital reputation - Official site https://bmchain.io'
},
{
// Kin Token Sale
to: '0x8BfE5EbB128eE82F4BA80f56bb32409CC87bC6fb',
gasLimit: 200000,
data: '',
msg: 'Kin Token Sale'
}
]

5 changes: 5 additions & 0 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,11 @@
"decimal":18,
"type":"default"
},{
"address":"0x818Fc6C2Ec5986bc6E2CBf00939d90556aB12ce5",
"symbol":"KIN",
"decimal":18,
"type":"default"
},{
"address":"0x21aE23B882A340A22282162086bC98D3E2B73018",
"symbol":"LOK",
"decimal":18,
Expand Down

0 comments on commit 40ca269

Please sign in to comment.