@paraswap/dex-lib 5.1.14-0 → 5.1.14
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.
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const WITHDRAW_TOPIC = "0xfbde797d201c681b91056529119e0b02407c7bb96a4a2c75c01fc9667232c8db";
|
|
2
2
|
export declare const DEPOSIT_TOPIC = "0xdcbc1c05240f31ff3ad067ef1ee35ce4997762752e3a095284754544f4c709d7";
|
|
3
3
|
export declare const TRANSFER_TOPIC = "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef";
|
|
4
|
+
export declare const LOG_DERIVABLE_STATE_VAULTS: Set<string>;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TRANSFER_TOPIC = exports.DEPOSIT_TOPIC = exports.WITHDRAW_TOPIC = void 0;
|
|
3
|
+
exports.LOG_DERIVABLE_STATE_VAULTS = exports.TRANSFER_TOPIC = exports.DEPOSIT_TOPIC = exports.WITHDRAW_TOPIC = void 0;
|
|
4
4
|
exports.WITHDRAW_TOPIC = '0xfbde797d201c681b91056529119e0b02407c7bb96a4a2c75c01fc9667232c8db';
|
|
5
5
|
exports.DEPOSIT_TOPIC = '0xdcbc1c05240f31ff3ad067ef1ee35ce4997762752e3a095284754544f4c709d7';
|
|
6
6
|
exports.TRANSFER_TOPIC = '0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef';
|
|
7
|
+
// Vaults whose pool state is fully derivable from logs, so an event-derived state can be
|
|
8
|
+
// compared against on-chain. The rest are excluded because `totalAssets` moves without
|
|
9
|
+
// emitting anything (sUSDe vests its yield linearly over time).
|
|
10
|
+
exports.LOG_DERIVABLE_STATE_VAULTS = new Set(['sftUSD']);
|
|
7
11
|
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/dex/erc4626/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,cAAc,GACzB,oEAAoE,CAAC;AAC1D,QAAA,aAAa,GACxB,oEAAoE,CAAC;AAC1D,QAAA,cAAc,GACzB,oEAAoE,CAAC"}
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/dex/erc4626/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,cAAc,GACzB,oEAAoE,CAAC;AAC1D,QAAA,aAAa,GACxB,oEAAoE,CAAC;AAC1D,QAAA,cAAc,GACzB,oEAAoE,CAAC;AAEvE,yFAAyF;AACzF,uFAAuF;AACvF,gEAAgE;AACnD,QAAA,0BAA0B,GAAG,IAAI,GAAG,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC"}
|