uniswap-v2-dump 1.0.93 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dump.csv +5 -0
- package/package.json +2 -2
package/dump.csv
CHANGED
|
@@ -490833,3 +490833,8 @@
|
|
|
490833
490833
|
490832,0x89c19442784574d7c0371b4336a93381dd7dae2f,0x96c24dc0f97d2a03902e717ffe03ecf585b47b6e,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
|
|
490834
490834
|
490833,0x7e0130f2f6e3fe0dd54392448ff313968785f3b6,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2,0xd8f4d23ad325af50876d9c5fddc9b99f8036e10c
|
|
490835
490835
|
490834,0x3e81fb84aabafbf030eab9ea49094e38fd14c42f,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2,0xdad3b81766352f9ff4c40f3ae1d98c1ca2672942
|
|
490836
|
+
490835,0x62f2d49298fa02521fa276b0738b11445d959cca,0x84fdff8cb1dc875f6815a800e5a427a934098ac5,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
|
|
490837
|
+
490836,0xd9b04f281b4a970cfc991ef23199713a2aaec72c,0x0b01813c574fb84beb6b00cdb0545dd5440d7d4e,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
|
|
490838
|
+
490837,0x0cde996500953e92f05ad9ef45aae6228ea10ec6,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2,0xde0583d476705d524cf1785bdb20250248536970
|
|
490839
|
+
490838,0xe1c6f720fb9be087b72c23bce8ce92fa9035b50f,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2,0xfdb514da5d05f9f6b59c53824f003edc121f54e0
|
|
490840
|
+
490839,0xf93b148df6f9037ede8455e70f2424a6b7fc01dc,0x621b81dfaf68839c3eccaedc5e53ae79f3453dae,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uniswap-v2-dump",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Static set of addresses (uniswap-v2)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Uniswap-v2",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"start": "node -e \"require('./index.js').load({workers: 0})\""
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"uniswap-v2-loader": "^
|
|
26
|
+
"uniswap-v2-loader": "^6.0.0"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"provenance": true
|