Skip to content

Commit 0fb5cfb

Browse files
authored
Update testing documentation referencing SuperchainWETH (ethereum-optimism#15476)
* Update testing.md * Update testing.md * Update testing.md * Update testing.md
1 parent 865540e commit 0fb5cfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎devnet-sdk/book/src/testing.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ func wrapETHScenario(chainIdx uint64, walletGetter validators.WalletGetter) syst
8585
user := walletGetter(ctx)
8686

8787
// Access contract registry
88-
wethAddr := constants.SuperchainWETH
89-
weth, err := chain.ContractsRegistry().SuperchainWETH(wethAddr)
88+
wethAddr := constants.WETH
89+
weth, err := chain.ContractsRegistry().WETH(wethAddr)
9090
require.NoError(t, err)
9191

9292
// Test logic using pure interfaces

0 commit comments

Comments
 (0)