(Fix) make codacy happy

This commit is contained in:
Roman Storm 2018-01-09 16:59:26 -08:00
parent f7eaa6a601
commit e251f273db
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
const CORE_ADDRESSES = {
KEYS_MANAGER_ADDRESS: '0xfc90125492e58dbfe80c0bfb6a2a759c4f703ca8',
KEYS_MANAGER_ADDRESS: "0xfc90125492e58dbfe80c0bfb6a2a759c4f703ca8",
}
const SOKOL_ADDRESSES = {
KEYS_MANAGER_ADDRESS: '0xD480319659AFe5044FB09e2B92d10c987044DE4B',
KEYS_MANAGER_ADDRESS: "0xD480319659AFe5044FB09e2B92d10c987044DE4B",
}
module.exports = (netId) => {