Skip to content

Commit

Permalink
Merge pull request #320 from airswap/rinkeby_deploy_2019-11-25
Browse files Browse the repository at this point in the history
Rinkeby Update Deployed Addresses
  • Loading branch information
ejwessel committed Nov 25, 2019
2 parents caba214 + b714aed commit 96c0a5e
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion source/delegate-factory/deploys.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"4": "0x72D6e964816c3faAaCfD4De76A3A5B037eD6aeBa"
"4": "0x856A4D524C7A591e83ab8abCd7e6c3eE40261ba5"
}
4 changes: 2 additions & 2 deletions source/delegate-factory/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -26,7 +26,7 @@
"solidity-coverage": "^0.6.3"
},
"dependencies": {
"@airswap/delegate": "0.4.1",
"@airswap/delegate": "0.5.1",
"openzeppelin-solidity": "2.3"
}
}
5 changes: 3 additions & 2 deletions source/delegate/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion source/indexer/deploys.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"4": "0x6299e178413d6b7903c365dda1d4f23e37868b25"
"4": "0x89e1288a417710B83a6135faFC660532de491A44"
}
4 changes: 2 additions & 2 deletions source/indexer/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion source/swap/deploys.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"4": "0x43f18D371f388ABE40b9dDaac44D1C9c9185a078"
"4": "0xE032C9585fF89FE9e9e99a3E49c9f302Aa636D77"
}
4 changes: 2 additions & 2 deletions source/swap/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion source/types/deploys.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"4": "0x1a1ec25DC08e98e5E93F1104B5e5cdD298707d31"
"4": "0x748981557D20b6C42052A5018CF33385F0da669C"
}
2 changes: 1 addition & 1 deletion source/types/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion source/wrapper/deploys.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"4": "0x7Aa243DFf538Fa83e28E80134D2415Bc2cF72F53"
"4": "0x411bcDB2c5f0B42fCAe0224E7449c980eA386C45"
}
4 changes: 2 additions & 2 deletions source/wrapper/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion utils/order-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 96c0a5e

Please sign in to comment.