@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.
@@ -1,6 +1,6 @@
1
1
  import { arbitrumSepolia, baseSepolia, sepolia } from 'viem/chains';
2
2
  export const currencies = {
3
- [sepolia.id]: ['0x6ACfDbE81eC4B216fFE20cD6A625B70B191A2aca'],
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 = '0x3472f2d7d559274ba6fad02e0b1650e5b221403b';
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 = '0xd34e4cfd24a8f55e56e02628e477d04e9146a0db';
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centrifuge/sdk",
3
- "version": "0.0.0-alpha.16",
3
+ "version": "0.0.0-alpha.17",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/centrifuge/sdk/tree/main#readme",
6
6
  "author": "",