Skip to content

Commit

Permalink
fixing support link (#3458)
Browse files Browse the repository at this point in the history
  • Loading branch information
Defi-Moses authored Dec 12, 2024
1 parent 0847d81 commit e1ef6ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/synapse-interface/constants/urls/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const HOW_TO_STAKE_URL =
export const BUILD_ON_URL =
'https://docs.synapseprotocol.com/synapse-interchain-network-sin/build-on-the-synapse-interchain-network'
export const TRANSACTION_SUPPORT_URL =
'https://docs.synapseprotocol.com/synapse-bridge/synapse-bridge/transaction-support-faq'
'https://docs.synapseprotocol.com/docs/Support/Transaction-Support'

/** Construct URL Helper Functions */
export const getPoolUrl = (token: Token) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const MAX_UINT256 =
115792089237316195423570985008687907853269984665640564039457584007913129639935n

export const TRANSACTION_SUPPORT_URL =
'https://docs.synapseprotocol.com/synapse-bridge/synapse-bridge/transaction-support-faq'
'https://docs.synapseprotocol.com/docs/Support/Transaction-Support'

export const PAUSED_CHAINS_URL =
'https://raw.githubusercontent.com/synapsecns/sanguine/master/packages/synapse-interface/public/pauses/v1/paused-chains.json'
Expand Down

0 comments on commit e1ef6ae

Please sign in to comment.