diff --git a/chains/mainnet/secret.json b/chains/mainnet/secret.json index fce16d84..2b117043 100644 --- a/chains/mainnet/secret.json +++ b/chains/mainnet/secret.json @@ -1,8 +1,8 @@ { "chain_name": "secret", "coingecko": "secret", - "api": ["https://lcd.spartanapi.dev", "https://secretnetwork-lcd.stakely.io"], - "rpc": ["https://rpc.spartanapi.dev", "https://secretnetwork-rpc.stakely.io"], + "api": ["https://lcd.secret.express", "https://secretnetwork-lcd.stakely.io"], + "rpc": ["https://rpc.secret.express", "https://secretnetwork-rpc.stakely.io"], "snapshot_provider": "", "sdk_version": "0.45.4", "coin_type": "529", @@ -16,4 +16,4 @@ "coingecko_id": "secret", "logo": "/logos/secret.png" }] -} \ No newline at end of file +} diff --git a/public/logos/metamask.png b/public/logos/metamask.png new file mode 100644 index 00000000..dd01a5ec Binary files /dev/null and b/public/logos/metamask.png differ diff --git a/src/components/ValidatorCommissionRate.vue b/src/components/ValidatorCommissionRate.vue index 2d93a0d3..57b7ed6f 100644 --- a/src/components/ValidatorCommissionRate.vue +++ b/src/components/ValidatorCommissionRate.vue @@ -46,6 +46,7 @@ const chartConfig = computed(() => { return { chart: { + width: '200px', sparkline: { enabled: false }, }, colors: ['rgba(109,120,141,0.2)', 'rgba(114,225,40,0.2)', 'rgba(114,225,40,1)', 'rgba(114,225,40,0.2)', 'rgba(109,120,141,0.2)'], @@ -122,7 +123,9 @@ const chartConfig = computed(() => {
{{ `Updated at ${format.toDay(props.commission?.update_time, 'short')}` }}
- +
+ +
diff --git a/src/modules/[chain]/staking/[validator].vue b/src/modules/[chain]/staking/[validator].vue index faee1be2..0520f816 100644 --- a/src/modules/[chain]/staking/[validator].vue +++ b/src/modules/[chain]/staking/[validator].vue @@ -203,22 +203,16 @@ const tipMsg = computed(() => {
Website: - - {{ v.description?.website || '-' }} - + {{ v.description?.website || '-' }} +
@@ -287,7 +281,7 @@ const tipMsg = computed(() => {
-
+

{{ v.min_self_delegation }} {{ staking.params.bond_denom }}

@@ -312,7 +306,7 @@ const tipMsg = computed(() => { class="flex items-center justify-center rounded w-10 h-10" style="border: 1px solid #666" > - +

{{ v.unbonding_height }}

@@ -328,7 +322,8 @@ const tipMsg = computed(() => {
-

{{ format.toDay(v.unbonding_time, 'from') }}

+

{{ format.toDay(v.unbonding_time, 'from') }}

+

-

Unbonding Time
@@ -339,10 +334,10 @@ const tipMsg = computed(() => {
-
+
-
+
Commissions & Rewards
@@ -385,13 +380,20 @@ const tipMsg = computed(() => {
-
+
Addresses
-
Account
+
Account + +
{
-
Operator Address
+
Operator Address +
{{ v.operator_address }}
-
Hex Address
+
Hex Address + +
{{ addresses.hex }}
-
-
Signer Address
+
+
Signer Address + +
{{ addresses.valCons }}
+
+
Consensus Public Key + +
+
{{ v.consensus_pubkey }}
+