@centrifuge/sdk 0.0.0-alpha.16 → 0.0.0-alpha.17
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/config/protocol.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { arbitrumSepolia, baseSepolia, sepolia } from 'viem/chains';
|
|
2
2
|
export const currencies = {
|
|
3
|
-
[sepolia.id]: ['
|
|
3
|
+
[sepolia.id]: ['0x3aaaa86458d576BafCB1B7eD290434F0696dA65c'],
|
|
4
4
|
[baseSepolia.id]: ['0x39F562Ff7da2863B0075dDF10c0fC0524C28ac92'],
|
|
5
5
|
[arbitrumSepolia.id]: ['0x19cc063f962B2769012cA32B2A9027b5c76dCFf3'],
|
|
6
6
|
};
|
|
@@ -16,11 +16,11 @@ const poolId = PoolId.from(1, 1);
|
|
|
16
16
|
const scId = ShareClassId.from(poolId, 1);
|
|
17
17
|
const assetId = AssetId.from(1, 1);
|
|
18
18
|
// Async deposit/redeem vault with permissioned redeem
|
|
19
|
-
const asyncVaultAddress = '
|
|
19
|
+
const asyncVaultAddress = '0x0d05d9d4a4c68aea2fabb70b2cc629757ea0285c';
|
|
20
20
|
// Pool with sync deposit vault, and permissioned async redeem
|
|
21
21
|
const poolId2 = PoolId.from(1, 2);
|
|
22
22
|
const scId2 = ShareClassId.from(poolId2, 1);
|
|
23
|
-
const syncVaultAddress = '
|
|
23
|
+
const syncVaultAddress = '0x7372b99c9df983d14d016807b9da387c90159251';
|
|
24
24
|
// Active investor with a pending redeem order
|
|
25
25
|
// Investor with a pending invest order on async vault
|
|
26
26
|
// Investor with a claimable cancel deposit on async vault
|