Skip to content

Commit

Permalink
filter destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Nov 24, 2024
1 parent f55de14 commit bd6601f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/Deposit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ const Deposit: React.FC = () => {
destAssetDenom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349'
};

const filter = {
destination: {
'penumbra-1': undefined,
}
}


return (
<div className="py-3 flex flex-col gap-8">
<div>
Expand All @@ -107,6 +114,7 @@ const Deposit: React.FC = () => {
theme="dark"
brandColor="#3B82F6"
defaultRoute={defaultRoute}
filter={filter}
/>
</div>

Expand Down

0 comments on commit bd6601f

Please sign in to comment.