@uniswap/universal-router
Advanced tools
Comparing version 1.6.0 to 1.6.1-beta.1
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.6.0", | ||
"version": "1.6.1-beta.1", | ||
"keywords": [ | ||
@@ -35,8 +35,9 @@ "uniswap", | ||
"dependencies": { | ||
"@openzeppelin/contracts": "5.0.2", | ||
"@uniswap/v2-core": "1.0.1", | ||
"@uniswap/v3-core": "1.0.0", | ||
"@openzeppelin/contracts": "4.7.0" | ||
"@uniswap/v3-core": "1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@nomicfoundation/hardhat-chai-matchers": "1.0.4", | ||
"@nomicfoundation/hardhat-foundry": "1.1.2", | ||
"@nomiclabs/hardhat-ethers": "^2.2.2", | ||
@@ -54,3 +55,3 @@ "@typechain/ethers-v5": "^4.0.0", | ||
"ethers": "^5.7.2", | ||
"hardhat": "2.12.2", | ||
"hardhat": "2.22.5", | ||
"hardhat-typechain": "^0.3.5", | ||
@@ -66,12 +67,10 @@ "mocha-chai-jest-snapshot": "^1.1.0", | ||
"scripts": { | ||
"compile": "hardhat compile", | ||
"test": "hardhat test", | ||
"compile": "hardhat compile && forge build", | ||
"test:hardhat": "yarn compile && hardhat test", | ||
"test:gas": "UPDATE_SNAPSHOT=1 yarn test --grep gas", | ||
"test:all": "UPDATE_SNAPSHOT=1 yarn test", | ||
"presymlink": "rm -rf ./solmate && rm -rf ./permit2", | ||
"symlink": "ln -s ./lib/solmate ./solmate && ln -s ./lib/permit2 ./permit2", | ||
"test:all": "UPDATE_SNAPSHOT=1 yarn test:hardhat && forge test --isolate", | ||
"prettier:fix": "prettier --write '**/*.ts' && prettier --write '**/*.json'", | ||
"lint:fix": "yarn prettier:fix && forge fmt", | ||
"prettier": "prettier --check '**/*.ts' && forge fmt --check" | ||
"lint": "yarn prettier:fix && forge fmt", | ||
"lint:check": "prettier --check '**/*.ts' && forge fmt --check" | ||
} | ||
} |
@@ -87,45 +87,8 @@ # Universal Router | ||
├──────┼───────────────────────────────┤ | ||
│ 0x0e │ ------- │ | ||
│ 0x0e-│ ------- │ | ||
│ 0x20 │ │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x0f │ ------- │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x10 │ SEAPORT_V1_5 │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x11 │ LOOKS_RARE_721 │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x12 │ NFTX │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x13 │ CRYPTOPUNKS │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x14 │ LOOKS_RARE_1155 │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x15 │ OWNER_CHECK_721 │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x16 │ OWNER_CHECK_1155 │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x17 │ SWEEP_ERC721 │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x18 │ X2Y2_721 │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x19 │ SUDOSWAP │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x1a │ NFT20 │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x1b │ X2Y2_1155 │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x1c │ FOUNDATION │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x1d │ SWEEP_ERC1155 │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x1e │ ELEMENT_MARKET │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x1f │ ------- │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x20 │ SEAPORT_V1_4 │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x21 │ EXECUTE_SUB_PLAN │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x22 │ APPROVE_ERC20 │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x23-│ ------- │ | ||
│ 0x22-│ ------- │ | ||
│ 0x3f │ │ | ||
@@ -184,3 +147,2 @@ └──────┴───────────────────────────────┘ | ||
yarn install | ||
yarn symlink | ||
yarn compile | ||
@@ -187,0 +149,0 @@ yarn test |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11280878
23
125
7262
2
229
2
+ Added@openzeppelin/contracts@5.0.2(transitive)
- Removed@openzeppelin/contracts@4.7.0(transitive)