Skip to content

Commit

Permalink
Console log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzel98 committed Feb 22, 2025
1 parent 319a848 commit f5cd67c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helpers/DelegationMetaSwapAdapter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ contract DelegationMetaSwapAdapterForkTest is DelegationMetaSwapAdapterBaseTest
// *** Create the fork before any other setup runs ***
string memory lineaRpcUrl = "https://linea-mainnet.infura.io/v3/";
string memory fullRpcUrl = string.concat(lineaRpcUrl, vm.envString("RPC_API_KEY"));
console.log("fullRpcUrl:", fullRpcUrl);
// Note: These tests use linea mainnet and a specific block number
// If you desire to change this fork configuration do not forget to update the API_DATA values

Expand Down

0 comments on commit f5cd67c

Please sign in to comment.