We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132976e commit bc867dbCopy full SHA for bc867db
templates/chain-admin/components/contract/execute/ExecuteTab.tsx
@@ -2,7 +2,7 @@ import { useIsHyperwebChain } from '@/hooks';
2
import { ExecuteJsContract } from './ExecuteJsContract';
3
import { ExecuteWasmContract } from './ExecuteWasmContract';
4
5
-type ExecuteTabProps = {
+export type ExecuteTabProps = {
6
show: boolean;
7
addressValue: string;
8
onAddressInput: (input: string) => void;
0 commit comments