Skip to content

Commit

Permalink
feat: chainId type
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Jul 4, 2022
1 parent d870ef6 commit 7c2c3b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/schema/typeChainId.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Chain ID",
"schema": {
"title": "hex encoded unsigned integer",
"type": "string",
"pattern": "^0x([1-9a-f]+[0-9a-f]*|0)$"
}
}

0 comments on commit 7c2c3b7

Please sign in to comment.