@net-protocol/score 0.1.5 → 0.1.6
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/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3164,7 +3164,8 @@ var V4_HOOKS = [
|
|
|
3164
3164
|
"0xb429d62f8f3bFFb98CdB9569533eA23bF0Ba28CC",
|
|
3165
3165
|
"0xd60D6B218116cFd801E28F78d011a203D2b068Cc",
|
|
3166
3166
|
"0x3e342a06f9592459D75721d6956B570F02eF2Dc0",
|
|
3167
|
-
"0xbB7784A4d481184283Ed89619A3e3ed143e1Adc0"
|
|
3167
|
+
"0xbB7784A4d481184283Ed89619A3e3ed143e1Adc0",
|
|
3168
|
+
"0xBDF938149ac6a781F94FAa0ed45E6A0e984c6544"
|
|
3168
3169
|
];
|
|
3169
3170
|
var LIQUIDITY_THRESHOLD_TO_PREFER_V2_V3_POOLS = 0.1 * 1e18;
|
|
3170
3171
|
var LIQUIDITY_THRESHOLD_TO_CONSIDER_V2_V3_POOLS = 0.01 * 1e18;
|