Skip to content

Commit 8f65ab6

Browse files
committed
add actual admins for Pecorino
1 parent ff5eae8 commit 8f65ab6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/SignetStd.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ library PecorinoConstants {
4949

5050
// TODO - set actual values on pecorino
5151
/// @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);
5353
/// @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);
5555
/// @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);
5757
}
5858

5959
contract SignetStd {

0 commit comments

Comments
 (0)