Skip to content

Commit

Permalink
chore: update abi+binding
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Nov 7, 2024
1 parent 530add7 commit eb1e2cd
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 2 deletions.
31 changes: 31 additions & 0 deletions contracts-abi/abi/L1Gateway.abi
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,19 @@
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "setRelayer",
"inputs": [
{
"name": "_relayer",
"type": "address",
"internalType": "address"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "transferFinalizedIdx",
Expand Down Expand Up @@ -424,6 +437,19 @@
],
"anonymous": false
},
{
"type": "event",
"name": "RelayerSet",
"inputs": [
{
"name": "relayer",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"anonymous": false
},
{
"type": "event",
"name": "TransferFinalized",
Expand Down Expand Up @@ -725,6 +751,11 @@
"name": "ReentrancyGuardReentrantCall",
"inputs": []
},
{
"type": "error",
"name": "RelayerCannotBeZeroAddress",
"inputs": []
},
{
"type": "error",
"name": "SenderNotRelayer",
Expand Down
31 changes: 31 additions & 0 deletions contracts-abi/abi/SettlementGateway.abi
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,19 @@
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "setRelayer",
"inputs": [
{
"name": "_relayer",
"type": "address",
"internalType": "address"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "transferFinalizedIdx",
Expand Down Expand Up @@ -410,6 +423,19 @@
],
"anonymous": false
},
{
"type": "event",
"name": "RelayerSet",
"inputs": [
{
"name": "relayer",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"anonymous": false
},
{
"type": "event",
"name": "TransferFinalized",
Expand Down Expand Up @@ -651,6 +677,11 @@
"name": "ReentrancyGuardReentrantCall",
"inputs": []
},
{
"type": "error",
"name": "RelayerCannotBeZeroAddress",
"inputs": []
},
{
"type": "error",
"name": "SenderNotRelayer",
Expand Down
Loading

0 comments on commit eb1e2cd

Please sign in to comment.