Skip to content

Commit c71cd6a

Browse files
remove sign tx
1 parent 6c62f09 commit c71cd6a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

demo/vue-app-new/src/components/AppDashboard.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ const onWalletSendEth = async () => {
109109
const walletPlugin = web3Auth.value?.getPlugin(WALLET_PLUGINS.WALLET_SERVICES) as WalletServicesPlugin;
110110
await walletSendEth(walletPlugin.wsEmbedInstance.provider, printToConsole);
111111
};
112-
const onWalletSignEthTransaction = async () => {
113-
const walletPlugin = web3Auth.value?.getPlugin(WALLET_PLUGINS.WALLET_SERVICES) as WalletServicesPlugin;
114-
await walletSignEthTransaction(walletPlugin.wsEmbedInstance.provider as IProvider, printToConsole);
115-
};
116112
117113
// Ethereum Provider
118114
const onGetUserInfo = async () => {
@@ -237,9 +233,6 @@ const onSignPersonalMsg = async () => {
237233
{{ t("app.buttons.btnSignTypedData_v4") }}
238234
</Button>
239235
<Button block size="xs" pill class="mb-2" @click="onWalletSendEth">{{ t("app.buttons.btnSendEth") }}</Button>
240-
<Button block size="xs" pill class="mb-2" @click="onWalletSignEthTransaction">
241-
{{ t("app.buttons.btnSignTransaction") }}
242-
</Button>
243236
</Card>
244237
<Card v-if="isDisplay('ethServices')" class="px-4 py-4 gap-4 !h-auto lg:!h-[calc(100dvh_-_240px)]" :shadow="false">
245238
<div class="mb-2 text-xl font-bold leading-tight text-left">Sample Transaction</div>

0 commit comments

Comments
 (0)