Skip to content

Commit

Permalink
feat: new router
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Mar 28, 2024
1 parent ad97341 commit bd696dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/script/DeployRouter.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { RouterParameters } from "../src/router/base/RouterImmutables.sol";
contract DeployRouter is MultiChainDeployer {
using stdJson for string;

address expectedRouterAddress = address(0x0000002B1B9521c5c406FF340B2E8E3cFbf5e03a);
address expectedRouterAddress = address(0x0000009586123fBAAe1929B0768feb8BDBB0145d);
address expectedPermit2Address = address(0x000000000022D473030F116dDEE9F6B43aC78BA3);

string config_token;
Expand Down

0 comments on commit bd696dd

Please sign in to comment.