Skip to content

Commit

Permalink
Change order of parameters in the NetworkConfig returned in the getOr…
Browse files Browse the repository at this point in the history
…CreateAnvilEthConfig function (#110)
  • Loading branch information
0xByteKnight authored Feb 3, 2025
1 parent 1415a29 commit 069334c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/HelperConfig.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ contract HelperConfig is Script {

anvilNetworkConfig = NetworkConfig({
wethUsdPriceFeed: address(ethUsdPriceFeed), // ETH / USD
weth: address(wethMock),
wbtcUsdPriceFeed: address(btcUsdPriceFeed),
weth: address(wethMock),
wbtc: address(wbtcMock),
deployerKey: DEFAULT_ANVIL_PRIVATE_KEY
});
Expand Down

0 comments on commit 069334c

Please sign in to comment.