File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ library PecorinoConstants {
49
49
50
50
// TODO - set actual values on pecorino
51
51
/// @notice The token admin address, used for configuring tokens on Passage and for withdrawals.
52
- address constant TOKEN_ADMIN = address (0 );
52
+ address constant TOKEN_ADMIN = address (0x11Aa4EBFbf7a481617c719a2Df028c9DA1a219aa );
53
53
/// @notice The gas admin address, used for configuring gas limits on Transactor.
54
- address constant GAS_ADMIN = address (0 );
54
+ address constant GAS_ADMIN = address (0x29403F107781ea45Bf93710abf8df13F67f2008f );
55
55
/// @notice The sequencer admin address, used for configuring sequencer settings on Zenith.
56
- address constant SEQUENCER_ADMIN = address (0 );
56
+ address constant SEQUENCER_ADMIN = address (0x29403F107781ea45Bf93710abf8df13F67f2008f );
57
57
}
58
58
59
59
contract SignetStd {
You can’t perform that action at this time.
0 commit comments