Skip to content

Commit

Permalink
chore: update polygon block number for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Nov 26, 2024
1 parent c73cf13 commit 19f7cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/test/anvil/anvil-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const ANVIL_NETWORKS: Record<NetworksWithFork, NetworkSetup> = {
fallBackRpc: 'https://polygon-rpc.com',
port: ANVIL_PORTS.Polygon,
// Note - this has to be >= highest blockNo used in tests
forkBlockNumber: 60496806n,
forkBlockNumber: 64747630n,
},
Sepolia: {
networkName: 'Sepolia',
Expand Down

0 comments on commit 19f7cb4

Please sign in to comment.