We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beee257 commit ca06880Copy full SHA for ca06880
apps/dashboard/src/components/contract-components/contract-deploy-form/custom-contract.tsx
@@ -113,7 +113,7 @@ const voteParamsSet = new Set([
113
]);
114
115
const DEFAULT_FEE_BPS = 250;
116
-const DEFAULT_FEE_RECIPIENT = "0x000000000000000000000000000000000000dEaD"; // TODO
+const DEFAULT_FEE_RECIPIENT = "0x1af20c6b23373350ad464700b5965ce4b0d2ad94";
117
118
function checkTwPublisher(publisher: string | undefined) {
119
switch (publisher) {
0 commit comments