Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@
},
{
"internalType": "address payable",
"name": "recipent",
"name": "recipient",
"type": "address"
}
],
Expand All @@ -1156,4 +1156,4 @@
"stateMutability": "payable",
"type": "receive"
}
]
]
2 changes: 1 addition & 1 deletion packages/data-layer/src/data-layer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down