Skip to content

Commit

Permalink
ramps changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davibroc committed Jan 2, 2025
1 parent ad114cc commit b9846f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/specs/ramps/offramp.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe(SmokeRamps('Off-Ramp'), () => {
beforeAll(async () => {
await TestHelpers.reverseServerPort();
const fixture = new FixtureBuilder()
.withNetworkController(CustomNetworks.Tenderly)
.withNetworkController(CustomNetworks.Tenderly.Mainnet)
.build();
await startFixtureServer(fixtureServer);
await loadFixture(fixtureServer, { fixture });
Expand Down

0 comments on commit b9846f8

Please sign in to comment.