Skip to content

Commit

Permalink
Merge pull request #926 from makerdao/sep-30-vnet
Browse files Browse the repository at this point in the history
Update to Sep 30 vnet
  • Loading branch information
tyler17 authored Oct 1, 2024
2 parents 2075a76 + 8671360 commit 3f70718
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 3f70718

Please sign in to comment.