Skip to content

Commit

Permalink
add schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
trevormil committed Jan 22, 2024
1 parent ec5f1db commit f05becd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions chain-handlers/ethereum/ethereum/eip712/schemas.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ func GetSchemas() []string {
}
],
"approvalId": "",
"amountTrackerId": "",
"challengeTrackerId": "",
"permanentlyPermittedTimes": [
{
"start": "",
Expand Down Expand Up @@ -472,6 +474,8 @@ func GetSchemas() []string {
}
],
"approvalId": "",
"amountTrackerId": "",
"challengeTrackerId": "",
"permanentlyPermittedTimes": [
{
"start": "",
Expand Down Expand Up @@ -769,6 +773,8 @@ func GetSchemas() []string {
}
],
"approvalId": "",
"amountTrackerId": "",
"challengeTrackerId": "",
"permanentlyPermittedTimes": [
{
"start": "",
Expand Down Expand Up @@ -1311,6 +1317,8 @@ func GetSchemas() []string {
}
],
"approvalId": "",
"amountTrackerId": "",
"challengeTrackerId": "",
"permanentlyPermittedTimes": [
{
"start": "",
Expand Down Expand Up @@ -1348,6 +1356,8 @@ func GetSchemas() []string {
}
],
"approvalId": "",
"amountTrackerId": "",
"challengeTrackerId": "",
"permanentlyPermittedTimes": [
{
"start": "",
Expand Down Expand Up @@ -1697,6 +1707,8 @@ func GetSchemas() []string {
}
],
"approvalId": "",
"amountTrackerId": "",
"challengeTrackerId": "",
"permanentlyPermittedTimes": [
{
"start": "",
Expand Down Expand Up @@ -1734,6 +1746,8 @@ func GetSchemas() []string {
}
],
"approvalId": "",
"amountTrackerId": "",
"challengeTrackerId": "",
"permanentlyPermittedTimes": [
{
"start": "",
Expand Down Expand Up @@ -2030,6 +2044,8 @@ func GetSchemas() []string {
}
],
"approvalId": "",
"amountTrackerId": "",
"challengeTrackerId": "",
"permanentlyPermittedTimes": [
{
"start": "",
Expand Down Expand Up @@ -2526,6 +2542,8 @@ func GetSchemas() []string {
}
],
"approvalId": "",
"amountTrackerId": "",
"challengeTrackerId": "",
"permanentlyPermittedTimes": [
{
"start": "",
Expand Down

0 comments on commit f05becd

Please sign in to comment.