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

Add OS.University EDU tokens to MEW #1871

Merged
merged 1 commit into from
May 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/scripts/customGas.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,4 +367,10 @@ to: '0xFc543bA94943DA77236D38D1CBE6Bd9C7B945dfC',
gasLimit: 250000,
data: '',
msg: 'GANA Token Sale. Green And Nature Association. - https://ganacoin.io/'
},{
// OS.University (EDU) Token Sale
to: '0x94d313feaee495466a23d97c87690ae33c0f0af6',
gasLimit: 200000,
data: '',
msg: 'EDU Token Sale by OS.University - https://os.university/'
}]
6 changes: 6 additions & 0 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -3850,5 +3850,11 @@
"symbol": "ZST",
"decimal": 8,
"type": "default"
},
{
"address": "0x2a22e5cca00a3d63308fa39f29202eb1b39eef52",
"symbol": "EDU",
"decimal": 18,
"type": "default"
}
]