Skip to content

Commit cddb844

Browse files
authored
chore: banner (#2718)
1 parent 9cd986b commit cddb844

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

src/components/MarketSwitcher.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ export const MarketSwitcher = () => {
187187
};
188188

189189
const marketBlurbs: { [key: string]: JSX.Element } = {
190+
proto_ink_v3: <Trans>The Ink instance is governed by the Ink Foundation</Trans>,
190191
proto_mainnet_v3: (
191192
<Trans>Main Ethereum market with the largest selection of assets and yield options</Trans>
192193
),

src/layouts/MainLayout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ const getCampaignConfigs = (
4141
// },
4242

4343
[ChainId.mainnet]: {
44-
notifyText: 'The Plasma market is now live.',
44+
notifyText: 'The Ink market is now live.',
4545
buttonText: 'Get Started',
4646
buttonAction: {
4747
type: 'function' as const,
48-
value: () => openMarket(CustomMarket.proto_plasma_v3),
48+
value: () => openMarket(CustomMarket.proto_ink_v3),
4949
},
50-
bannerVersion: 'plasma-market-v0',
51-
icon: '/icons/networks/plasma.svg',
50+
bannerVersion: 'ink-market-v0',
51+
icon: '/icons/networks/ink.svg',
5252
},
5353

5454
// [ChainId.polygon]: {

src/locales/el/messages.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/locales/en/messages.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/locales/en/messages.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,10 @@ msgstr "Balance to revoke"
665665
msgid "Utilization Rate"
666666
msgstr "Utilization Rate"
667667

668+
#: src/components/MarketSwitcher.tsx
669+
msgid "The Ink instance is governed by the Ink Foundation"
670+
msgstr "The Ink instance is governed by the Ink Foundation"
671+
668672
#: src/modules/reserve-overview/ReserveFactorOverview.tsx
669673
msgid "View contract"
670674
msgstr "View contract"

src/locales/es/messages.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/locales/fr/messages.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)