Skip to content

Commit

Permalink
update config for puffer (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolxt authored and clmntsnr committed Jan 7, 2025
1 parent c02f982 commit e3ab6ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion merkl.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export default createConfig({
enabled: false,
},
bridge: {
enabled: true,
enabled: false,
},
},
socials: {
Expand Down
1 change: 0 additions & 1 deletion src/routes/_merkl.users.$address.claims.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default function Index() {
<Container>
<Space size="md" />
<HistoricalClaimsLibrary claims={claimWiped} />
<Space size="md" />
</Container>
);
}

0 comments on commit e3ab6ea

Please sign in to comment.