From b3531c8207dd29eb17370631c6bdc372cc78b324 Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Mon, 15 May 2023 12:56:58 +0800 Subject: [PATCH] feat: contract detail --- .../[chain]/cosmwasm/[code_id]/contracts.vue | 47 +++++++++++-------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue b/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue index 3277afc9..ea610179 100644 --- a/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue +++ b/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue @@ -29,7 +29,7 @@ const selected = ref(''); function showInfo(address: string) { wasmStore.wasmClient.getWasmContracts(address).then((x) => { info.value = x.contract_info; - infoDialog.value = true; + // infoDialog.value = true; }); } function showState(address: string) { @@ -99,20 +99,21 @@ const result = ref(''); - + - +
Contract ListContract List Actions
{{ v }} - +