Skip to content

Commit

Permalink
update MINTER address
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-carroll committed Sep 4, 2024
1 parent aced846 commit f5e85bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script/ZenithL2.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ import {Script, console2} from "forge-std/Script.sol";

// create2 address for Permit2
address constant PERMIT2 = 0x000000000022D473030F116dDEE9F6B43aC78BA3;
// address of Minter with permission to mint ERC20 tokens
address constant MINTER = 0x9999999999999999999999999999999999999999;
// address that can mint ERC20 tokens. equal to "tokenadmin" in hex.
// the Signet Node makes evm executions from this address to perform ERC20 bridge-ins.
address constant MINTER = 0x00000000000000000000746f6b656E61646d696E;

contract L2Script is Script {
// deploy:
Expand Down

0 comments on commit f5e85bd

Please sign in to comment.