Add two new EIP712 filters
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Test JSON",
|
||||
"fields": {
|
||||
"from.name": "From",
|
||||
"to.name" : "To"
|
||||
}
|
||||
}
|
||||
9
tests/ragger/eip712/input_files/08-opensea-filter.json
Normal file
9
tests/ragger/eip712/input_files/08-opensea-filter.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "OpenSea",
|
||||
"fields": {
|
||||
"maker": "Maker",
|
||||
"taker": "Taker",
|
||||
"basePrice": "Base Price",
|
||||
"expirationTime": "Expiration Time"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user