Skip to content

Commit

Permalink
Fix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Jan 26, 2024
1 parent fd6a5f4 commit eb2e28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SpaceBoost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -204,6 +203,7 @@ const strategy = computed<BoostStrategy>(() => {
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',
Expand Down

0 comments on commit eb2e28d

Please sign in to comment.