Skip to content

Commit

Permalink
feat(BACK-8135): fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger committed Dec 16, 2024
1 parent 37a118b commit efa5da2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion ercs/calldata-erc20-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"path": "_value",
"label": "Amount",
"format": "tokenAmount",
"params": { "tokenPath": "$.context.contract.deployments.[0].address" }
"params": { "token": "$.context.contract.deployments.[0].address" }
}
],
"required": ["_to", "_value"]
Expand Down
4 changes: 0 additions & 4 deletions specs/erc7730-v1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -768,10 +768,6 @@
"description": "The message to display when the amount is above the threshold."
}
},
"anyOf": [
{"required": ["token"]},
{"required": ["tokenPath"]}
],
"not": {
"required": ["token", "tokenPath"]
},
Expand Down

0 comments on commit efa5da2

Please sign in to comment.