Skip to content

Commit

Permalink
Enable support for Base Chain (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinnnnn authored Aug 3, 2023
1 parent 81ef2c2 commit e9b6629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const chains = [
icon: '/icons/base_logo.svg',
baseChain: 'Ethereum',
hasCreatorSupport: false,
isEnabled: false,
isEnabled: true,
},
{
name: 'Optimism',
Expand Down

1 comment on commit e9b6629

@vercel
Copy link

@vercel vercel bot commented on e9b6629 Aug 3, 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.