aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/token_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/json-schemas/schemas/token_schema.json')
-rw-r--r--packages/json-schemas/schemas/token_schema.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/json-schemas/schemas/token_schema.json b/packages/json-schemas/schemas/token_schema.json
deleted file mode 100644
index 31e41c4b8..000000000
--- a/packages/json-schemas/schemas/token_schema.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "id": "/tokenSchema",
- "properties": {
- "name": { "type": "string" },
- "symbol": { "type": "string" },
- "decimals": { "type": "number" },
- "address": { "$ref": "/addressSchema" }
- },
- "required": ["name", "symbol", "decimals", "address"],
- "type": "object"
-}