Skip to content

Commit

Permalink
snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Feb 12, 2025
1 parent e33a4b0 commit d9e61c0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions packages/contracts-bedrock/snapshots/abi/OPPrestateUpdater.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,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": "newDisputeGame",
"type": "address"
},
{
"indexed": false,
"internalType": "contract IDisputeGame",
"name": "oldDisputeGame",
"type": "address"
}
],
"name": "GameTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down

0 comments on commit d9e61c0

Please sign in to comment.