From c72fb0ed21767e62f983363104cc1538dd310019 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:50:56 +0100 Subject: [PATCH 1/2] Update data-layer.test.ts --- packages/data-layer/src/data-layer.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/data-layer/src/data-layer.test.ts b/packages/data-layer/src/data-layer.test.ts index 763be0fc89..5669c43e82 100644 --- a/packages/data-layer/src/data-layer.test.ts +++ b/packages/data-layer/src/data-layer.test.ts @@ -7,7 +7,7 @@ import { } from "."; import { DataLayer } from "./data-layer"; -// This is mocked from an acutal project on Sepolia +// This is mocked from an actual project on Sepolia const mockProjects: v2Project[] = [ { id: "0x8a79249b63395c25bd121ba6ff280198c399d4fb3f951fc3c42197b54a6db6a6", From 069727e2c41ce33aafa85486203c16bbaf0624d8 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:51:52 +0100 Subject: [PATCH 2/2] Update RoundImplementation.json --- packages/builder/src/contracts/abis/RoundImplementation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/builder/src/contracts/abis/RoundImplementation.json b/packages/builder/src/contracts/abis/RoundImplementation.json index 3677437b4d..a2a7297f16 100644 --- a/packages/builder/src/contracts/abis/RoundImplementation.json +++ b/packages/builder/src/contracts/abis/RoundImplementation.json @@ -1143,7 +1143,7 @@ }, { "internalType": "address payable", - "name": "recipent", + "name": "recipient", "type": "address" } ], @@ -1156,4 +1156,4 @@ "stateMutability": "payable", "type": "receive" } -] \ No newline at end of file +]