Skip to content

Commit

Permalink
snapshtos
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Feb 6, 2025
1 parent f5551c3 commit 29bf6c9
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions packages/contracts-bedrock/snapshots/abi/OPContractsManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,37 @@
"name": "Deployed",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "l2ChainId",
"type": "uint256"
},
{
"indexed": true,
"internalType": "GameType",
"name": "gameType",
"type": "uint32"
},
{
"indexed": false,
"internalType": "contract IDisputeGame",
"name": "disputeGame",
"type": "address"
},
{
"indexed": false,
"internalType": "contract IDelayedWETH",
"name": "delayedWETH",
"type": "address"
}
],
"name": "GameTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,37 @@
"name": "Deployed",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "l2ChainId",
"type": "uint256"
},
{
"indexed": true,
"internalType": "GameType",
"name": "gameType",
"type": "uint32"
},
{
"indexed": false,
"internalType": "contract IDisputeGame",
"name": "disputeGame",
"type": "address"
},
{
"indexed": false,
"internalType": "contract IDelayedWETH",
"name": "delayedWETH",
"type": "address"
}
],
"name": "GameTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down

0 comments on commit 29bf6c9

Please sign in to comment.