@alexkeating/common-utilities
Version:
Our **Common Utilities** package is a set of helper tools and utilities that are used throughout our libraries and apps. This includes things like our constants, types that are commonly shared across packages, and various utilities and helper functions.
26 lines • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FORM_COPY = void 0;
exports.FORM_COPY = {
TOKENS: {
title: 'Stake Tokens',
description: 'Stake tokens represent both voting weight and economic stake within the DAO.',
},
TIMING: {
title: 'Proposal Timing',
description: 'Define the timing for voting and grace periods. After summoning, the DAO can update these settings through a proposal.',
},
ADVANCED: {
title: 'Advanced Governance',
description: 'Customize advanced governance settings.',
},
SHAMANS: {
title: 'Starting Shamans',
description: 'Shamans are powerful and have control over key components of the DAO. Use caution in the spirit world.',
},
MEMBERS: {
title: 'Starting Members',
description: 'You must have at least one member to summon. Add other summoning members as desired. Members can be added later through a proposal.',
},
};
//# sourceMappingURL=form.js.map