-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: created provider slice * feat: added RPC switcher screen * fix: updated texts * fix: added ens support to tutorial modals; minor style fix * fix: collect all local storage logic in one file * feat: added reset to default rpc for rpc switcher screen * fix: requests count * fix: dark mode styles * fix: provider slice logic and change gov core to mainnet --------- Co-authored-by: Alex <argeares97@gmail.com>
- Loading branch information
Showing
42 changed files
with
1,444 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Metadata } from 'next'; | ||
import React from 'react'; | ||
|
||
import { RpcSwitcherPage } from '../../src/rpcSwitcher/components/RpcSwitcherPage'; | ||
import { metaTexts } from '../../src/ui/utils/metaTexts'; | ||
|
||
export const metadata: Metadata = { | ||
title: `${metaTexts.main}${metaTexts.rpcSwitcherPageMetaTitle}`, | ||
description: metaTexts.rpcSwitcherPageMetaDescription, | ||
openGraph: { | ||
images: ['/metaLogo.jpg'], | ||
title: `${metaTexts.main}${metaTexts.rpcSwitcherPageMetaTitle}`, | ||
description: metaTexts.rpcSwitcherPageMetaDescription, | ||
}, | ||
}; | ||
|
||
export default function Page() { | ||
return <RpcSwitcherPage />; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import React from 'react'; | ||
|
||
import { RpcSwitcherPage } from '../src/rpcSwitcher/components/RpcSwitcherPage'; | ||
|
||
export default function Representations() { | ||
return <RpcSwitcherPage />; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
7cbb37d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit was deployed on ipfs