Skip to content

Commit

Permalink
Merge branch 'release/0.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Elsasser committed Jul 27, 2018
2 parents 352ffe8 + cc33c4e commit 5c7570b
Show file tree
Hide file tree
Showing 14 changed files with 5,578 additions and 5,539 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ Join our [Discord Community](https://marketprotocol.io/discord) to interact with
### Rinkeby Token Faucets
| Token | Address |
| ------ | ----- |
| Fake USD | 0xee78ae82ab0bbbae6d99b36a999e7b6de2e8664b |
| Fake Wrapped Eth | 0x2021c394e8fce5e56c166601a0428e4611147802 |
| Fake USD | 0x8a58443F8FE877912B68dB454a1f583983FD8dBa |
| Fake Wrapped Eth | 0x6371D022560B18Dc4A86702D6DE41B5a3c934DA0 |


648 changes: 324 additions & 324 deletions build/contracts/InitialAllocationCollateralToken.json

Large diffs are not rendered by default.

574 changes: 287 additions & 287 deletions build/contracts/MarketCollateralPoolFactory.json

Large diffs are not rendered by default.

762 changes: 381 additions & 381 deletions build/contracts/MarketContractFactoryOraclize.json

Large diffs are not rendered by default.

1,312 changes: 656 additions & 656 deletions build/contracts/MarketContractOraclize.json

Large diffs are not rendered by default.

1,224 changes: 612 additions & 612 deletions build/contracts/MarketContractRegistry.json

Large diffs are not rendered by default.

1,632 changes: 816 additions & 816 deletions build/contracts/MarketToken.json

Large diffs are not rendered by default.

2,132 changes: 1,066 additions & 1,066 deletions build/contracts/MathLib.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/contracts/Migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1378,10 +1378,10 @@
"4": {
"events": {},
"links": {},
"address": "0x854cb3af852cfda1b6725762a396e42de220d5b5",
"transactionHash": "0xb46caa3d729ec7f30be42e39d1f38aee3309897ae071c898395a47c44058392e"
"address": "0xcd392092ad3e5d1592822455168c98a6d34b307c",
"transactionHash": "0x54e91b11d25d331c3220ccf4785339d9294bd7c2f12616266fedeaaed02781f2"
}
},
"schemaVersion": "2.0.1",
"updatedAt": "2018-07-12T16:03:47.561Z"
"updatedAt": "2018-07-27T19:00:06.731Z"
}
1,087 changes: 562 additions & 525 deletions build/contracts/OraclizeQueryTest.json

Large diffs are not rendered by default.

1,720 changes: 860 additions & 860 deletions build/contracts/OrderLib.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions migrations/2_deploy_contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = function(deployer, network) {
MarketToken.address,
collateralPoolFactory.address,
{
gas: web3.eth.getBlock('latest').gasLimit
gas: 7000000
}
)
.then(function(factory) {
Expand All @@ -117,7 +117,7 @@ module.exports = function(deployer, network) {
.contractAddress;
return collateralPoolFactory.deployMarketCollateralPool(
marketContractDeployedAddress,
{ gas: 1800000 }
{ gas: 1900000 }
);
});
});
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marketprotocol/abis",
"version": "0.0.1",
"version": "0.0.2",
"description": "MARKET Protocol truffle artifacts and ABIs",
"main": "truffle-config.js",
"scripts": {
Expand All @@ -26,6 +26,6 @@
},
"homepage": "https://marketprotocol.io",
"devDependencies": {
"@marketprotocol/marketprotocol": "^1.2.0"
"@marketprotocol/marketprotocol": "^1.3.0"
}
}

0 comments on commit 5c7570b

Please sign in to comment.