Skip to content

Commit

Permalink
updated with new tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Apr 11, 2018
1 parent 7e7d338 commit 9eb1b2b
Show file tree
Hide file tree
Showing 6 changed files with 7,634 additions and 6,578 deletions.
2 changes: 1 addition & 1 deletion build/contracts/DummyToken.json
Original file line number Diff line number Diff line change
Expand Up @@ -1778,5 +1778,5 @@
}
},
"schemaVersion": "2.0.0",
"updatedAt": "2018-04-11T03:43:43.232Z"
"updatedAt": "2018-04-11T03:57:24.730Z"
}
6 changes: 3 additions & 3 deletions build/contracts/Migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1370,8 +1370,8 @@
"1": {
"events": {},
"links": {},
"address": "0xf9d0c1e4759b2e41ed06c8277d3af0d09963bc68",
"transactionHash": "0x383e2cd55730d4ce4ad8e821a0606d4f0f3e43e1c4474e3108788d903b1a43a6"
"address": "0xb4f6d9556982255dd24163f1f06e6729e31a5673",
"transactionHash": "0x3f18d1189cf4296b47aa81d988adf99096ad10d758ff0cdea3d4ffed624fdc95"
},
"5777": {
"events": {},
Expand All @@ -1381,5 +1381,5 @@
}
},
"schemaVersion": "2.0.0",
"updatedAt": "2018-04-11T02:15:48.863Z"
"updatedAt": "2018-04-11T04:23:36.428Z"
}
6 changes: 3 additions & 3 deletions build/contracts/PublicTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -16000,10 +16000,10 @@
"5777": {
"events": {},
"links": {},
"address": "0x345ca3e014aaf5dca488057592ee47305d9b3e10",
"transactionHash": "0x97161d80062c7ac54d11109a30e4d8a8b6c1773363d482abebae9afb48d50626"
"address": "0x2445bc665aefca58d2137baf26a62edb38cbc274",
"transactionHash": "0x15182fb8fb085a2fcf0a9f1041ecc93cd58ccac10161bc76975184a7f8eda373"
}
},
"schemaVersion": "2.0.0",
"updatedAt": "2018-04-11T03:43:43.239Z"
"updatedAt": "2018-04-11T03:57:24.738Z"
}
4 changes: 2 additions & 2 deletions migrations/2_deploy_contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ module.exports = function(deployer, network, accounts) {
}).then(function(pt) {
ethTokens.forEach(async(_token) => {
try {
await pt.addSetToken(getHex(_token.name.substr(0, 16)), getHex(_token.symbol), _token.address, _token.decimals, getHex(_token.website), getHex(_token.support.email), {gas:"0x2bf20"})
await pt.addSetToken(getHex(_token.name.substr(0, 16)), getHex(_token.symbol), _token.address, _token.decimals, getHex(_token.website), getHex(_token.support.email), {gas:"0x493e0"})
} catch (e) {
console.log(_token)
console.log(_token, e)
}
})
})
Expand Down
Loading

0 comments on commit 9eb1b2b

Please sign in to comment.