8000 adding syn token to docs by Defi-Moses · Pull Request #3440 · synapsecns/sanguine · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adding syn token to docs #3440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ function MoreInfoButtons() {
description="See preliminary analytics of the bridge"
/>
<MoreInfoItem
to={NAVIGATION.Contracts.path}
labelText={NAVIGATION.Contracts.text}
description="View contract related information such as contract addresses"
to={NAVIGATION.SYN.path}
labelText={NAVIGATION.SYN.text}
description="View $SYN related information such as contract addresses"
/>
</>
)
Expand Down
11 changes: 7 additions & 4 deletions packages/synapse-interface/components/toast/index.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
import toast, { Toaster, ToastBar } from 'react-hot-toast'
import React from 'react'
import { Toaster as HotToaster, ToastBar as HotToastBar } from 'react-hot-toast'
import ToastContent from './ToastContent'

export default function CustomToaster() {
const Toaster = HotToaster as React.FC<any>
const ToastBar = HotToastBar as React.FC<any>

export default function CustomToaster(): React.ReactElement {
return (
<Toaster
position="bottom-right" // top-right
position="bottom-right"
containerClassName="pt-8"
toastOptions={{
// Define default options
style: {
background: 'transparent',
padding: '0px',
Expand Down
8 changes: 4 additions & 4 deletions packages/synapse-interface/constants/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
POOL_PATH,
LANDING_PATH,
BRIDGE_PATH,
INTERCHAIN_LINK,
SYN_TOKEN_LINK,
SOLANA_BRIDGE_LINK,
} from './urls'

Expand Down Expand Up @@ -53,9 +53,9 @@ export const NAVIGATION: RouteObject = {
text: 'Explorer',
match: null,
},
Contracts: {
path: INTERCHAIN_LINK,
text: 'Interchain Network',
SYN: {
path: SYN_TOKEN_LINK,
text: '$SYN',
match: null,
},
Solana: {
Expand Down
1 change: 1 addition & 0 deletions packages/synapse-interface/constants/urls/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const LANDING_PATH = '/landing'
export const EXPLORER_KAPPA = 'https://explorer.synapseprotocol.com/tx/'
export const EXPLORER_PATH = 'https://explorer.synapseprotocol.com/'
export const INTERCHAIN_LINK = 'https://interchain.synapseprotocol.com/'
export const SYN_TOKEN_LINK = 'https://docs.synapseprotocol.com/docs/About/SYN'
export const SOLANA_BRIDGE_LINK = 'https://solana.synapseprotocol.com/'
export const TERMS_OF_SERVICE_PATH =
'https://explorer.synapseprotocol.com/terms'
Expand Down
1 change: 1 addition & 0 deletions packages/synapse-interface/messages/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
"Telegram": "تليجرام",
"Functions": "الوظائف",
"Developers": "المطورون",
"$SYN": "$SYN",
"Support": "الدعم"
},
"ReturnToMonke": {
Expand Down
3 changes: 2 additions & 1 deletion packages/synapse-interface/messages/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@
"Telegram": "Telegram",
"Functions": "Functions",
"Developers": "Developers",
"Support": "Support"
"Support": "Support",
"$SYN": "$SYN"
},
"ReturnToMonke": {
"Choose Synapse": "Choose Synapse",
Expand Down
3 changes: 2 additions & 1 deletion packages/synapse-interface/messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@
"Telegram": "Telegram",
"Functions": "Funciones",
"Developers": "Desarrolladores",
"Support": "Soporte"
"Support": "Soporte",
"$SYN": "$SYN"
},
"ReturnToMonke": {
"Choose Synapse": "Elige Synapse",
Expand Down
3 changes: 2 additions & 1 deletion packages/synapse-interface/messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@
"Telegram": "Telegram",
"Functions": "Fonctions",
"Developers": "Développeurs",
"Support": "Support"
"Support": "Support",
"$SYN": "$SYN"
},
"ReturnToMonke": {
"Choose Synapse": "Choisir Synapse",
Expand Down
3 changes: 2 additions & 1 deletion packages/synapse-interface/messages/jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@
"Telegram": "Telegram",
"Functions": "機能",
"Developers": "開発者",
"Support": "サポート"
"Support": "サポート",
"$SYN": "$SYN"
},
"ReturnToMonke": {
"Choose Synapse": "Synapseを選択",
Expand Down
3 changes: 2 additions & 1 deletion packages/synapse-interface/messages/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@
"Telegram": "Telegram",
"Functions": "Fonksiyonlar",
"Developers": "Geliştiriciler",
"Support": "Destek"
"Support": "Destek",
"$SYN": "$SYN"
},
"ReturnToMonke": {
"Choose Synapse": "Synapse'i Seç",
Expand Down
3 changes: 2 additions & 1 deletion packages/synapse-interface/messages/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@
"Telegram": "Telegram",
"Functions": "功能",
"Developers": "开发者",
"Support": "支持"
"Support": "支持",
"$SYN": "$SYN"
},
"ReturnToMonke": {
"Choose Synapse": "选择Synapse",
Expand Down
Loading
0