Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Sep 30 vnet #926

Merged
merged 3 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/web3/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000';

export enum ArbitrumPollingAddressMap {
mainnet = '0x4f4e551b4920a5417F8d4e7f8f099660dAdadcEC', //arbitrumOne
tenderly = '0x849637EabC4b87363717fb3bD7457358F64F925C' //arbitrumSepolia
tenderly = '0xE63329692fA90B3efd5eB675c601abeDB2DF715a' //arbitrumSepolia
}
2 changes: 1 addition & 1 deletion modules/web3/constants/chainID.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export enum SupportedChainId {
MAINNET = 1,
ARBITRUM = 42161,
ARBITRUMTESTNET = 421614,
TENDERLY = 314311
TENDERLY = 314310
}
2 changes: 1 addition & 1 deletion playwright/forkVnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const forkVnet = async (displayName: string) => {
],
method: 'POST',
body: JSON.stringify({
srcContainerId: 'a3cdcbc9-56a7-4583-bb2d-705f3bd58e43', //id for e2e-testing-aug-28-fork
srcContainerId: '6dd34974-e28e-4f28-bbd8-13898714f275', //id for e2e sep 30 fork
dstContainerDisplayName: displayName
})
}
Expand Down
Loading