Skip to content

Commit 76905c8

Browse files
committed
chore: banner
1 parent a370376 commit 76905c8

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

src/layouts/MainLayout.tsx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import TopBarNotify from './TopBarNotify';
1212

1313
const getCampaignConfigs = () => ({
1414
[ChainId.base]: {
15-
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
16-
buttonText: 'Join waitlist',
15+
notifyText: 'Aave V4 is now live on Ethereum mainnet.',
16+
buttonText: 'Try it out here',
1717
buttonAction: {
1818
type: 'url' as const,
1919
value: 'https://aave.com/app',
@@ -23,8 +23,8 @@ const getCampaignConfigs = () => ({
2323
},
2424

2525
[ChainId.sonic]: {
26-
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
27-
buttonText: 'Join waitlist',
26+
notifyText: 'Aave V4 is now live on Ethereum mainnet.',
27+
buttonText: 'Try it out here',
2828
buttonAction: {
2929
type: 'url' as const,
3030
value: 'https://aave.com/app',
@@ -35,8 +35,8 @@ const getCampaignConfigs = () => ({
3535
},
3636

3737
[ChainId.mainnet]: {
38-
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
39-
buttonText: 'Join waitlist',
38+
notifyText: 'Aave V4 is now live on Ethereum mainnet.',
39+
buttonText: 'Try it out here',
4040
buttonAction: {
4141
type: 'url' as const,
4242
value: 'https://aave.com/app',
@@ -46,8 +46,8 @@ const getCampaignConfigs = () => ({
4646
},
4747

4848
[ChainId.polygon]: {
49-
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
50-
buttonText: 'Join waitlist',
49+
notifyText: 'Aave V4 is now live on Ethereum mainnet.',
50+
buttonText: 'Try it out here',
5151
buttonAction: {
5252
type: 'url' as const,
5353
value: 'https://aave.com/app',
@@ -58,8 +58,8 @@ const getCampaignConfigs = () => ({
5858
},
5959

6060
[ChainId.avalanche]: {
61-
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
62-
buttonText: 'Join waitlist',
61+
notifyText: 'Aave V4 is now live on Ethereum mainnet.',
62+
buttonText: 'Try it out here',
6363
buttonAction: {
6464
type: 'url' as const,
6565
value: 'https://aave.com/app',
@@ -70,8 +70,8 @@ const getCampaignConfigs = () => ({
7070
},
7171

7272
[ChainId.arbitrum_one]: {
73-
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
74-
buttonText: 'Join waitlist',
73+
notifyText: 'Aave V4 is now live on Ethereum mainnet.',
74+
buttonText: 'Try it out here',
7575
buttonAction: {
7676
type: 'url' as const,
7777
value: 'https://aave.com/app',
@@ -82,8 +82,8 @@ const getCampaignConfigs = () => ({
8282
},
8383

8484
[ChainId.optimism]: {
85-
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
86-
buttonText: 'Join waitlist',
85+
notifyText: 'Aave V4 is now live on Ethereum mainnet.',
86+
buttonText: 'Try it out here',
8787
buttonAction: {
8888
type: 'url' as const,
8989
value: 'https://aave.com/app',
@@ -94,8 +94,8 @@ const getCampaignConfigs = () => ({
9494
},
9595

9696
[ChainId.xdai]: {
97-
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
98-
buttonText: 'Join waitlist',
97+
notifyText: 'Aave V4 is now live on Ethereum mainnet.',
98+
buttonText: 'Try it out here',
9999
buttonAction: {
100100
type: 'url' as const,
101101
value: 'https://aave.com/app',
@@ -106,8 +106,8 @@ const getCampaignConfigs = () => ({
106106
},
107107

108108
[ChainId.bnb]: {
109-
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
110-
buttonText: 'Join waitlist',
109+
notifyText: 'Aave V4 is now live on Ethereum mainnet.',
110+
buttonText: 'Try it out here',
111111
buttonAction: {
112112
type: 'url' as const,
113113
value: 'https://aave.com/app',

0 commit comments

Comments
 (0)