Skip to content

Commit e060248

Browse files
authored
Merge pull request #929 from mars-protocol/metamask-integration
feat: changed the name of MetaMask option
2 parents 86a45da + 9a7170c commit e060248

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/images/wallets/metamask.png

4.48 KB
Loading

src/constants/wallets.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ export const WALLETS: WalletInfos = {
4747
supportedChains: [ChainInfoID.Osmosis1, ChainInfoID.OsmosisDevnet],
4848
},
4949
[WalletID.LeapSnap]: {
50-
name: 'MetaMask (via Leap Snap)',
50+
name: 'MetaMask',
5151
install: 'Install MetaMask',
5252
installURL: 'https://metamask.io/download/',
53-
imageURL: '/images/wallets/leap-snap.png',
53+
imageURL: '/images/wallets/metamask.png',
5454
supportedChains: [ChainInfoID.Osmosis1, ChainInfoID.OsmosisDevnet, ChainInfoID.Pion1],
5555
},
5656
[WalletID.Station]: {

0 commit comments

Comments
 (0)