Skip to content

Commit b93e7b0

Browse files
committed
test(v2): bump test block
1 parent b1f07b7 commit b93e7b0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/blue-sdk-viem/test/VaultV2.test.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ describe("AccrualVaultV2", () => {
103103
address: vaultV2Address,
104104
asset: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
105105
decimals: 18,
106-
lastUpdate: 1758881557n,
106+
lastUpdate: 1763994035n,
107107
liquidityAdapter: "0x2C32fF5E1d976015AdbeA8cC73c7Da3A6677C25F",
108108
liquidityData: "0x",
109109
liquidityAllocations: [
@@ -113,7 +113,7 @@ describe("AccrualVaultV2", () => {
113113
),
114114
absoluteCap: 1000000000000n,
115115
relativeCap: 1000000000000000000n,
116-
allocation: 16980381n,
116+
allocation: 16624313n,
117117
},
118118
],
119119
managementFee: 0n,
@@ -123,9 +123,9 @@ describe("AccrualVaultV2", () => {
123123
performanceFee: 0n,
124124
performanceFeeRecipient: zeroAddress,
125125
symbol: "tvUSDC",
126-
totalAssets: 16963835n,
127-
_totalAssets: 16963835n,
128-
totalSupply: 16963835000000000000n,
126+
totalAssets: 16474000n,
127+
_totalAssets: 16474000n,
128+
totalSupply: 16474000000000000000n,
129129
virtualShares: 1000000000000n,
130130
});
131131

@@ -142,7 +142,7 @@ describe("AccrualVaultV2", () => {
142142
address: vaultV2Address,
143143
asset: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
144144
decimals: 18,
145-
lastUpdate: 1758881557n,
145+
lastUpdate: 1763994035n,
146146
liquidityAdapter: "0x2C32fF5E1d976015AdbeA8cC73c7Da3A6677C25F",
147147
liquidityData: "0x",
148148
liquidityAllocations: [
@@ -152,7 +152,7 @@ describe("AccrualVaultV2", () => {
152152
),
153153
absoluteCap: 1000000000000n,
154154
relativeCap: 1000000000000000000n,
155-
allocation: 16980381n,
155+
allocation: 16624313n,
156156
},
157157
],
158158
managementFee: 0n,
@@ -162,9 +162,9 @@ describe("AccrualVaultV2", () => {
162162
performanceFee: 0n,
163163
performanceFeeRecipient: zeroAddress,
164164
symbol: "tvUSDC",
165-
totalAssets: 16963835n,
166-
_totalAssets: 16963835n,
167-
totalSupply: 16963835000000000000n,
165+
totalAssets: 16474000n,
166+
_totalAssets: 16474000n,
167+
totalSupply: 16474000000000000000n,
168168
virtualShares: 1000000000000n,
169169
});
170170

packages/blue-sdk-viem/test/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ export const preLiquidationTest = createViemTest(mainnet, {
2727

2828
export const vaultV2Test = createViemTest(base, {
2929
forkUrl: process.env.BASE_RPC_URL,
30-
forkBlockNumber: 36_870_000,
30+
forkBlockNumber: 39_586_444,
3131
});

0 commit comments

Comments
 (0)