Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Wallet Assets #22

Merged
merged 23 commits into from
Dec 15, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
bdb711e
refactor: :recycle: move wallet to specific folder
DavideSegullo Dec 11, 2023
ad9353d
feat: :sparkles: add assets inside schema.json
DavideSegullo Dec 11, 2023
6844717
chore: :wrench: add gitignore
DavideSegullo Dec 11, 2023
557de84
feat: :sparkles: add keplr ext assets
DavideSegullo Dec 11, 2023
267221b
feat:
DavideSegullo Dec 11, 2023
0c8da7e
feat: :sparkles: add cosmostation ext assets
DavideSegullo Dec 11, 2023
74faa39
feat: :sparkles: add cosmostation mobile assets
DavideSegullo Dec 11, 2023
65d8a8a
feat: :sparkles: add leap ext assets
DavideSegullo Dec 11, 2023
a9dac50
feat: :sparkles: add leap mobile assets
DavideSegullo Dec 11, 2023
4637fa3
feat: :sparkles: add trustwallet mobile assets
DavideSegullo Dec 11, 2023
87f6242
build: :construction_worker: update validation workflow
DavideSegullo Dec 11, 2023
0b1174b
feat: :sparkles: remove logo_URIs property
DavideSegullo Dec 12, 2023
f74934d
feat: :sparkles: add layout and text_position fields
DavideSegullo Dec 12, 2023
b7b4980
feat: :sparkles: add new schema for keplr mobile
DavideSegullo Dec 12, 2023
63187f9
feat: :sparkles: add new schema for keplr ext
DavideSegullo Dec 12, 2023
0c9468f
feat: :sparkles: add new schema for cosmostation ext
DavideSegullo Dec 12, 2023
d1f651a
feat: :sparkles: add new schema for cosmostation mobile
DavideSegullo Dec 12, 2023
aa18d98
feat: :sparkles: add new schema for leap ext
DavideSegullo Dec 12, 2023
9697943
feat: :sparkles: add new schema for leap mobile
DavideSegullo Dec 12, 2023
b3e4f3e
feat: :sparkles: add new schema for trust wallet mobile
DavideSegullo Dec 12, 2023
3728a2f
feat: :sparkles: remove png image as required field
DavideSegullo Dec 14, 2023
88e545d
feat: :sparkles: add integrated text_position enum
DavideSegullo Dec 14, 2023
f58a01c
feat: :sparkles: improve images field validation
DavideSegullo Dec 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: ✨ add new schema for keplr mobile
DavideSegullo committed Dec 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit b7b4980474c69416c2291e4d1614a7b317b96244
50 changes: 25 additions & 25 deletions wallets/keplrmobile/wallet.json
Original file line number Diff line number Diff line change
@@ -59,37 +59,37 @@
"install_link": "https://play.google.com/store/apps/details?id=com.chainapsis.keplr"
}
],
"logo_URIs": {
"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"
},
"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",
"theme": {
"primary_color_hex": "#1BB8FF",
"circle": false,
"dark_mode": false
}
"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",
"theme": {
"primary_color_hex": "#1BB8FF",
"circle": false,
"dark_mode": false
},
"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",
"theme": {
"primary_color_hex": "#EBF7FD",
"circle": false,
"dark_mode": false
}
"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",
"theme": {
"primary_color_hex": "#EBF7FD",
"circle": false,
"dark_mode": false
},
"layout": "logo",
"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",
"theme": {
"primary_color_hex": "#0A0718",
"circle": false,
"dark_mode": true
}
"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",
"theme": {
"primary_color_hex": "#0A0718",
"circle": false,
"dark_mode": true
},
"layout": "logomark"
}
]
}