Skip to content

Commit

Permalink
feat(migrator): rename switch button text (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
abbylow authored Jul 27, 2023
1 parent 237bbc5 commit 0fd3702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/converter/src/components/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function ConnectWallet() {
<p className="text-sm">Unsupported chain</p>
</div>
<Button variant="walletConnect" onClick={() => changeNetwork()}>
Please switch to {CHAINS[chainId].chainName}
Switch to {CHAINS[chainId].chainName}
</Button>
</div>
) : (
Expand Down
2 changes: 1 addition & 1 deletion apps/converter/src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const CHAINS: Record<
> = {
1: {
chainId: "0x1",
chainName: "Mainnet",
chainName: "Ethereum Mainnet",
nativeCurrency: {
name: "ETH",
symbol: "ETH",
Expand Down

1 comment on commit 0fd3702

@vercel
Copy link

@vercel vercel bot commented on 0fd3702 Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.