Skip to content

Commit

Permalink
test: use mainnet rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Nov 19, 2024
1 parent a9baa6a commit a6575f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/Euler.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ contract EulerIntegrationTest is BaseTest {
function setUp() external {
_networks.push(
Network(
"http://127.0.0.1:8545",
getChain("mainnet").rpcUrl,
0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48,
0xE982615d461DD5cD06575BbeA87624fda4e3de17,
0x797DD80692c3b2dAdabCe8e30C07fDE5307D48a9 // Euler Prime USDC vault
Expand Down

0 comments on commit a6575f7

Please sign in to comment.