We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6889030 commit a1993bfCopy full SHA for a1993bf
balancer-js/src/modules/pools/pool-types/concerns/composableStable/join.concern.integration.spec.ts
@@ -25,7 +25,7 @@ const { ALCHEMY_URL_POLYGON: jsonRpcUrl } = process.env;
25
const rpcUrl = 'http://127.0.0.1:8137';
26
const provider = new ethers.providers.JsonRpcProvider(rpcUrl, network);
27
const signer = provider.getSigner();
28
-const blockNumber = 40767042;
+const blockNumber = 41029487;
29
const testPoolId =
30
'0x02d2e2d7a89d6c5cb3681cfcb6f7dac02a55eda400000000000000000000088f';
31
0 commit comments