diff --git a/src/views/SpaceBoost.vue b/src/views/SpaceBoost.vue index 8d285ed8bc6..31c3dce9198 100644 --- a/src/views/SpaceBoost.vue +++ b/src/views/SpaceBoost.vue @@ -20,7 +20,6 @@ import { BoostStrategy } from '@/helpers/boost/types'; const props = defineProps<{ space: ExtendedSpace; - // TODO: Add space setting to allow boost or no bribe }>(); type Form = { @@ -204,6 +203,7 @@ const strategy = computed(() => { description: 'Snapshot.org Boost', image: 'ipfs://bafkreiel2xc6swtzopy2ho5taaz3ejxfcdhdiwe55igmlupsalep6w7x2e', external_url: `https://snapshot.org/#/${props.space.id}/proposal/${proposal.value.id}`, + name: 'proposal', params: { version: BOOST_VERSION, env: env === 'demo' ? 'snapshot-testnet' : 'snapshot',