Skip to content

Commit

Permalink
chore: update moonbase
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Mao committed Oct 9, 2024
1 parent 1827e4d commit 448050e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if (process.env.NEXT_PUBLIC_PROVIDER) {
const axsWallet = ({ chains }: any) => ({
id: 'moon_base',
name: 'MoonBase',
iconUrl: '/MoonBase.svg',
iconUrl: 'https://raw.githubusercontent.com/MXCzkEVM/metadata/main/logo.svg',
iconBackground: '#FFFFFF',
description: 'MoonBase wallet web3 provider.',
createConnector: () => {
Expand Down

0 comments on commit 448050e

Please sign in to comment.