Add two new EIP712 filters

This commit is contained in:
Alexandre Paillier
2022-08-09 17:49:47 +02:00
parent 3c321a04ea
commit f278221537
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "Test JSON",
"fields": {
"from.name": "From",
"to.name" : "To"
}
}

View File

@@ -0,0 +1,9 @@
{
"name": "OpenSea",
"fields": {
"maker": "Maker",
"taker": "Taker",
"basePrice": "Base Price",
"expirationTime": "Expiration Time"
}
}