Commit e521392e authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: update auth test

parent ad40c467
......@@ -82,6 +82,9 @@ contract Authorization_Test is CommonTest {
_addSpec("L1ERC721Bridge", _getSel("messenger()"), false);
_addSpec("L1ERC721Bridge", _getSel("otherBridge()"), false);
_addSpec("L1ERC721Bridge", _getSel("version()"), false);
_addSpec("L1ERC721Bridge", _getSel("superchainConfig()"), false);
_addSpec("L1ERC721Bridge", _getSel("paused()"), false);
_addSpec("L1ERC721Bridge", _getSel("initialize(address)"), false);
// L1StandardBridge
_addSpec("L1StandardBridge", _getSel("MESSENGER()"), false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment