diff options
Diffstat (limited to 'JSONSchema')
-rw-r--r-- | JSONSchema/schema.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/JSONSchema/schema.json b/JSONSchema/schema.json index 5dee66084..ef08eef1b 100644 --- a/JSONSchema/schema.json +++ b/JSONSchema/schema.json @@ -295,7 +295,10 @@ "Homestead": { "$ref": "#/definitions/TransactionResults" }, - "Metropolis": { + "Byzantium": { + "$ref": "#/definitions/TransactionResults" + }, + "Constantinople": { "$ref": "#/definitions/TransactionResults" } }, |