Skip to content

Commit f60638a

Browse files
committed
update MINTER address
1 parent aced846 commit f60638a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

script/ZenithL2.s.sol

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ import {Script, console2} from "forge-std/Script.sol";
1111

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

1718
contract L2Script is Script {
1819
// deploy:

0 commit comments

Comments
 (0)