Skip to content

Commit 18a0b64

Browse files
committed
add snapshots
1 parent f2fcdb2 commit 18a0b64

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/contracts-bedrock/snapshots/abi/AnchorStateRegistry.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"type": "address"
121121
}
122122
],
123-
"name": "isGameAirgapped",
123+
"name": "isGameBeyondAirgap",
124124
"outputs": [
125125
{
126126
"internalType": "bool",
@@ -387,6 +387,11 @@
387387
"name": "Initialized",
388388
"type": "event"
389389
},
390+
{
391+
"inputs": [],
392+
"name": "AnchorStateRegistry_AnchorGameBlacklisted",
393+
"type": "error"
394+
},
390395
{
391396
"inputs": [],
392397
"name": "AnchorStateRegistry_InvalidAnchorGame",
@@ -397,4 +402,4 @@
397402
"name": "AnchorStateRegistry_Unauthorized",
398403
"type": "error"
399404
}
400-
]
405+
]

0 commit comments

Comments
 (0)