set theme colors
This commit is contained in:
parent
92b08fa35f
commit
eaf28a6fd5
@ -7,6 +7,7 @@
|
||||
"sdk_version": "0.45.4",
|
||||
"coin_type": "118",
|
||||
"min_tx_fee": "8000",
|
||||
"theme_color": "#ce4747",
|
||||
"assets": [{
|
||||
"base": "uakt",
|
||||
"symbol": "AKT",
|
||||
|
@ -7,6 +7,7 @@
|
||||
"sdk_version": "0.45.10",
|
||||
"coin_type": "118",
|
||||
"min_tx_fee": "420",
|
||||
"theme_color": "#00b786",
|
||||
"assets": [{
|
||||
"base": "ubcna",
|
||||
"symbol": "BCNA",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"min_tx_fee": "5000000000000000",
|
||||
"addr_prefix": "evmos",
|
||||
"logo": "/logos/evmos.png",
|
||||
"theme_color": "#ed4e33",
|
||||
"keplr_features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
|
||||
"assets": [{
|
||||
"base": "aevmos",
|
||||
|
@ -9,6 +9,7 @@
|
||||
"min_tx_fee": "5000",
|
||||
"addr_prefix": "kava",
|
||||
"logo": "/logos/kava.png",
|
||||
"theme_color": "#ff433e",
|
||||
"assets": [{
|
||||
"base": "ukava",
|
||||
"symbol": "KAVA",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"min_tx_fee": "800",
|
||||
"addr_prefix": "stride",
|
||||
"logo": "/logos/stride.png",
|
||||
"theme_color": "#e91179",
|
||||
"assets": [{
|
||||
"base": "ustrd",
|
||||
"symbol": "STRD",
|
||||
|
@ -28,11 +28,9 @@ export const useWalletStore = defineStore('walletStore', {
|
||||
connectedWallet() {
|
||||
// @ts-ignore
|
||||
if(this.wallet.cosmosAddress) return this.wallet
|
||||
console.log("orrect", this.wallet)
|
||||
const chainStore = useBlockchain();
|
||||
const key = chainStore.defaultHDPath;
|
||||
const connected = JSON.parse(localStorage.getItem(key) || '{}');
|
||||
console.log("connected:", connected)
|
||||
return connected
|
||||
},
|
||||
balanceOfStakingToken(): Coin {
|
||||
|
Loading…
Reference in New Issue
Block a user