Skip to content

Commit

Permalink
fix: Adding sonic icon to wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
paintoshi committed Dec 3, 2024
1 parent c106178 commit 3d19c94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ createWeb3Modal({
themeVariables: {
'--w3m-color-mix': '#05228c',
'--w3m-color-mix-strength': 20
}
},
chainImages: {
[57054]: '/images/sonic.png',
},
})

ReactGA.initialize(gaID)
Expand Down

0 comments on commit 3d19c94

Please sign in to comment.