New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@7jaylen/uniswap-v2-contract

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@7jaylen/uniswap-v2-contract - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

26

deployment/deployment.json

@@ -27,3 +27,29 @@ {

}
},
"1337": {
"weth": {
"proxyAddress": "0xE66eeb92483F56c9Fc2cD90cbF91b8d51B7905a1",
"implAddress": "0xE66eeb92483F56c9Fc2cD90cbF91b8d51B7905a1",
"version": "1.0.0",
"contract": "WETH9",
"operator": "0xEa8338266e21C28D7dBC6CC9d857B03EB059C4eC",
"fromBlock": 17
},
"factory": {
"proxyAddress": "0x2302aFa23782698de78b314F90AB8e7CE55D62B7",
"implAddress": "0x2302aFa23782698de78b314F90AB8e7CE55D62B7",
"version": "1.0.0",
"contract": "UniswapV2Factory",
"operator": "0xEa8338266e21C28D7dBC6CC9d857B03EB059C4eC",
"fromBlock": 18
},
"router": {
"proxyAddress": "0x50d373521a1540453954C2c4Ec54660723AD56C9",
"implAddress": "0x50d373521a1540453954C2c4Ec54660723AD56C9",
"version": "1.0.0",
"contract": "UniswapV2Router02",
"operator": "0xEa8338266e21C28D7dBC6CC9d857B03EB059C4eC",
"fromBlock": 19
}
}
}

2

hardhat.config.ts

@@ -60,3 +60,3 @@ import {HardhatUserConfig} from 'hardhat/config';

localhost: {
url: 'http://localhost:8545',
url: 'http://192.168.110.76:8545',
accounts,

@@ -63,0 +63,0 @@ timeout: 60000,

{
"name": "@7jaylen/uniswap-v2-contract",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/33357/uniswap-v2-contract.git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc