diff --git a/src/pages/portfolio/components/AddressQR.tsx b/src/pages/portfolio/components/AddressQR.tsx index 4d20f077..8d5da959 100644 --- a/src/pages/portfolio/components/AddressQR.tsx +++ b/src/pages/portfolio/components/AddressQR.tsx @@ -77,7 +77,7 @@ export default function AddressQR() {
{ trackMixPanelEvent('Clicked Send SCRT') }} @@ -86,13 +86,22 @@ export default function AddressQR() { { trackMixPanelEvent('Clicked Get SCRT') }} > Get SCRT + { + trackMixPanelEvent('Clicked bridge') + }} + > + Bridge +
diff --git a/src/utils/config.ts b/src/utils/config.ts index 1370b1fa..53350ac0 100644 --- a/src/utils/config.ts +++ b/src/utils/config.ts @@ -3481,110 +3481,6 @@ export const tokens: Token[] = [ // These are snip 20 tokens that are IBC compatible (no need to wrap them manually) export const snips: Token[] = [ - { - name: 'ADM', - description: 'Admirari DAO Token', - is_snip20: true, - address: 'secret1zzuffktc25904mwus8ched6q6p5ewksy80m33h', - code_hash: '6ee652c96cc3b954ea763d55b039a53784a4b15f28ccac14134c8f91e2d4c91c', - image: '/adm.svg', - decimals: 6, - coingecko_id: '', - deposits: [ - { - chain_name: 'Archway', - denom: ibcDenom( - [{ incomingChannelId: 'channel-39', incomingPortId: 'transfer' }], - 'cw20:secret1zzuffktc25904mwus8ched6q6p5ewksy80m33h' - ), - channel_id: 'channel-39', - gas: 300_000 - }, - { - chain_name: 'Composable', - denom: ibcDenom( - [{ incomingChannelId: 'channel-26', incomingPortId: 'transfer' }], - 'cw20:secret1zzuffktc25904mwus8ched6q6p5ewksy80m33h' - ), - channel_id: 'channel-26', - gas: 300_000 - }, - { - chain_name: 'Gravity Bridge', - denom: ibcDenom( - [{ incomingChannelId: 'channel-150', incomingPortId: 'transfer' }], - 'cw20:secret1zzuffktc25904mwus8ched6q6p5ewksy80m33h' - ), - channel_id: 'channel-150', - gas: 300_000 - }, - { - chain_name: 'Osmosis', - denom: ibcDenom( - [{ incomingChannelId: 'channel-476', incomingPortId: 'transfer' }], - 'cw20:secret1zzuffktc25904mwus8ched6q6p5ewksy80m33h' - ), - channel_id: 'channel-476', - gas: 300_000 - }, - { - chain_name: 'Kujira', - denom: ibcDenom( - [{ incomingChannelId: 'channel-44', incomingPortId: 'transfer' }], - 'cw20:secret1zzuffktc25904mwus8ched6q6p5ewksy80m33h' - ), - channel_id: 'channel-44', - gas: 300_000 - }, - { - chain_name: 'Juno', - denom: ibcDenom( - [{ incomingChannelId: 'channel-163', incomingPortId: 'transfer' }], - 'cw20:secret1zzuffktc25904mwus8ched6q6p5ewksy80m33h' - ), - channel_id: 'channel-163', - gas: 300_000 - } - ], - withdrawals: [ - { - chain_name: 'Archway', - denom: 'secret1zzuffktc25904mwus8ched6q6p5ewksy80m33h', - channel_id: 'channel-90', - gas: 350_000 - }, - { - chain_name: 'Composable', - denom: 'secret1zzuffktc25904mwus8ched6q6p5ewksy80m33h', - channel_id: 'channel-83', - gas: 350_000 - }, - { - chain_name: 'Gravity Bridge', - denom: 'secret1zzuffktc25904mwus8ched6q6p5ewksy80m33h', - channel_id: 'channel-148', - gas: 350_000 - }, - { - chain_name: 'Osmosis', - denom: 'secret1zzuffktc25904mwus8ched6q6p5ewksy80m33h', - channel_id: 'channel-44', - gas: 350_000 - }, - { - chain_name: 'Kujira', - denom: 'secret1zzuffktc25904mwus8ched6q6p5ewksy80m33h', - channel_id: 'channel-46', - gas: 350_000 - }, - { - chain_name: 'Juno', - denom: 'secret1zzuffktc25904mwus8ched6q6p5ewksy80m33h', - channel_id: 'channel-45', - gas: 350_000 - } - ] - }, { name: 'ALTER', description: 'ALTER dApp Token',