diff --git a/packages/wallet-registry/src/wallets/cosmostationextension.ts b/packages/wallet-registry/src/wallets/cosmostationextension.ts index c41e6939..fe8c9976 100644 --- a/packages/wallet-registry/src/wallets/cosmostationextension.ts +++ b/packages/wallet-registry/src/wallets/cosmostationextension.ts @@ -76,8 +76,8 @@ export const cosmostationextension: CosmosWallet = { ], images: [ { - png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/cosmostationextension/images/logo.png', - svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/cosmostationextension/images/logo.svg', + png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/cosmostationextension/images/logo.png', + svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/cosmostationextension/images/logo.svg', theme: { primary_color_hex: '#9C6CFF', circle: false, diff --git a/packages/wallet-registry/src/wallets/cosmostationmobile.ts b/packages/wallet-registry/src/wallets/cosmostationmobile.ts index 48bff3de..9ad09205 100644 --- a/packages/wallet-registry/src/wallets/cosmostationmobile.ts +++ b/packages/wallet-registry/src/wallets/cosmostationmobile.ts @@ -79,8 +79,8 @@ export const cosmostationmobile: CosmosWallet = { ], images: [ { - png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/cosmostationmobile/images/logo.png', - svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/cosmostationmobile/images/logo.svg', + png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/cosmostationmobile/images/logo.png', + svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/cosmostationmobile/images/logo.svg', theme: { primary_color_hex: '#9C6CFF', circle: false, diff --git a/packages/wallet-registry/src/wallets/index.ts b/packages/wallet-registry/src/wallets/index.ts index 1e49a19a..058f5522 100644 --- a/packages/wallet-registry/src/wallets/index.ts +++ b/packages/wallet-registry/src/wallets/index.ts @@ -1,3 +1,4 @@ +export * from './xdefiextension'; export * from './trustwalletmobile'; export * from './leapmobile'; export * from './leapextension'; diff --git a/packages/wallet-registry/src/wallets/keplrextension.ts b/packages/wallet-registry/src/wallets/keplrextension.ts index b00cded0..82cc2c8b 100644 --- a/packages/wallet-registry/src/wallets/keplrextension.ts +++ b/packages/wallet-registry/src/wallets/keplrextension.ts @@ -52,8 +52,8 @@ export const keplrextension: CosmosWallet = { ], images: [ { - png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/keplrextension/images/logo.png', - svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/keplrextension/images/logo.svg', + png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/keplrextension/images/logo.png', + svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/keplrextension/images/logo.svg', theme: { primary_color_hex: '#1BB8FF', circle: false, @@ -62,8 +62,8 @@ export const keplrextension: CosmosWallet = { layout: 'logomark', }, { - png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/keplrextension/images/logo-text.png', - svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/keplrextension/images/logo-text.svg', + png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/keplrextension/images/logo-text.png', + svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/keplrextension/images/logo-text.svg', theme: { primary_color_hex: '#EBF7FD', circle: false, @@ -73,8 +73,8 @@ export const keplrextension: CosmosWallet = { text_position: 'right', }, { - png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/keplrextension/images/logo-text-dark.png', - svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/keplrextension/images/logo-text-dark.svg', + png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/keplrextension/images/logo-text-dark.png', + svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/keplrextension/images/logo-text-dark.svg', theme: { primary_color_hex: '#0A0718', circle: false, diff --git a/packages/wallet-registry/src/wallets/keplrmobile.ts b/packages/wallet-registry/src/wallets/keplrmobile.ts index f67816f1..a5234967 100644 --- a/packages/wallet-registry/src/wallets/keplrmobile.ts +++ b/packages/wallet-registry/src/wallets/keplrmobile.ts @@ -64,8 +64,8 @@ export const keplrmobile: CosmosWallet = { ], images: [ { - png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/keplrextension/images/logo.png', - svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/keplrextension/images/logo.svg', + png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/keplrextension/images/logo.png', + svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/keplrextension/images/logo.svg', theme: { primary_color_hex: '#1BB8FF', circle: false, @@ -74,8 +74,8 @@ export const keplrmobile: CosmosWallet = { layout: 'logomark', }, { - png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/keplrextension/images/logo-text.png', - svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/keplrextension/images/logo-text.svg', + png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/keplrextension/images/logo-text.png', + svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/keplrextension/images/logo-text.svg', theme: { primary_color_hex: '#EBF7FD', circle: false, @@ -85,8 +85,8 @@ export const keplrmobile: CosmosWallet = { text_position: 'right', }, { - png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/keplrextension/images/logo-text-dark.png', - svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/keplrextension/images/logo-text-dark.svg', + png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/keplrextension/images/logo-text-dark.png', + svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/keplrextension/images/logo-text-dark.svg', theme: { primary_color_hex: '#0A0718', circle: false, diff --git a/packages/wallet-registry/src/wallets/leapextension.ts b/packages/wallet-registry/src/wallets/leapextension.ts index 3a6af074..7e9f663d 100644 --- a/packages/wallet-registry/src/wallets/leapextension.ts +++ b/packages/wallet-registry/src/wallets/leapextension.ts @@ -51,8 +51,8 @@ export const leapextension: CosmosWallet = { ], images: [ { - png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/leapextension/images/logo.png', - svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/leapextension/images/logo.svg', + png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/leapextension/images/logo.png', + svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/leapextension/images/logo.svg', theme: { primary_color_hex: '#32DA6D', circle: false, diff --git a/packages/wallet-registry/src/wallets/leapmobile.ts b/packages/wallet-registry/src/wallets/leapmobile.ts index c0277c97..6664eaef 100644 --- a/packages/wallet-registry/src/wallets/leapmobile.ts +++ b/packages/wallet-registry/src/wallets/leapmobile.ts @@ -51,8 +51,8 @@ export const leapmobile: CosmosWallet = { ], images: [ { - png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/leapmobile/images/logo.png', - svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/leapmobile/images/logo.svg', + png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/leapmobile/images/logo.png', + svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/leapmobile/images/logo.svg', theme: { primary_color_hex: '#32DA6D', circle: false, diff --git a/packages/wallet-registry/src/wallets/trustwalletmobile.ts b/packages/wallet-registry/src/wallets/trustwalletmobile.ts index 3380b485..6130a179 100644 --- a/packages/wallet-registry/src/wallets/trustwalletmobile.ts +++ b/packages/wallet-registry/src/wallets/trustwalletmobile.ts @@ -32,8 +32,8 @@ export const trustwalletmobile: CosmosWallet = { ], images: [ { - png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/trustwalletmobile/images/logo-text.png', - svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/trustwalletmobile/images/logo-text.svg', + png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/trustwalletmobile/images/logo-text.png', + svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/trustwalletmobile/images/logo-text.svg', theme: { primary_color_hex: '#0500ff', circle: false, @@ -43,8 +43,8 @@ export const trustwalletmobile: CosmosWallet = { text_position: 'right', }, { - png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/trustwalletmobile/images/logo.png', - svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/trustwalletmobile/images/logo.svg', + png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/trustwalletmobile/images/logo.png', + svg: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/trustwalletmobile/images/logo.svg', theme: { primary_color_hex: '#0500ff', circle: false, diff --git a/packages/wallet-registry/src/wallets/xdefiextension.ts b/packages/wallet-registry/src/wallets/xdefiextension.ts new file mode 100644 index 00000000..cf27580a --- /dev/null +++ b/packages/wallet-registry/src/wallets/xdefiextension.ts @@ -0,0 +1,46 @@ +import type { CosmosWallet } from '../types'; + +export const xdefiextension: CosmosWallet = { + $schema: '../../wallet.schema.json', + wallet_name: 'xdefiextension', + pretty_name: 'xDefi', + website: 'https://www.xdefi.io/', + git_repo: '', + supported_chains: [ + 'cosmoshub', + 'axelar', + 'osmosis', + 'stride', + 'mars', + 'stargaze', + 'crescent', + 'sei', + 'kujira', + 'cryptoorgchain', + 'kava', + 'akash', + 'juno', + 'terra2', + ], + features: ['suggest_chain'], + platforms: [ + { + device: 'desktop', + type: 'extension', + platform: 'chrome', + install_link: + 'https://chrome.google.com/webstore/detail/xdefi-wallet/hmeobnfnfcmdkdcmlblgagmfpfboieaf', + }, + ], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/wallet-registry/main/wallets/xdefiextension/images/logo.png', + theme: { + primary_color_hex: '#4476f2', + circle: false, + dark_mode: false, + }, + layout: 'logomark', + }, + ], +}; diff --git a/packages/wallet-registry/wallet-registry b/packages/wallet-registry/wallet-registry index 766c37f6..46a7e9b1 160000 --- a/packages/wallet-registry/wallet-registry +++ b/packages/wallet-registry/wallet-registry @@ -1 +1 @@ -Subproject commit 766c37f6feb486af24ad4975e0798c8c4df5eef5 +Subproject commit 46a7e9b1abff15c3dfa1086a905e0b8def3bf3b6