Skip to content

Commit

Permalink
Merge pull request #5 from klaytn/change-logo
Browse files Browse the repository at this point in the history
change kaikas logo to kaia wallet
  • Loading branch information
kjeom authored Nov 12, 2024
2 parents 41bf2ed + 4b51964 commit 8c0a1a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added src/providers/logos/kaiawallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/providers/logos/kaikas.png
Binary file not shown.
6 changes: 3 additions & 3 deletions src/providers/providers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import BitkeepLogo from "../logos/bitkeepwallet.png";
// @ts-ignore
import StarzWalletLogo from "../logos/starzwallet.svg";
// @ts-ignore
import KaikasLogo from "../logos/kaikas.png";
import KaiaLogo from "../logos/kaiawallet.png";
// @ts-ignore
import KlipLogo from "../logos/klip.png";

Expand Down Expand Up @@ -230,8 +230,8 @@ export const STARZWALLET: IProviderInfo = {

export const KAIKAS: IProviderInfo = {
id: "kaikas",
name: "Kaikas",
logo: KaikasLogo,
name: "kaia wallet",
logo: KaiaLogo,
type: "injected",
check: "isKaikas"
};
Expand Down

0 comments on commit 8c0a1a3

Please sign in to comment.