Skip to content

Commit

Permalink
Use L2MessageService versioned API (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedarkjester authored Sep 25, 2024
1 parent 346ce2a commit 53ea890
Show file tree
Hide file tree
Showing 6 changed files with 2,620 additions and 1,276 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"inputs": [],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "ArrayLengthsDoNotMatch",
Expand Down Expand Up @@ -106,6 +111,11 @@
"name": "MessageHashesListLengthHigherThanOneHundred",
"type": "error"
},
{
"inputs": [],
"name": "MessageHashesListLengthIsZero",
"type": "error"
},
{
"inputs": [
{
Expand Down Expand Up @@ -503,6 +513,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "CONTRACT_VERSION",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "DEFAULT_ADMIN_ROLE",
Expand Down Expand Up @@ -1004,7 +1027,7 @@
"type": "bytes32"
}
],
"internalType": "struct IPauseManager.RoleAddress[]",
"internalType": "struct IPermissionsManager.RoleAddress[]",
"name": "_roleAddresses",
"type": "tuple[]"
},
Expand Down Expand Up @@ -1198,7 +1221,7 @@
"type": "bytes32"
}
],
"internalType": "struct IPauseManager.RoleAddress[]",
"internalType": "struct IPermissionsManager.RoleAddress[]",
"name": "_roleAddresses",
"type": "tuple[]"
},
Expand Down
Loading

0 comments on commit 53ea890

Please sign in to comment.