We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aced846 commit f5e85bdCopy full SHA for f5e85bd
script/ZenithL2.s.sol
@@ -11,8 +11,9 @@ import {Script, console2} from "forge-std/Script.sol";
11
12
// create2 address for Permit2
13
address constant PERMIT2 = 0x000000000022D473030F116dDEE9F6B43aC78BA3;
14
-// address of Minter with permission to mint ERC20 tokens
15
-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.
16
+address constant MINTER = 0x00000000000000000000746f6b656E61646d696E;
17
18
contract L2Script is Script {
19
// deploy:
0 commit comments