Skip to content

Commit

Permalink
Merge pull request #42 from nabla-studio/DavideSegullo/update-registry
Browse files Browse the repository at this point in the history
feat(wallet-registry): ✨ update registry
  • Loading branch information
DavideSegullo authored Jan 2, 2024
2 parents 9e7a880 + f927e93 commit 8ddafc9
Show file tree
Hide file tree
Showing 10 changed files with 72 additions and 25 deletions.
4 changes: 2 additions & 2 deletions packages/wallet-registry/src/wallets/cosmostationextension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-registry/src/wallets/cosmostationmobile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions packages/wallet-registry/src/wallets/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './xdefiextension';
export * from './trustwalletmobile';
export * from './leapmobile';
export * from './leapextension';
Expand Down
12 changes: 6 additions & 6 deletions packages/wallet-registry/src/wallets/keplrextension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down
12 changes: 6 additions & 6 deletions packages/wallet-registry/src/wallets/keplrmobile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-registry/src/wallets/leapextension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-registry/src/wallets/leapmobile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions packages/wallet-registry/src/wallets/trustwalletmobile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down
46 changes: 46 additions & 0 deletions packages/wallet-registry/src/wallets/xdefiextension.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
};

0 comments on commit 8ddafc9

Please sign in to comment.