Skip to content

Commit

Permalink
Update bitkeep name and logo (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Nov 20, 2023
1 parent dadf50e commit 121b72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ export function getInjected() {
icon: 'ipfs://Qma4EJoXZ2CyPfKQHbtjqnLVXP28xFwiXg3KwZa7nMZC19'
};
if (web3.isBitKeep) injected = {
name: 'BitKeep',
name: 'Bitget Wallet',
id: 'bitkeep',
icon: 'ipfs://QmNnBASau839xxF4QSKwBuQXNnaqHJLQYv5oTcHuJyyjcW'
icon: 'ipfs://bafkreigkcq5ntckkv3x6xs4qysngwgh77pmbj7apzq4ptavs4lvczq7kni'
};
if (web3.isExodus) injected = {
name: 'Exodus',
Expand Down

0 comments on commit 121b72f

Please sign in to comment.