Skip to content

Commit

Permalink
fix: schema
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Dec 14, 2023
1 parent adce27b commit d4ce0c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schemas/json/evm-networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$"
},
"coingeckoId": { "type": "string" }
"coingeckoId": { "type": "string" },
"mirrorOf": { "type": "string" },
"isDefault": { "type": "boolean" }
},
"required": ["symbol", "contractAddress"],
"additionalProperties": false
Expand Down

0 comments on commit d4ce0c9

Please sign in to comment.