@centrifuge/sdk 0.10.0 → 0.10.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/dist/entities/Vault.js +1 -1
- package/package.json +1 -1
package/dist/entities/Vault.js
CHANGED
|
@@ -12,7 +12,7 @@ import { Entity } from './Entity.js';
|
|
|
12
12
|
// const ASYNC_REDEEM_INTERFACE_ID = '0x620ee8e4'
|
|
13
13
|
// const ASYNC_CANCEL_DEPOSIT_INTERFACE_ID = '0x8bf840e3'
|
|
14
14
|
// const ASYNC_CANCEL_REDEEM_INTERFACE_ID = '0xe76cffc7'
|
|
15
|
-
const ESCROW_HOOK_ID = '
|
|
15
|
+
const ESCROW_HOOK_ID = '0x000000000000000000000000000000000001cf60';
|
|
16
16
|
/**
|
|
17
17
|
* Query and interact with a vault, which is the main entry point for investing and redeeming funds.
|
|
18
18
|
* A vault is the combination of a network, a pool, a share class and an investment currency.
|