Skip to content

Commit b4a77ef

Browse files
committed
placeholder address
1 parent b8db50f commit b4a77ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/components/contract-components/contract-deploy-form/custom-contract.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const voteParamsSet = new Set([
113113
]);
114114

115115
const DEFAULT_FEE_BPS = 250;
116-
const DEFAULT_FEE_RECIPIENT = "0x0000000000000000000000000000000000000000"; // TODO
116+
const DEFAULT_FEE_RECIPIENT = "0x000000000000000000000000000000000000dEaD"; // TODO
117117

118118
function checkTwPublisher(publisher: string | undefined) {
119119
switch (publisher) {

0 commit comments

Comments
 (0)