Skip to content

Commit

Permalink
chore: update text for contract affected address
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Jan 22, 2024
1 parent ea969f7 commit 9e3f1a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/hooks/useElasticLegacy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ export const config: {
tickReaderContract: '0x165c68077ac06c83800d19200e6E2B08D02dE75D',
},
[ChainId.MATIC]: {
subgraphUrl:
'https://polygon-graph.kyberengineering.io/subgraphs/name/kybernetwork/kyberswap-elastic-polygon-legacy',
subgraphUrl: 'https://api.thegraph.com/subgraphs/id/QmbFWXTtjsqU688dj1aG33UGS32bZVFc3fdDr7YTmwGaSc',
farmContract: '0xbdec4a045446f583dc564c0a227ffd475b329bf0',
positionManagerContract: '0x2B1c7b41f6A8F2b2bc45C3233a5d5FB3cD6dC9A8',
tickReaderContract: '0x165c68077ac06c83800d19200e6E2B08D02dE75D',
Expand Down
8 changes: 6 additions & 2 deletions src/pages/ElasticSnapshot/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,12 @@ export default function ElasticSnapshot() {
)
) : (
<Flex padding="48px 16px" justifyContent="center" alignItems="center" flexDirection="column">
<Text fontSize="14px" marginBottom="24px">
<Trans>Please connect your wallet to view your affected position(s).</Trans>
<Text fontSize="14px" marginBottom="24px" maxWidth="820px">
<Trans>
Please connect your wallet to view your affected position(s). If your Affected Address is a Multisig
or other Contracts, you won’t be able to complete the steps via the UI. Instead, please contact us at{' '}
<a href="mailto:support@kyberswap.com">support@kyberswap.com</a>
</Trans>
</Text>

<ButtonPrimary onClick={toggleWalletModal} width="94px">
Expand Down

0 comments on commit 9e3f1a6

Please sign in to comment.