Skip to content

Commit

Permalink
enable base creator support (#2447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinnnnn authored Apr 26, 2024
1 parent fc33ee7 commit 3efb0bb
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 @@ -51,7 +51,7 @@ export const chains = [
shortName: 'BASE',
icon: '/icons/base_logo.svg',
baseChain: 'Ethereum',
hasCreatorSupport: false,
hasCreatorSupport: true,
isEnabled: true,
shouldAutoRefresh: true,
},
Expand Down

0 comments on commit 3efb0bb

Please sign in to comment.