Skip to content

Commit 8248b98

Browse files
authored
Allow to replace contracts on unsupported chains (#2292)
1 parent fb88815 commit 8248b98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

services/server/src/server/apiv1/verification/private/stateless/private.stateless.paths.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ paths:
159159
chainId:
160160
oneOf:
161161
- type: string
162-
format: supported-chainId
163162
- type: number
164163
description: The chain ID of the contract
165164
example: "1"
@@ -218,7 +217,6 @@ paths:
218217
chainId:
219218
oneOf:
220219
- type: string
221-
format: supported-chainId
222220
- type: number
223221
transactionHash:
224222
type: string

0 commit comments

Comments
 (0)