index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
json-schemas
/
schemas
/
address_schema.json
blob: 0dc02d33131666e5783ca6ae25dc06855ee217df (
plain
) (
tree
)
7d9009bb9
1
2
3
4
5
{
"id"
:
"/addressSchema"
,
"type"
:
"string"
,
"pattern"
:
"^0x[0-9a-f]{40}$"
}