Skip to content

Commit

Permalink
mobe constant
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinC6 committed Oct 19, 2023
1 parent 4feac42 commit 48541ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import React from 'react'
import {Linking, StyleSheet, Text, TouchableOpacity} from 'react-native'

import {SWAP_ZENDESK_LINK} from '../../../../yoroi-wallets/cardano/constants/common'
import {useStrings} from '../strings'

const SWAP_ZENDESK_LINK = 'https://emurgohelpdesk.zendesk.com/hc/en-us/sections/8154256843407-Swap'

export const SwapInfoLink = () => {
const strings = useStrings()
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const ACCOUNT_INDEX = 0
export const HARD_DERIVATION_START = 2147483648
export const CHIMERIC_ACCOUNT = 2
export const STAKING_KEY_INDEX = 0
export const SWAP_ZENDESK_LINK = 'https://emurgohelpdesk.zendesk.com/hc/en-us/sections/8154256843407-Swap'

export const WALLET_CONFIG = {
WALLET_IMPLEMENTATION_ID,
Expand Down

0 comments on commit 48541ab

Please sign in to comment.