diff --git a/src/modules/[chain]/ibc/[connection_id].vue b/src/modules/[chain]/ibc/[connection_id].vue index de57f5a2..f592eb63 100644 --- a/src/modules/[chain]/ibc/[connection_id].vue +++ b/src/modules/[chain]/ibc/[connection_id].vue @@ -83,24 +83,53 @@ function color(v: string) {
| update after expiry: | +{{ clientState.client_state?.allow_update_after_expiry }} | +
| allow_update_after_misbehaviour: | +{{ clientState.client_state?.allow_update_after_misbehaviour }} | +
| trust_level: | +{{ clientState.client_state?.trust_level?.numerator }}/{{ + clientState.client_state?.trust_level?.denominator}} | +
| trusting_period: | +{{ clientState.client_state?.trusting_period }} | +
| unbonding_period: | +{{ clientState.client_state?.unbonding_period }} | +
| frozen_height: | +{{ clientState.client_state?.frozen_height }} | +
| latest_height: | +{{ clientState.client_state?.latest_height }} | +
| type: | +{{ clientState.client_state?.['@type'] }} | +
| upgrade_path: | +{{ clientState.client_state?.upgrade_path }} | +
| max_clock_drift: | +{{ clientState.client_state?.max_clock_drift }} | +