Skip to content

Commit

Permalink
add mumbai deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MihanixA committed Jan 17, 2024
1 parent 70d6233 commit 598d9b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/DeployAll.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ contract DeployAll is Script {
if (block.chainid == 31337) {
trustedForwarder = address(new TrustedForwarder());
owner = address(this);
} else if (block.chainid == 80001) {
trustedForwarder = 0x69015912AA33720b842dCD6aC059Ed623F28d9f7;
} else {
revert("invalid chainid");
}
Expand Down

0 comments on commit 598d9b7

Please sign in to comment.