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 b8db50f commit b4a77efCopy full SHA for b4a77ef
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 = "0x0000000000000000000000000000000000000000"; // TODO
+const DEFAULT_FEE_RECIPIENT = "0x000000000000000000000000000000000000dEaD"; // TODO
117
118
function checkTwPublisher(publisher: string | undefined) {
119
switch (publisher) {
0 commit comments