From 1bf323d0e1dc1ee259ff44f23b6ffa057b37b1d7 Mon Sep 17 00:00:00 2001 From: NicolasRampoldi <58613770+NicolasRampoldi@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:26:29 -0300 Subject: [PATCH] fix: remove 0x from nonced verification data type hash --- .../config/devnet/batcher-payment-service.devnet.config.json | 4 ++-- .../holesky/batcher-payment-service.holesky.config.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/script/deploy/config/devnet/batcher-payment-service.devnet.config.json b/contracts/script/deploy/config/devnet/batcher-payment-service.devnet.config.json index aacd45a49..372382594 100644 --- a/contracts/script/deploy/config/devnet/batcher-payment-service.devnet.config.json +++ b/contracts/script/deploy/config/devnet/batcher-payment-service.devnet.config.json @@ -12,6 +12,6 @@ "owner": "0x14dC79964da2C08b23698B3D3cc7Ca32193d9955" }, "eip712": { - "noncedVerificationDataTypeHash": "0x2194895b48bd1793cdc112d96441a9e5291ef6151d5aa0e8e2386c81bdc61624" + "noncedVerificationDataTypeHash": "2194895b48bd1793cdc112d96441a9e5291ef6151d5aa0e8e2386c81bdc61624" } -} +} \ No newline at end of file diff --git a/contracts/script/deploy/config/holesky/batcher-payment-service.holesky.config.json b/contracts/script/deploy/config/holesky/batcher-payment-service.holesky.config.json index 58dc57831..c4f97a374 100644 --- a/contracts/script/deploy/config/holesky/batcher-payment-service.holesky.config.json +++ b/contracts/script/deploy/config/holesky/batcher-payment-service.holesky.config.json @@ -11,6 +11,6 @@ "owner": "" }, "eip712": { - "noncedVerificationDataTypeHash": "0x2194895b48bd1793cdc112d96441a9e5291ef6151d5aa0e8e2386c81bdc61624" + "noncedVerificationDataTypeHash": "2194895b48bd1793cdc112d96441a9e5291ef6151d5aa0e8e2386c81bdc61624" } -} +} \ No newline at end of file