Permalink
Browse files
Merge pull request #320 from airswap/rinkeby_deploy_2019-11-25
Rinkeby Update Deployed Addresses
- Loading branch information
|
|
@@ -1,3 +1,3 @@ |
|
|
{ |
|
|
"4": "0x72D6e964816c3faAaCfD4De76A3A5B037eD6aeBa" |
|
|
"4": "0x856A4D524C7A591e83ab8abCd7e6c3eE40261ba5" |
|
|
} |
|
|
@@ -1,6 +1,6 @@ |
|
|
{ |
|
|
"name": "@airswap/delegate-factory", |
|
|
"version": "0.2.2", |
|
|
"version": "0.3.2", |
|
|
"description": "Deploys Delegate contracts for use in the Swap Protocol", |
|
|
"license": "Apache-2.0", |
|
|
"repository": { |
|
@@ -26,7 +26,7 @@ |
|
|
"solidity-coverage": "^0.6.3" |
|
|
}, |
|
|
"dependencies": { |
|
|
"@airswap/delegate": "0.4.1", |
|
|
"@airswap/delegate": "0.5.1", |
|
|
"openzeppelin-solidity": "2.3" |
|
|
} |
|
|
} |
|
|
@@ -1,6 +1,6 @@ |
|
|
{ |
|
|
"name": "@airswap/delegate", |
|
|
"version": "0.4.1", |
|
|
"version": "0.5.1", |
|
|
"description": "Manages delegated trading rules for use in the Swap Protocol", |
|
|
"license": "Apache-2.0", |
|
|
"repository": { |
|
@@ -26,7 +26,8 @@ |
|
|
"solidity-coverage": "^0.6.3" |
|
|
}, |
|
|
"dependencies": { |
|
|
"@airswap/swap": "2.2.2", |
|
|
"@airswap/indexer": "0.4.2", |
|
|
"@airswap/swap": "2.3.2", |
|
|
"openzeppelin-solidity": "2.3" |
|
|
} |
|
|
} |
|
|
@@ -1,3 +1,3 @@ |
|
|
{ |
|
|
"4": "0x6299e178413d6b7903c365dda1d4f23e37868b25" |
|
|
"4": "0x89e1288a417710B83a6135faFC660532de491A44" |
|
|
} |
|
|
@@ -1,6 +1,6 @@ |
|
|
{ |
|
|
"name": "@airswap/indexer", |
|
|
"version": "0.3.2", |
|
|
"version": "0.4.2", |
|
|
"description": "Manages markets that store intents to trade in the Swap Protocol", |
|
|
"license": "Apache-2.0", |
|
|
"repository": { |
|
@@ -24,7 +24,7 @@ |
|
|
"@airswap/index": "0.3.1", |
|
|
"@airswap/order-utils": "0.3.8", |
|
|
"@airswap/test-utils": "0.1.1", |
|
|
"@airswap/types": "0.3.2", |
|
|
"@airswap/types": "0.4.2", |
|
|
"bignumber.js": "^9.0.0", |
|
|
"solidity-coverage": "^0.6.3", |
|
|
"truffle": "^5.0.24" |
|
|
|
|
@@ -1,3 +1,3 @@ |
|
|
{ |
|
|
"4": "0x43f18D371f388ABE40b9dDaac44D1C9c9185a078" |
|
|
"4": "0xE032C9585fF89FE9e9e99a3E49c9f302Aa636D77" |
|
|
} |
|
|
@@ -1,6 +1,6 @@ |
|
|
{ |
|
|
"name": "@airswap/swap", |
|
|
"version": "2.2.2", |
|
|
"version": "2.3.2", |
|
|
"description": "The atomic swap used to trustlessly transfer tokens in the Swap Protocol", |
|
|
"license": "Apache-2.0", |
|
|
"repository": { |
|
@@ -31,7 +31,7 @@ |
|
|
"truffle-hdwallet-provider-privkey": "1.0.3" |
|
|
}, |
|
|
"dependencies": { |
|
|
"@airswap/types": "0.3.2", |
|
|
"@airswap/types": "0.4.2", |
|
|
"openzeppelin-solidity": "2.3" |
|
|
} |
|
|
} |
|
|
@@ -1,3 +1,3 @@ |
|
|
{ |
|
|
"4": "0x1a1ec25DC08e98e5E93F1104B5e5cdD298707d31" |
|
|
"4": "0x748981557D20b6C42052A5018CF33385F0da669C" |
|
|
} |
|
|
@@ -1,6 +1,6 @@ |
|
|
{ |
|
|
"name": "@airswap/types", |
|
|
"version": "0.3.2", |
|
|
"version": "0.4.2", |
|
|
"description": "Solidity structs and hashing used in the Swap Protocol", |
|
|
"license": "Apache-2.0", |
|
|
"repository": { |
|
|
|
|
@@ -1,3 +1,3 @@ |
|
|
{ |
|
|
"4": "0x7Aa243DFf538Fa83e28E80134D2415Bc2cF72F53" |
|
|
"4": "0x411bcDB2c5f0B42fCAe0224E7449c980eA386C45" |
|
|
} |
|
|
@@ -1,6 +1,6 @@ |
|
|
{ |
|
|
"name": "@airswap/wrapper", |
|
|
"version": "0.3.1", |
|
|
"version": "0.4.1", |
|
|
"description": "Wraps and unwraps ether for WETH trades in the Swap Protocol", |
|
|
"license": "Apache-2.0", |
|
|
"repository": { |
|
@@ -27,7 +27,7 @@ |
|
|
"solidity-coverage": "^0.6.3" |
|
|
}, |
|
|
"dependencies": { |
|
|
"@airswap/swap": "2.2.2", |
|
|
"@airswap/swap": "2.3.2", |
|
|
"@airswap/tokens": "0.1.3" |
|
|
} |
|
|
} |
|
@@ -16,7 +16,7 @@ |
|
|
"mocha": "^6.2.0" |
|
|
}, |
|
|
"dependencies": { |
|
|
"@airswap/swap": "2.2.2", |
|
|
"@airswap/swap": "2.3.2", |
|
|
"@airswap/tokens": "0.1.3", |
|
|
"eth-sig-util": "^2.2.0", |
|
|
"ethereumjs-util": "^6.1.0", |
|
|
0 comments on commit
96c0a5e