Skip to content

Commit

Permalink
Update script/deployParameters/DeployUnichainSepolia.s.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Alice <[email protected]>
  • Loading branch information
saucepoint and hensha256 authored Oct 18, 2024
1 parent 053351e commit 44036a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deployParameters/DeployUnichainSepolia.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.26;
import {DeployUniversalRouter} from '../DeployUniversalRouter.s.sol';
import {RouterParameters} from 'contracts/base/RouterImmutables.sol';

contract DeployBaseSepolia is DeployUniversalRouter {
contract DeployUnichainSepolia is DeployUniversalRouter {
function setUp() public override {
params = RouterParameters({
permit2: 0x000000000022D473030F116dDEE9F6B43aC78BA3,
Expand Down

0 comments on commit 44036a5

Please sign in to comment.