Skip to content

Commit

Permalink
Test push (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
pollastri-pierre authored Oct 17, 2024
1 parent 94fd566 commit b200338
Showing 1 changed file with 114 additions and 0 deletions.
114 changes: 114 additions & 0 deletions registry/testp/eip712-testp-ethereum.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{

Check warning on line 1 in registry/testp/eip712-testp-ethereum.json

View workflow job for this annotation

GitHub Actions / 🔎 validate descriptors

Missing Display field

Display field for path `makerTraits` is missing for message Order. If intentionally excluded, please add it to `excluded` list to avoid this warning.

Check warning on line 1 in registry/testp/eip712-testp-ethereum.json

View workflow job for this annotation

GitHub Actions / 🔎 validate descriptors

Missing Display field

Display field for path `salt` is missing for message Order. If intentionally excluded, please add it to `excluded` list to avoid this warning.
"context": {
"eip712": {
"deployments": [
{
"chainId": 1,
"address": "0x221111125421ca6dc452d289314280a0f8842a65"
}
],
"domain": {
"name": "Permit2",
"chainId": 1,
"verifyingContract": "0x221111125421ca6dc452d289314280a0f8842a65"
},
"schemas": [
{
"primaryType": "Order",
"types": {
"EIP712Domain": [
{
"name": "name",
"type": "string"
},
{
"name": "version",
"type": "string"
},
{
"name": "chainId",
"type": "uint256"
},
{
"name": "verifyingContract",
"type": "address"
}
],
"Order": [
{
"name": "salt",
"type": "uint256"
},
{
"name": "maker",
"type": "address"
},
{
"name": "receiver",
"type": "address"
},
{
"name": "makerAsset",
"type": "address"
},
{
"name": "takerAsset",
"type": "address"
},
{
"name": "makingAmount",
"type": "uint256"
},
{
"name": "takingAmount",
"type": "uint256"
},
{
"name": "makerTraits",
"type": "uint256"
}
]
}
}
]
}
},
"metadata": {
"owner": "TestP Aggregation Router"
},
"display": {
"formats": {
"Order": {
"intent": "TestP Order",
"fields": [
{
"path": "maker",
"label": "From",
"format": "raw"
},
{
"path": "makingAmount",
"label": "Amount sent",
"format": "tokenAmount",
"params": {
"tokenPath": "makerAsset"
}
},
{
"path": "takingAmount",
"label": "Receive minimum",
"format": "tokenAmount",
"params": {
"tokenPath": "takerAsset"
}
},
{
"path": "receiver",
"label": "To",
"format": "raw"
}
]
}
}
}
}

0 comments on commit b200338

Please sign in to comment.