Skip to content

Commit

Permalink
Update skip pre-selected assets (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Dec 13, 2024
1 parent 4b82524 commit 5c64e51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/minifront/src/components/ibc/deposit-skip/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { Widget } from '@skip-go/widget';

const defaultRoute = {
srcChainId: 'osmosis-1',
srcAssetDenom: 'ibc/23104D411A6EB6031FA92FB75F227422B84989969E91DCAD56A535DD7FF0A373', // $USDY on osmosis
srcChainId: 'noble-1',
srcAssetDenom: 'ausdy',
destChainId: 'penumbra-1',
destAssetDenom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349', // $UM on penumbra
};

const filter = {
Expand Down

0 comments on commit 5c64e51

Please sign in to comment.