Skip to content
Merged
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
1 change: 1 addition & 0 deletions src/components/MarketSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export const MarketSwitcher = () => {
};

const marketBlurbs: { [key: string]: JSX.Element } = {
proto_ink_v3: <Trans>The Ink instance is governed by the Ink Foundation</Trans>,
proto_mainnet_v3: (
<Trans>Main Ethereum market with the largest selection of assets and yield options</Trans>
),
Expand Down
8 changes: 4 additions & 4 deletions src/layouts/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ const getCampaignConfigs = (
// },

[ChainId.mainnet]: {
notifyText: 'The Plasma market is now live.',
notifyText: 'The Ink market is now live.',
buttonText: 'Get Started',
buttonAction: {
type: 'function' as const,
value: () => openMarket(CustomMarket.proto_plasma_v3),
value: () => openMarket(CustomMarket.proto_ink_v3),
},
bannerVersion: 'plasma-market-v0',
icon: '/icons/networks/plasma.svg',
bannerVersion: 'ink-market-v0',
icon: '/icons/networks/ink.svg',
},

// [ChainId.polygon]: {
Expand Down
2 changes: 1 addition & 1 deletion src/locales/el/messages.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/en/messages.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,10 @@ msgstr "Balance to revoke"
msgid "Utilization Rate"
msgstr "Utilization Rate"

#: src/components/MarketSwitcher.tsx
msgid "The Ink instance is governed by the Ink Foundation"
msgstr "The Ink instance is governed by the Ink Foundation"

#: src/modules/reserve-overview/ReserveFactorOverview.tsx
msgid "View contract"
msgstr "View contract"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/es/messages.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/fr/messages.js

Large diffs are not rendered by default.

Loading