Skip to content

Commit edd3a5f

Browse files
committed
codegen: Remove unnecessary Address import from Schema
1 parent f3f703a commit edd3a5f

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

src/codegen/schema.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ module.exports = class SchemaCodeGenerator {
2323
// APIs
2424
'store',
2525

26-
// Basic Ethereum types
27-
'Address',
26+
// Basic Scalar types
2827
'Bytes',
2928
'BigInt',
3029
'BigDecimal',

tests/cli/validation/example-values-found/generated/schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
Value,
77
ValueKind,
88
store,
9-
Address,
109
Bytes,
1110
BigInt,
1211
BigDecimal

tests/cli/validation/source-without-address-is-valid/generated/schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
Value,
77
ValueKind,
88
store,
9-
Address,
109
Bytes,
1110
BigInt,
1211
BigDecimal

0 commit comments

Comments
 (0)