Skip to content

Commit a3f1ba7

Browse files
kilavvyMasterHW
andauthored
Update RoundImplementation.json and Data Layer Test (#3774)
* Update data-layer.test.ts * Update RoundImplementation.json --------- Co-authored-by: Henry <43460021+MasterHW@users.noreply.github.com>
1 parent 95ba3b2 commit a3f1ba7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/builder/src/contracts/abis/RoundImplementation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@
11431143
},
11441144
{
11451145
"internalType": "address payable",
1146-
"name": "recipent",
1146+
"name": "recipient",
11471147
"type": "address"
11481148
}
11491149
],
@@ -1156,4 +1156,4 @@
11561156
"stateMutability": "payable",
11571157
"type": "receive"
11581158
}
1159-
]
1159+
]

packages/data-layer/src/data-layer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
} from ".";
88
import { DataLayer } from "./data-layer";
99

10-
// This is mocked from an acutal project on Sepolia
10+
// This is mocked from an actual project on Sepolia
1111
const mockProjects: v2Project[] = [
1212
{
1313
id: "0x8a79249b63395c25bd121ba6ff280198c399d4fb3f951fc3c42197b54a6db6a6",

0 commit comments

Comments
 (0)