Skip to content

Commit 069334c

Browse files
authoredFeb 3, 2025··
Change order of parameters in the NetworkConfig returned in the getOrCreateAnvilEthConfig function (#110)
1 parent 1415a29 commit 069334c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎script/HelperConfig.s.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ contract HelperConfig is Script {
5656

5757
anvilNetworkConfig = NetworkConfig({
5858
wethUsdPriceFeed: address(ethUsdPriceFeed), // ETH / USD
59-
weth: address(wethMock),
6059
wbtcUsdPriceFeed: address(btcUsdPriceFeed),
60+
weth: address(wethMock),
6161
wbtc: address(wbtcMock),
6262
deployerKey: DEFAULT_ANVIL_PRIVATE_KEY
6363
});

0 commit comments

Comments
 (0)
Please sign in to comment.