From 47ee9475788f9f4f91fef81a20ca563a84441f36 Mon Sep 17 00:00:00 2001 From: Trevor Miller Date: Sat, 20 Jan 2024 13:59:15 -0500 Subject: [PATCH] update schemas --- .../ethereum/ethereum/eip712/schemas.go | 27 +++++++------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/chain-handlers/ethereum/ethereum/eip712/schemas.go b/chain-handlers/ethereum/ethereum/eip712/schemas.go index 721dd81..b93563c 100644 --- a/chain-handlers/ethereum/ethereum/eip712/schemas.go +++ b/chain-handlers/ethereum/ethereum/eip712/schemas.go @@ -434,8 +434,7 @@ func GetSchemas() []string { "end": "" } ], - "amountTrackerId": "", - "challengeTrackerId": "", + "approvalId": "", "permanentlyPermittedTimes": [ { "start": "", @@ -472,8 +471,7 @@ func GetSchemas() []string { "end": "" } ], - "amountTrackerId": "", - "challengeTrackerId": "", + "approvalId": "", "permanentlyPermittedTimes": [ { "start": "", @@ -770,8 +768,7 @@ func GetSchemas() []string { "end": "" } ], - "amountTrackerId": "", - "challengeTrackerId": "", + "approvalId": "", "permanentlyPermittedTimes": [ { "start": "", @@ -1313,8 +1310,7 @@ func GetSchemas() []string { "end": "" } ], - "amountTrackerId": "", - "challengeTrackerId": "", + "approvalId": "", "permanentlyPermittedTimes": [ { "start": "", @@ -1351,8 +1347,7 @@ func GetSchemas() []string { "end": "" } ], - "amountTrackerId": "", - "challengeTrackerId": "", + "approvalId": "", "permanentlyPermittedTimes": [ { "start": "", @@ -1701,8 +1696,7 @@ func GetSchemas() []string { "end": "" } ], - "amountTrackerId": "", - "challengeTrackerId": "", + "approvalId": "", "permanentlyPermittedTimes": [ { "start": "", @@ -1739,8 +1733,7 @@ func GetSchemas() []string { "end": "" } ], - "amountTrackerId": "", - "challengeTrackerId": "", + "approvalId": "", "permanentlyPermittedTimes": [ { "start": "", @@ -2036,8 +2029,7 @@ func GetSchemas() []string { "end": "" } ], - "amountTrackerId": "", - "challengeTrackerId": "", + "approvalId": "", "permanentlyPermittedTimes": [ { "start": "", @@ -2533,8 +2525,7 @@ func GetSchemas() []string { "end": "" } ], - "amountTrackerId": "", - "challengeTrackerId": "", + "approvalId": "", "permanentlyPermittedTimes": [ { "start": "",