Skip to content

Commit

Permalink
registry, swap-erc20 sepolia beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed Jan 25, 2024
1 parent cb3b3cf commit 1c5a8bd
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 38 deletions.
6 changes: 3 additions & 3 deletions source/batch-call/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"dependencies": {
"@openzeppelin/contracts": "^4.8.3",
"@airswap/swap": "4.2.0-beta.1",
"@airswap/swap-erc20": "4.2.0-beta.1"
"@airswap/swap-erc20": "4.2.0-beta.2"
},
"devDependencies": {
"@airswap/constants": "4.2.0-beta.2",
"@airswap/utils": "4.2.0-beta.1",
"@airswap/constants": "4.2.0-beta.3",
"@airswap/utils": "4.2.0-beta.2",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions source/pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/constants": "4.2.0-beta.2",
"@airswap/constants": "4.2.0-beta.3",
"@airswap/metadata": "4.1.16",
"@airswap/types": "4.2.0-beta.0",
"@airswap/utils": "4.2.0-beta.1",
"@airswap/types": "4.2.0-beta.1",
"@airswap/utils": "4.2.0-beta.2",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
4 changes: 3 additions & 1 deletion source/registry/deploys-blocks.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = {}
module.exports = {
11155111: 5151266,
}
4 changes: 3 additions & 1 deletion source/registry/deploys.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = {}
module.exports = {
11155111: '0x47C116ac7E9D1F020761eFb81D3ce9d887273967',
}
6 changes: 3 additions & 3 deletions source/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/registry",
"version": "4.2.0-beta.0",
"version": "4.2.0-beta.1",
"description": "AirSwap: Server Registry",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,8 +32,8 @@
"access": "public"
},
"devDependencies": {
"@airswap/constants": "4.2.0-beta.2",
"@airswap/utils": "4.2.0-beta.1",
"@airswap/constants": "4.2.0-beta.3",
"@airswap/utils": "4.2.0-beta.2",
"prompt-confirm": "^2.0.4"
}
}
2 changes: 1 addition & 1 deletion source/staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"devDependencies": {
"@airswap/utils": "4.2.0-beta.1",
"@airswap/utils": "4.2.0-beta.2",
"prompt-confirm": "^2.0.4"
}
}
4 changes: 3 additions & 1 deletion source/swap-erc20/deploys-blocks.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = {}
module.exports = {
11155111: 5151268,
}
4 changes: 3 additions & 1 deletion source/swap-erc20/deploys.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = {}
module.exports = {
11155111: '0xE057458c99D44395B2Bcb773722f1c4B1d2932Ed',
}
8 changes: 4 additions & 4 deletions source/swap-erc20/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/swap-erc20",
"version": "4.2.0-beta.1",
"version": "4.2.0-beta.2",
"description": "AirSwap: Atomic ERC20 Token Swap",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -29,10 +29,10 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/constants": "4.2.0-beta.2",
"@airswap/constants": "4.2.0-beta.3",
"@airswap/staking": "4.2.0-beta.1",
"@airswap/types": "4.2.0-beta.0",
"@airswap/utils": "4.2.0-beta.1",
"@airswap/types": "4.2.0-beta.1",
"@airswap/utils": "4.2.0-beta.2",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions source/swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/constants": "4.2.0-beta.2",
"@airswap/types": "4.2.0-beta.0",
"@airswap/utils": "4.2.0-beta.1",
"@airswap/constants": "4.2.0-beta.3",
"@airswap/types": "4.2.0-beta.1",
"@airswap/utils": "4.2.0-beta.2",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions source/wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"owners": "hardhat run ./scripts/owner.js"
},
"dependencies": {
"@airswap/swap-erc20": "4.2.0-beta.1",
"@airswap/swap-erc20": "4.2.0-beta.2",
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/constants": "4.2.0-beta.2",
"@airswap/utils": "4.2.0-beta.1",
"@airswap/types": "4.2.0-beta.0",
"@airswap/constants": "4.2.0-beta.3",
"@airswap/utils": "4.2.0-beta.2",
"@airswap/types": "4.2.0-beta.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"prompt-confirm": "^2.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/constants",
"version": "4.2.0-beta.2",
"version": "4.2.0-beta.3",
"description": "AirSwap: Constants for Developers",
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions tools/libraries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/libraries",
"version": "4.2.1-beta.1",
"version": "4.2.1-beta.2",
"description": "AirSwap: Libraries for Developers",
"repository": {
"type": "git",
Expand All @@ -27,15 +27,15 @@
},
"dependencies": {
"@airswap/batch-call": "4.2.0-beta.1",
"@airswap/constants": "4.2.0-beta.2",
"@airswap/constants": "4.2.0-beta.3",
"@airswap/jsonrpc-client-websocket": "0.0.1",
"@airswap/registry": "4.2.0-beta.0",
"@airswap/registry": "4.2.0-beta.1",
"@airswap/pool": "4.2.0-beta.0",
"@airswap/staking": "4.2.0-beta.1",
"@airswap/swap": "4.2.0-beta.1",
"@airswap/swap-erc20": "4.2.0-beta.1",
"@airswap/types": "4.2.0-beta.0",
"@airswap/utils": "4.2.0-beta.1",
"@airswap/swap-erc20": "4.2.0-beta.2",
"@airswap/types": "4.2.0-beta.1",
"@airswap/utils": "4.2.0-beta.2",
"@airswap/wrapper": "4.2.0-beta.0",
"browser-or-node": "^2.1.1",
"ethers": "^5.6.9",
Expand Down
4 changes: 2 additions & 2 deletions tools/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"test": "TS_NODE_COMPILER_OPTIONS='{\"strict\":false}' yarn mocha -r ts-node/esm test/*.ts"
},
"dependencies": {
"@airswap/constants": "4.2.0-beta.2",
"@airswap/types": "4.2.0-beta.0",
"@airswap/constants": "4.2.0-beta.3",
"@airswap/types": "4.2.0-beta.1",
"@airswap/wrapper": "4.2.0-beta.0",
"@openzeppelin/contracts": "^4.8.3",
"@uniswap/token-lists": "^1.0.0-beta.24",
Expand Down
2 changes: 1 addition & 1 deletion tools/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/types",
"version": "4.2.0-beta.0",
"version": "4.2.0-beta.1",
"description": "AirSwap: Types for Developers",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions tools/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/utils",
"version": "4.2.0-beta.1",
"version": "4.2.0-beta.2",
"description": "AirSwap: Utilities for Developers",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"test:ci": "yarn test"
},
"dependencies": {
"@airswap/constants": "4.2.0-beta.2",
"@airswap/types": "4.2.0-beta.0",
"@airswap/constants": "4.2.0-beta.3",
"@airswap/types": "4.2.0-beta.1",
"@metamask/eth-sig-util": "^5.0.2",
"bignumber.js": "^9.0.1",
"ethereumjs-util": "^7.1.5",
Expand Down

0 comments on commit 1c5a8bd

Please sign in to comment.