Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:airswap/airswap-protocols into b…
Browse files Browse the repository at this point in the history
…atch_registry_call
  • Loading branch information
dmosites committed Mar 18, 2024
2 parents 0197353 + f2869d7 commit f3b0940
Show file tree
Hide file tree
Showing 28 changed files with 1,679 additions and 2,390 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require('dotenv').config({ path: '../../.env' })
require('@typechain/hardhat')
require('@nomiclabs/hardhat-ethers')
require('@nomiclabs/hardhat-waffle')
require('@nomiclabs/hardhat-etherscan')
require('@nomicfoundation/hardhat-verify')
require('hardhat-gas-reporter')
require('solidity-coverage')

Expand Down
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,27 @@
"prettier": "prettier --write \"./**/*.sol\" \"./**/*.ts\" \"./**/*.js\" \"./**/*.json\""
},
"devDependencies": {
"@ensdomains/ens": "^0.4.4",
"@ensdomains/resolver": "^0.2.4",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@typechain/ethers-v5": "^10.2.0",
"@typechain/hardhat": "^6.1.5",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@typechain/ethers-v5": "^11.1.2",
"@typechain/hardhat": "^7.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@types/sinon-chai": "^3.2.12",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"chai": "^4.3.6",
"dotenv": "^16.0.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.6.9",
"ethers": "^5.7.2",
"hardhat": "^2.12.7",
"hardhat-gas-reporter": "^1.0.9",
"husky": "^8.0.1",
Expand Down
12 changes: 5 additions & 7 deletions source/batch-call/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/batch-call",
"version": "4.2.1",
"version": "4.2.3",
"description": "Batch balance, allowance, order validity checks",
"license": "MIT",
"repository": {
Expand All @@ -25,13 +25,11 @@
"verify": "hardhat run ./scripts/verify.js",
"owners": "hardhat run ./scripts/owner.js"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.3",
"@airswap/swap": "4.2.1",
"@airswap/swap-erc20": "4.2.1"
},
"devDependencies": {
"@airswap/utils": "4.2.8",
"@airswap/utils": "4.3.0",
"@airswap/swap": "4.2.2",
"@airswap/swap-erc20": "4.3.1",
"@openzeppelin/contracts": "^4.8.3",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
8 changes: 3 additions & 5 deletions source/pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/pool",
"version": "4.2.1",
"version": "4.2.2",
"description": "AirSwap: Withdrawable Token Pool",
"license": "MIT",
"repository": {
Expand All @@ -27,12 +27,10 @@
"migrate": "hardhat run ./scripts/migrate.js",
"balances": "hardhat run ./scripts/balances.js"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/utils": "4.2.8",
"@airswap/utils": "4.3.0",
"@airswap/merkle": "0.0.2",
"@openzeppelin/contracts": "^4.8.3",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
8 changes: 3 additions & 5 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.1",
"version": "4.2.2",
"description": "AirSwap: Server Registry",
"license": "MIT",
"repository": {
Expand All @@ -25,14 +25,12 @@
"verify": "hardhat run ./scripts/verify.js",
"owners": "hardhat run ./scripts/owner.js"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.3"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@airswap/utils": "4.2.8",
"@airswap/utils": "4.3.0",
"@openzeppelin/contracts": "^4.8.3",
"prompt-confirm": "^2.0.4"
}
}
8 changes: 3 additions & 5 deletions source/staking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/staking",
"version": "4.2.1",
"version": "4.2.2",
"description": "AirSwap: Stake Tokens",
"license": "MIT",
"repository": {
Expand All @@ -25,14 +25,12 @@
"verify": "hardhat run ./scripts/verify.js",
"owners": "hardhat run ./scripts/owner.js"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.3"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@airswap/utils": "4.2.8",
"@airswap/utils": "4.3.0",
"@openzeppelin/contracts": "^4.8.3",
"prompt-confirm": "^2.0.4"
}
}
Loading

0 comments on commit f3b0940

Please sign in to comment.