Skip to content

Commit a1993bf

Browse files
committed
Update block number for test.
1 parent 6889030 commit a1993bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

balancer-js/src/modules/pools/pool-types/concerns/composableStable/join.concern.integration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const { ALCHEMY_URL_POLYGON: jsonRpcUrl } = process.env;
2525
const rpcUrl = 'http://127.0.0.1:8137';
2626
const provider = new ethers.providers.JsonRpcProvider(rpcUrl, network);
2727
const signer = provider.getSigner();
28-
const blockNumber = 40767042;
28+
const blockNumber = 41029487;
2929
const testPoolId =
3030
'0x02d2e2d7a89d6c5cb3681cfcb6f7dac02a55eda400000000000000000000088f';
3131

0 commit comments

Comments
 (0)