Skip to content

Commit

Permalink
fixing support link
Browse files Browse the repository at this point in the history
  • Loading branch information
Defi-Moses committed Dec 12, 2024
1 parent bf6b5bf commit b1f3376
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 b1f3376

Please sign in to comment.