We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ba3b2 commit a3f1ba7Copy full SHA for a3f1ba7
2 files changed
packages/builder/src/contracts/abis/RoundImplementation.json
@@ -1143,7 +1143,7 @@
1143
},
1144
{
1145
"internalType": "address payable",
1146
- "name": "recipent",
+ "name": "recipient",
1147
"type": "address"
1148
}
1149
],
@@ -1156,4 +1156,4 @@
1156
"stateMutability": "payable",
1157
"type": "receive"
1158
1159
-]
+]
packages/data-layer/src/data-layer.test.ts
@@ -7,7 +7,7 @@ import {
7
} from ".";
8
import { DataLayer } from "./data-layer";
9
10
-// This is mocked from an acutal project on Sepolia
+// This is mocked from an actual project on Sepolia
11
const mockProjects: v2Project[] = [
12
13
id: "0x8a79249b63395c25bd121ba6ff280198c399d4fb3f951fc3c42197b54a6db6a6",
0 commit comments